Simulations
Simulate a 3DS auth request
Simulates a card 3DS auth request.
This endpoint is for testing purposes only and won't work in production.
post/cards/simulations/3DSAuthRequest
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
Example request
{
"cardId": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
"amount": "10",
"currencyCode": 826,
"subType": "PURCHASE",
"transactionType": "PAYMENT",
"cardAcceptor": {
"name": "John Smith"
}
}Response
OK
Example response
{
"success": true
}