API / Reference / Invoice Receivables
List invoice payments
GET
https://api.light.inc/v1/invoice-receivables/{invoiceReceivableId}/payments
Returns a list of payments for an invoice receivable
Authorization
Send one of these on every request. See Authentication for how to get credentials.
- API key
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
- Bearer token
Path parameters
-
invoiceReceivableIdstring · uuidrequired
Response
-
idstring · uuidUnique identifier for the payment
-
invoiceReceivableIdstring · uuidID of the invoice receivable
-
amountinteger · int64Payment amount in smallest denomination
-
paymentDatestring · dateDate the payment was made
-
currencystring -
paymentExternalInvoiceReceivablePaymentEntryV1ModelType of payment entry for an invoice receivable payment
-
createdAtstring · date-timeTimestamp when the payment was created