Simulation

Complete simulated 3DS challenge

POST/simulate/issuing/threeds/{three_ds_attempt_id}/complete

Complete the OTP challenge on a simulated 3DS attempt. The attempt must have an open challenge, created by simulating a 3DS authentication that resolves to challenge.

An outcome of successful authenticates the attempt, which you can then pass as three_ds_attempt_id when simulating a card authorization. failed rejects the attempt. Both outcomes fire issuing.3ds.authentication_completed.

Path Parameters

three_ds_attempt_id

stringRequired

Unique identifier for the three ds attempt.

Body Parameters

outcome

enumRequired

The outcome of the 3DS challenge. Must be one of successful or failed. Possible values: successful, failed