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_idstringRequiredformat: "uuid"
External ID of the payment card.
payment_idstringRequiredformat: "uuid"

The id returned when the repayment was created.

Response

idstringformat: "uuid"
Unique identifier of the repayment.
amountstringformat: "decimal"
Repayment amount in USD, returned as a decimal string with 2 decimal places.
railenum
Settlement rail requested for this repayment.
account_idstringformat: "uuid"
External ID of the account that was debited.
statusenumOptional

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