List payment allocations

Lists payment allocations for a payment or an invoice

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Query parameters

limitintegerOptional1-100Defaults to 10
offsetintegerOptional>=0
paymentIdstringOptional>=1 character
Filter by the payment the amounts were allocated from.
invoiceIdstringOptional>=1 character
Filter by the invoice the allocated lines belong to.

Response

200
datalist of objects
paginationobject

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error