Skip to main content
POST
Cancel 3DS authentication

Authorizations

Authorization
string
header
required

HTTP Basic authentication. Use your secret key as the username and an empty string as password. The API key should be base64 encoded in the format 'username:' when sending the Authorization header.

Body

application/json
authenticationId
string
required

3DS Authentication ID to cancel

Example:

"tdsa_1QmCRMJM0r9zBvr4OVmMRa6X"

Response

Authentication cancelled successfully

authenticationId
string
Example:

"tdsa_1QmCRMJM0r9zBvr4OVmMRa6X"

status
string
Example:

"canceled"