Skip to main content

Get Single Card Verification

GET 

/v2/customers/:customerId/verifications/CARD/:verificationId

Returns card verification attempt information.

Request

Path Parameters

    customerId stringrequired

    Customer id.

    verificationId stringrequired

    Verification attempt id.

Responses

OK

Schema

    verificationCode stringrequired

    Possible values: >= 4 characters and <= 4 characters, Value must match regular expression ^\d{4}$

    Verificaton code present in the statement of previous transaction.

    instrumentId stringrequired

    Card identifier.

    verificationType CardVerificationType (string)required

    Possible values: [VERIFICATION_CODE]

    Default value: VERIFICATION_CODE

    Type of the card verification performed.

    id stringrequired

    Card verification id.

    creationTime date-timerequired

    Represents RFC 3339, section 5.6 date-time.

    status CardVerificationStatus (string)required

    Possible values: [COMPLETED, FAILED]

    Card verification status.

    statusReason CardVerificationStatusReason (string)

    Possible values: [INVALID_CODE, VERIFICATION_NOT_REQUIRED, VERIFICATION_ATTEMPT_EXCEEDED, VERIFICATION_ATTEMPT_24H_EXCEEDED]

    The reason for FAILED card verification.

    instrumentType InstrumentType (string)

    Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, CCI_BANK_ACCOUNT, CARD]

    Instrument type.

    | 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 |

    remainingAttempts integer

    The remaining card verification attempts.

Loading...