Sarath Kumar J
Sarath Kumar J

Reputation: 73

Pymill APi get details of all transaction within two timestamps

How to get details of all transaction between two timestamps

i tried the following:

https://api.paymill.com/v2.1/subscriptions?created_at=1378987463&&created_at=1378987463

Upvotes: 0

Views: 37

Answers (1)

stoilkov
stoilkov

Reputation: 1686

https://api.paymill.com/v2.1/subscriptions?created_at=timestamp1-timestamp2

Note, your timestamps are the same, in that case you can just go with created_at=timestamp

Upvotes: 1

Related Questions