v1

latestOpenAPI 3.1.02026-07-26580123.9 KB

Customer credit notes

This query gets individual customer's credit notes

get/{companyDomain}/customers/{customerUniqueId}/creditNotes

Path parameters

companyDomainstring required

Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets

customerUniqueIdstring required

The unique identifier of the customer in the Billsby platform

Response

200

invoiceIdinteger
createdOnstring
invoiceNumberstring
amountstring
currencystring
linkedTransactionsCountinteger
statusstring
paymentGatewayDisplayNamestring

Example response

[
  {
    "createdOn": "2020-04-30T11:21:42.155Z",
    "invoiceNumber": "string",
    "amount": "string",
    "currency": "string",
    "status": "string",
    "paymentGatewayDisplayName": "string"
  }
]