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
cURL
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
Body
application/json
Body
The ID of the card to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Contains information about how the payment is being made.
Example:
"10"
ISO 4217 three-digit currency code of the payment or purchased gift card.
Required range:
x <= 999Example:
826
Identifies the type of transaction being authenticated.
Available options:
PURCHASE, ACCOUNT_VERIFICATION, ACCOUNT_FUNDING, QUASI_CASH, PREPAID_ACTIVATION_AND_LOAD Identifies the category of the message for a specific use case.
Available options:
PAYMENT, NON_PAYMENT Response
200 - application/json
OK
cURL