3D verification failed payment
-
Hello. ?? I noticed, that some clients get their payment canceled in Braintree, because of something related to 3D verification. Even if they put the 3D code, they still get their payment failed. My plugin is connected to Braintree. So I contacted Braintree and they told me, that the payment with SM goes through WordPress’ Tips and Tricks Braintree plugin. And that they need to change the website code, so that such payments to go through. Bellow I send you their explanation:
“These transactions were rejected because the 3D Secure authentication was returned with a value of authenticate_failed??. This response generally means that the customer entered an incorrect 3D Secure password or they took too long to enter in a password value and the 3D Secure authentication timed out. It is expected behavior that the gateway rejects these types of 3D Secure authentications in order to protect your gateway from fraud.
That said, if you wanted to allow these transactions through even with thisauthenticate_failed? response, you’d just need to pass the threeDSecure.required bool as false? in your transaction sale request. This parameter defaults to true for all transactions sent through 3D Secure verification unless you explicitly pass false. Please note that liability shifted would still be false, which means that liability in the case of a chargeback would not be shifted to the card-issuing bank.
Lastly, I’d like to provide some clarification on the difference between failed transactions and gateway rejected transactions. A status of Failed would indicate that an error occurred when sending the transaction to the processor. A gateway rejection, on the other hand, indicates that a transaction or verification request did not pass certain settings or rules that you have set up in your Braintree gateway.”
So, they need to do this bool “false“ in order that kind of transactions to go through. But since I use your plugin for Braintree, I don’t have “Tips and tricks” plugin, I guess you need to change the code?
Let me know what are you thinking about this? Thank you.
The page I need help with: [log in to see the link]
- The topic ‘3D verification failed payment’ is closed to new replies.