Reputation: 73
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
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