GET
/card_validations/{card_validation_id}Retrieve a card validation
Retrieves a Card Validation used to validate a card and its cardholder before sending funds to or pulling funds from a card. Use this endpoint when you have the validation's identifier and need to inspect its status and associated details. The response includes the Account, Card Token, and merchant information.
card_validation_idstringrequired
The identifier of the Card Validation to retrieve.
200Returns the Card Validation object, including its identifier, Account and Card Token identifiers, status, merchant details, and creation time.
acceptanceobjectrequired
If the validation is accepted by the recipient bank, this will contain supplemental details.
account_idstringrequired
The identifier of the Account from which to send the validation.
card_token_idstringrequired
The ID of the Card Token that was used to validate the card.
cardholder_first_namestringrequired
The cardholder's first name.
cardholder_last_namestringrequired
The cardholder's last name.
cardholder_middle_namestringrequired
The cardholder's middle name.
cardholder_postal_codestringrequired
The postal code of the cardholder's address.
cardholder_street_addressstringrequired
The cardholder's street address.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the validation was created.
created_byobjectrequired
What object created the validation, either via the API or the dashboard.
declineobjectrequired
If the validation is rejected by the card network or the destination financial institution, this will contain supplemental details.
idstringrequired
The Card Validation's identifier.
idempotency_keystringrequired
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
merchant_category_codestringrequired
A four-digit code (MCC) identifying the type of business or service provided by the merchant.
merchant_city_namestringrequired
The city where the merchant (typically your business) is located.
merchant_namestringrequired
The merchant name that will appear in the cardholder’s statement descriptor. Typically your business name.
merchant_postal_codestringrequired
The postal code for the merchant’s (typically your business’s) location.
merchant_statestringrequired
The U.S. state where the merchant (typically your business) is located.
routestringrequired
The card network route used for the validation.
statusstringrequired
The lifecycle status of the validation.
submissionobjectrequired
After the validation is submitted to the card network, this will contain supplemental details.
typestringrequired
A constant representing the object's type. For this resource it will always be `card_validation`.
4XXReturned when the request is invalid or cannot be processed.
5XXReturned when the server encounters an error processing the request.
Error handling
The card_validation_id path parameter must identify the Card Validation to retrieve.