Retrieve Card Payment
Retrieve a single card repayment by its ID. Returns 404 for repayments that belong to a different card.
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.
payment_id
The id returned when the repayment was created.
Response
id
Unique identifier of the repayment.
amount
Repayment amount in USD, returned as a decimal string with 2 decimal places.
rail
Settlement rail requested for this repayment.
account_id
External ID of the account that was debited.
status
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.
Errors
400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error

