get https://public.billsby.com/api/v1/rest/core//customers//invoices//paymentlogs
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 name | Description |
---|---|
paymentLogId | Unique ID of the log |
createdOn | The date and time that the log was created |
gatewayId | The payment gateway ID used for this transaction |
gatewayName | The name of the payment gateway |
reference | The token generated in Stripe (or other payment gateway) as a reference for this payment |
paymentMethod | The type of payment card used fo the transactions; Visa, Mastercard, etc. |
status | The status of the payment; success or failed |