CardVerification
Card verification response.
Verificaton code present in the statement of previous transaction.
Possible values: >= 4 characters and <= 4 characters, Value must match regular expression ^\d{4}$
Card identifier.
1001Type of the card verification performed.
Possible values: [VERIFICATION_CODE]
VERIFICATION_CODEVERIFICATION_CODECard verification id.
2cb56b2749af52d6b257054ef3de0Represents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12ZCard verification status.
Possible values: [COMPLETED, FAILED]
The reason for FAILED card verification.
Possible values: [INVALID_CODE, VERIFICATION_NOT_REQUIRED, VERIFICATION_ATTEMPT_EXCEEDED, VERIFICATION_ATTEMPT_24H_EXCEEDED]
Represents the type of the instrument.
| Value | Description |
|---|---|
| SEPA_BANK_ACCOUNT | SEPA Bank account |
| UK_BANK_ACCOUNT | UK Bank account |
| US_BANK_ACCOUNT | US Bank account |
| CCI_BANK_ACCOUNT | CCI Bank account |
| BR_BANK_ACCOUNT | BR Bank account |
| PH_BANK_ACCOUNT | PH Bank account |
| CLABE_BANK_ACCOUNT | CLABE Bank account |
| CARD | Card |
| QR_CODE | QR Code |
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, CCI_BANK_ACCOUNT, BR_BANK_ACCOUNT, PH_BANK_ACCOUNT, CLABE_BANK_ACCOUNT, CARD, QR_CODE]
CARDThe remaining card verification attempts.
{
"verificationCode": "string",
"instrumentId": "1001",
"verificationType": "VERIFICATION_CODE",
"id": "2cb56b2749af52d6b257054ef3de0",
"creationTime": "2021-07-15T17:54:12Z",
"status": "COMPLETED",
"statusReason": "INVALID_CODE",
"instrumentType": "CARD",
"remainingAttempts": 0
}