latestOpenAPI 3.1.02026-08-22124199170.4 KB

8a237f1f704f

repayments

Retrieve Card Payment

Retrieve a single card repayment by its ID. Returns 404 for repayments that belong to a different card.

get/v2/payment-cards/{payment_card_id}/payments/{payment_id}/

Path parameters

payment_card_idstring uuid required

External ID of the payment card.

payment_idstring uuid required

The id returned when the repayment was created.

Headers

Authorizationstring required

Bearer authentication

Response

idstring uuid required

Unique identifier of the repayment.

amountstring decimal required

Repayment amount in USD, returned as a decimal string with 2 decimal places.

rail'book_transfer' | 'ach' | 'instant' required

Settlement rail requested for this repayment.

account_idstring uuid required

External ID of the account that was debited.

status'posted' | 'error'

posted means the repayment settled against the card balance. error means the attempt failed — the record is kept for auditing and the balance was not paid down.