Customer payment logs

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This request returns the payment details for a specific customer payment, including the details about the payment gateway, the payment method used, and the status of the payment.

It won't return any other information about the invoice, such as the invoice total and tax amount, so you'll need to use the Get Individual invoices API for this. Or if you can sue the Get Customer invoices API to get information on a specific customer's invoices.

Returned variables

Variable nameDescription
paymentLogIdUnique ID of the log
createdOnThe date and time that the log was created
gatewayIdThe payment gateway ID used for this transaction
gatewayNameThe name of the payment gateway
referenceThe token generated in Stripe (or other payment gateway) as a reference for this payment
paymentMethodThe type of payment card used fo the transactions; Visa, Mastercard, etc.
statusThe status of the payment; success or failed
Path Params
string
required

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

string
required

The unique identifier of the customer in the Billsby platform

string
required

The unique identifier of the invoice in the Billsby platform

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json