Get list of invoices

Get list of invoices. See List queries for a general introduction to list operations. Note that excessive usage will be considered unfair API usage.

Examples

Get all invoices for a customer cust-007.

GET https://api.reepay.com/v1/list/invoice?customer=cust-007

Get all dunning invoices

GET https://api.reepay.com/v1/list/invoice?state=dunning

Get settled invoices for January 2022 with amount 20000 in DKK

GET https://api.reepay.com/v1/list/invoice?range=settled&amount=[20000;20000]&currency=DKK&from=2022-01-01&to=2022-02-01

Get invoices settled in March 2022 with refunded amount

GET https://api.reepay.com/v1/list/invoice?range=settled&refunded_amount=(0;)&from=2022-03-01&to=2022-04-01

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!