CardVerification
Card verification response.
verificationCodestringrequired
Verificaton code present in the statement of previous transaction.
Possible values: >= 4 characters and <= 4 characters, Value must match regular expression ^\d{4}$
instrumentIdstringrequired
Card identifier.
Example:
1001verificationTypeCardVerificationType (string)required
Type of the card verification performed.
Possible values: [VERIFICATION_CODE]
Default value:
VERIFICATION_CODEExample:
VERIFICATION_CODEidstringrequired
Card verification id.
Example:
2cb56b2749af52d6b257054ef3de0creationTimestring<date-time>required
Represents RFC 3339, section 5.6 date-time.
Example:
2021-07-15T17:54:12ZstatusCardVerificationStatus (string)required
Card verification status.
Possible values: [COMPLETED, FAILED]
statusReasonCardVerificationStatusReason (string)
The reason for FAILED card verification.
Possible values: [INVALID_CODE, VERIFICATION_NOT_REQUIRED, VERIFICATION_ATTEMPT_EXCEEDED, VERIFICATION_ATTEMPT_24H_EXCEEDED]
instrumentTypeInstrumentType (string)
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]
Example:
CARDremainingAttemptsinteger
The remaining card verification attempts.
CardVerification
{
"verificationCode": "string",
"instrumentId": "1001",
"verificationType": "VERIFICATION_CODE",
"id": "2cb56b2749af52d6b257054ef3de0",
"creationTime": "2021-07-15T17:54:12Z",
"status": "COMPLETED",
"statusReason": "INVALID_CODE",
"instrumentType": "CARD",
"remainingAttempts": 0
}