Invoice Receivables
List invoice payments
Returns a list of payments for an invoice receivable
GET
List invoice payments
Authorizations
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
Path Parameters
Response
default - application/json;charset=UTF-8
default response
Unique identifier for the payment
ID of the invoice receivable
Payment amount in smallest denomination
Date the payment was made
Example:
"USD"
Type of payment entry for an invoice receivable payment
- Bank payment
- Customer credit
Timestamp when the payment was created
Previous
Enter invoice paymentEnters a payment for an invoice receivable. If the total amount paid equals the invoice total, the invoice status will be changed to PAID, otherwise it will be PARTIALLY_PAID.
Next
List invoice payments