get https://api.reepay.com/v1/list/transaction
Get list of transactions. See List queries for a general introduction to list operations. Note that excessive usage will be considered unfair API usage.
Examples
Get all transactions for an invoice inv-007
.
GET https://api.reepay.com/v1/list/transaction?invoice=inv-007
Get Apple Pay transactions
GET https://api.reepay.com/v1/list/transaction?payment_type=applepay
Get settled transactions for January 2022 with amount 20000 in DKK
GET https://api.reepay.com/v1/list/transaction?range=settled&amount=[20000;20000]¤cy=DKK&from=2022-01-01&to=2022-02-01
Get refunded transactions in March 2022
GET https://api.reepay.com/v1/list/invoice?range=refunded&from=2022-03-01&to=2022-04-01