v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
3DS Credentials

Create 3DS Credentials

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

Path parameters

publicTokenstring required

public token

Request body

type'OTPSMS' | 'OTPEMAIL' | 'BIOMETRIC' | 'OUTOFBAND' | 'ALL' | 'KBA' | 'BEHAVIOURALBIOMETRIC' required

The credential type.

valuestring required

The value of the credential. For example, email address or telephone number.

cardholderAnswerstring nullable

The answer for the Knowledge-based authentication (KBA) question.

Example request

{
  "type": "KBA",
  "value": "6",
  "cardholderAnswer": "Ford Cortina"
}

Response

Created