Skip to main content
POST /v2/cards/simulations/3DSAuthRequest

Request

Use this request to simulate a 3D Secure (3DS) authentication request in the sandbox, and trigger the 3DSAuthRequest webhook.

Query parameters

accountId
string
required
The ID of the account that the card is associated with.Allowable values: An existing accountId

Request body schema

cardId
string
required
TThe ID of the card to work with.Allowable values: A valid cardId
amount
number
required
Amount of the payment being made.
currencyCode
string
required
ISO 4217 three-digit currency code of the payment.Allowable values: ≤ 999

Response

If your request is successful, you’ll receive a 200 response.
For more detailed information about this request and its response, see the API reference.