Get list of credit notes

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

Examples

Get all credit notes for a customer cust-007.

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

Get settled invoices for January 2022 with amount 20000 in DKK

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

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