Customer invoices

This query gets individual customer's invoices

Use this API to get the invoices associated with a specific customer.

Returned variables

Variable nameDescription
invoiceIdThe unique identifier of the invoice in Billsby
createdOnThe date the invoice was created
invoiceNumberThe unique ID for invoices
amountThe amount of the invoice shown without decimals (i.e. £10 will show as 1000)
refundableAmountThe amount that is currently refundable on the invoice. So if the invoice amount is £10 and £5 has already been refunded, this will be £5 and will show as 500.
formattedAmountThe formatted amount of the invoice (i.e. £10 will show as 10.00)
currencyThe currency the invoice was issued in
linkedTransactionsCountThe number of transactions linked to the invoice
statusThe status of the invoice:

Paid
Unpaid
Language
Authorization
Header
Click Try It! to start a request and see the response here!