post https://example.com/simulate/3ds
Simulates a 3D Secure (3DS) authentication request for online card transactions.
3DS provides an additional layer of security by requiring cardholder authentication
before authorizing online purchases. In the Kulipa system, this triggers an
Out-Of-Band authentication flow where the user receives a notification in their
wallet application to confirm the transaction.
This simulation endpoint will result in a cardAuthentication.created
event being
sent to wallet distributor webhooks, allowing you to test the complete 3DS flow.
For more details about the 3DS process, see the 3DS documentation.
Response: Returns a CardAuthentication object with status in_progress
and
transaction details that will be presented to the user for authentication.