Skip to content

Payment Parts

A payment part shows how a single payment is split across invoices. The API exposes payment parts for reading how money has been allocated. See Payment Types and Records for the field reference.

/backend/api/v1/paymentParts/ID - fetch the payment part with the specified ID.

/backend/api/v1/paymentParts/ - list all payment parts.

/backend/api/v1/payments/ID/paymentParts/ - list the parts of the payment with the specified ID.

/backend/api/v1/invoices/ID/paymentParts/ - list the payment parts allocated to the invoice with the specified ID.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include parts with a higher ID
createdSincedatetimeNoOnly include parts created since the given time
updatedSincedatetimeNoOnly include parts updated since the given time
FieldNameTypeDescription
idPayment Part IDTextThe unique identifier for this payment part record
paymentPartAmountAllocated AmountCurrencyThe amount of the payment allocated to this invoice