This interface card transaction 3DS authorization is confirmed and cancelled.
After receiving 3DS Webhook, it is valid for 2 minutes.
Request
Body Params application/json
{
"authId": "8cc2859e-986c-40c1-a22c-26d653bd3b67",
"approve": true
}
Request samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/card/respondTo3DSVerification' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"authId": "8cc2859e-986c-40c1-a22c-26d653bd3b67",
"approve": true
}'
Responses
application/json {
"code": 0,
"msg": "SUCCESS",
"ok": true
}
Modified at 2025-07-29 03:20:09