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_id
External ID of the payment card.
Query parameters
page
A page number within the paginated result set.
page_size
Number of results to return per page. Defaults to 50, which is also the maximum accepted value.
Response
count
results
next
previous
Errors
400
Bad Request Error
422
Unprocessable Entity Error

