Get invoice information
Get invoices for a given accountId
This operation returns invoices for a given account ordered in ascending order
GET
Path Parameters
Account id for given account
Query Parameters
The audit user to log the request
Current page
How many invoices should be returned per page, default is 15. Cannot be more than 30.
Required range:
1 <= x <= 30
Used to return invoices only with a certain status
Available options:
CLOSED
, OPEN
, OVERDUE
, PAID
, PAID_PARTIALLY
, WRITE-OFF
Response
200 - application/json
Total amount of this invoice
Date when invoice was created
Date when invoice is due
Dunning details, this should only be populated if invoice status is overdue
Unique id for invoice
Number of the invoice
Total amount that is paid of this invoice
Number connected to account that will be used to map incoming payments to
- CLOSED Closed
- OPEN Open
- OVERDUE Overdue
- PAID Paid
- PAID_PARTIALLY Partially Paid
- WRITE-OFF Written Off
Available options:
CLOSED
, OPEN
, OVERDUE
, PAID
, PAID_PARTIALLY
, WRITE-OFF