Card Verification Bug!
-
Hi guys,
We want to use the Card Verification feature to prevent customer fraud. We enabled this feature in the Braintree panel, but after talking to Braintree support, we noticed that credit cards are still being added to the Vault without being verified.
After checking the logs with Braintree support, they informed us that in the transaction :: sale request sent by the plugin, there is an option called storeInVaultOnSuccess, which adds the card to the Vault after the transaction is successful ( Without Verify) which causes users to bypass Card Verification.
I edited the submitted values via Hooks and the wc_braintree_transaction_data filter. I changed the value of the options (storeInVaultOnSuccess and addBillingAddressToPaymentMethod) to false. But a new problem arose, the transaction was successful but the order status was not completed.
Order Note: https://tinyimg.io/i/9ywUzWd.png
Can you help me?
Kind regards
- The topic ‘Card Verification Bug!’ is closed to new replies.