v4
OpenAPI 3.1.02026-08-012402353.8 MBRetrieve a Card Validation
get/card_validations/{card_validation_id}
Path parameters
card_validation_idstring required
The identifier of the Card Validation.
Response
Card Validation
Example response
{
"acceptance": {
"accepted_at": "2020-01-31T23:59:59Z",
"authorization_identification_response": "ABCDEF",
"card_verification_value2_result": null,
"cardholder_first_name_result": null,
"cardholder_full_name_result": null,
"cardholder_last_name_result": null,
"cardholder_middle_name_result": null,
"cardholder_postal_code_result": null,
"cardholder_street_address_result": null,
"network_transaction_identifier": "841488484271872"
},
"account_id": "account_in71c4amph0vgo2qllky",
"card_token_id": "outbound_card_token_zlt0ml6youq3q7vcdlg0",
"cardholder_first_name": "Dee",
"cardholder_last_name": "Hock",
"cardholder_middle_name": "Ward",
"cardholder_postal_code": "10045",
"cardholder_street_address": "33 Liberty Street",
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"decline": {
"declined_at": "2020-01-31T23:59:59Z",
"network_transaction_identifier": "841488484271872",
"reason": "transaction_not_permitted_to_cardholder"
},
"id": "outbound_card_validation_qqlzagpc6v1x2gcdhe24",
"idempotency_key": null,
"merchant_category_code": "1234",
"merchant_city_name": "New York",
"merchant_name": "Acme Corp",
"merchant_postal_code": "10045",
"merchant_state": "NY",
"route": "visa",
"status": "pending_submission",
"submission": {
"retrieval_reference_number": "123456789012",
"submitted_at": "2020-01-31T23:59:59Z",
"trace_number": "123456"
},
"type": "card_validation"
}