GET/card_payments/{card_payment_id}

Retrieve a Card Payment

Retrieves a Card Payment and its related card interactions. Use the payment identifier to look up the record, which includes its associated Account and Card, interaction elements, and summarized payment state.

1 parameter
card_payment_idstringrequired
The identifier of the Card Payment to retrieve.

3 status codes
200Returns a Card Payment object with its Account and Card identifiers, related interaction elements, summarized state, and creation time.
account_idstringrequired
The identifier for the Account the Transaction belongs to.
card_idstringrequired
The Card identifier for this payment.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Card Payment was created.
digital_wallet_token_idstringrequired
The Digital Wallet Token identifier for this payment.
elementsarray<CardPaymentCardPaymentElement>required
The interactions related to this card payment.
idstringrequired
The Card Payment identifier.
physical_card_idstringrequired
The Physical Card identifier for this payment.
stateobjectrequired
The summarized state of this card payment.
typestringrequired
A constant representing the object's type. For this resource it will always be `card_payment`.
Allowed:card_payment
4XXReturned when the request encounters a client-side error.
5XXReturned when the request encounters a server-side error.

Error handling

The card_payment_id path parameter must identify the Card Payment to retrieve.