latestOpenAPI 3.1.02026-08-22124199170.4 KB
8a237f1f704f
repayments
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.
get/v2/payment-cards/{payment_card_id}/payments/
Path parameters
payment_card_idstring uuid required
External ID of the payment card.
Query parameters
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page. Defaults to 50, which is also the maximum accepted value.
Headers
Authorizationstring required
Bearer authentication