v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
3DS Credentials

List 3DS Credentials.

get/api/v1/cards/{publicToken}/3ds-credentials

Path parameters

publicTokenstring required

Response

Success

typestring nullable

Type of credential: Email, SMS, Biometric etc

valuestring nullable

The credential value, determined by its type, ie email address for email, mobile number for SMS etc.

idinteger

ID of the credential.

credentialTypeinteger

Credential type ID

kbaQuestionstring nullable

conditional field present for KBA credentials only.

Example response

[
  {
    "type": "OTPEMAIL",
    "value": "fred.freddy@fred.com",
    "kbaQuestion": "4"
  }
]