Skip to main content

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: 1001
verificationTypeCardVerificationType (string)required

Type of the card verification performed.

Possible values: [VERIFICATION_CODE]

Default value: VERIFICATION_CODE
Example: VERIFICATION_CODE
idstringrequired

Card verification id.

Example: 2cb56b2749af52d6b257054ef3de0
creationTimedate-timerequired

Represents RFC 3339, section 5.6 date-time.

Example: 2021-07-15T17:54:12Z
statusCardVerificationStatus (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: CARD
remainingAttemptsinteger

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
}