v1
latestOpenAPI 3.1.02026-07-26580123.9 KBCustomer 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
Example response
[
{
"createdOn": "2020-04-29T14:02:11.138Z",
"gatewayName": "string",
"reference": "string",
"paymentMethod": "string",
"status": "string"
}
]