3-D Secure 2.0. FAQ
1) Will Way2Pay send a webhook notification if the 3-D Secure check fails?
Yes, in that case, Way2Pay will send a webhook notification with the failed
status.
2) Is a webhook notification sent when the 3-D Secure check is completed using the frictionless flow?
Yes, a webhook notification is also sent in the case of a frictionless 3-D Secure flow.
3) Does the system send only one final webhook notification with the 3-D Secure check result? Or are there multiple notifications?
The system will send only one final webhook notification.
4) What are the possible values of the transaction.status
parameter in the response to the authorization request? Is it possible to receive successful
transaction status?
The transaction.status
in the synchronous response can only be incomplete
or failed
. A successful
transaction status is only returned in a webhook notification after the successful 3-D Secure check.
5) Will the parameters xid
and cavv
have values in the webhook notification after a successful 3-D Secure check?
Yes, in the webhook notification for the successful 3-D Secure check the parameters eci
, xid
, cavv
, creq
, ds_transaction_id
will have values.
6) Can the eci
parameter have a value of 07
or 00
in a webhook notification with a successful status?
No, in that case, the eci
value must be either 05
or 02
.
7) Can parameters transaction.status
and transaction.three_d_secure_verification.status
have different values?
No, transaction.status
and transaction.three_d_secure_verification.status
always have identical values.