v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
3DS

Simulate entering OTP into 3DS Challenge UI

Endpoint for simulating entering OTP into 3DS Challenge UI. A call to /v1/three_ds_authentication/simulate that resulted in triggered SMS-OTP challenge must precede. Only a single attempt is supported; upon entering OTP, the challenge is either approved or declined.

post/v1/three_ds_decisioning/simulate/enter_otp

Request body

tokenstring uuid required

A unique token returned as part of a /v1/three_ds_authentication/simulate call that resulted in PENDING_CHALLENGE authentication result.

otpstring required

The OTP entered by the cardholder

Example request

{
  "otp": "123456"
}

Response

OK