List Card Payments

Returns a paginated list of the repayments recorded against a payment card, newest first. Every attempt is listed, including failed ones (status: error), so the list doubles as the audit trail for the card’s payoff history.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

payment_card_idstringRequiredformat: "uuid"
External ID of the payment card.

Query parameters

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page. Defaults to 50, which is also the maximum accepted value.

Response

countinteger
resultslist of objects
nextstring or nullOptionalformat: "uri"
previousstring or nullOptionalformat: "uri"

Errors

400
Bad Request Error
422
Unprocessable Entity Error