v1

latestOpenAPI 3.1.02026-07-26580123.9 KB

Customer payment logs

get/{companyDomain}/customers/{customerUniqueId}/invoices/{invoiceNumber}/paymentlogs

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

invoiceNumberstring required

The unique identifier of the invoice in the Billsby platform

Response

200

paymentLogIdinteger
createdOnstring
gatewayIdinteger
gatewayNamestring
referencestring
paymentMethodstring
statusstring

Example response

[
  {
    "createdOn": "2020-04-29T14:02:11.138Z",
    "gatewayName": "string",
    "reference": "string",
    "paymentMethod": "string",
    "status": "string"
  }
]