0

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

1 Answers1

1

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

stoilkov
  • 1,686
  • 1
  • 11
  • 18