Get invoice information
Get invoice for given invoice id
This operation will respond with an invoice given invoice id
GET
/
v1
/
{id}
Path Parameters
id
string
requiredInvoice id for given invoice
Query Parameters
auditUser
string
requiredThe audit user to log the request
Response
200 - application/json
amount
number
Total amount of this invoice
createdDate
string
Date when invoice was created
dueDate
string
Date when invoice is due
id
string
Unique id for invoice
paidAmount
number
Total amount that is paid of this invoice
paymentReference
object
Number connected to account that will be used to map incoming payments to
period
object
status
enum<string>
- 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
dunning
object
Dunning details, this should only be populated if invoice status is overdue
invoiceNumber
string
Number of the invoice