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.
1001
Type of the card verification performed.
Possible values: [VERIFICATION_CODE
]
VERIFICATION_CODE
VERIFICATION_CODE
Card verification id.
2cb56b2749af52d6b257054ef3de0
Represents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12Z
Card 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 | | CARD | Card |
Possible values: [SEPA_BANK_ACCOUNT
, UK_BANK_ACCOUNT
, US_BANK_ACCOUNT
, CCI_BANK_ACCOUNT
, CARD
]
CARD
The 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
}