get https://public.billsby.com/api/v1/rest/core//customers//creditNotes
This query gets individual customer's credit notes
Use this API to get the invoices associated with a specific customer.
Returned variables
| Variable name | Description |
|---|---|
| invoiceId | The unique identifier of the invoice in Billsby |
| createdOn | The date the invoice was created |
| invoiceNumber | The unique ID for invoices |
| amount | The amount of the invoice |
| currency | The currency the invoice was issued in |
| linkedTransactionsCount | The number of transactions linked to the invoice |
| status | The status of the credit note |
| paymentGatewayDisplayName | The display name of the payment gateway |
