v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
3DS Credentials

Update 3DS Credentials - Idempotent

patch/api/v1/cards/{publicToken}/3ds-credentials/{credentialId}

Path parameters

credentialIdinteger required

ID of credential to update

publicTokenstring required

Request body

valuestring required

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

cardholderAnswerstring nullable

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

updatedBystring nullable

User who updated the card details.

Example request

{
  "value": "07796456220",
  "cardholderAnswer": "Lord of the Rings"
}

Response

No Content