I have a WordPress Site with WooCommerce installed, and I added a Braintree Payments extension to it today.
The instructions to set this up are very simple: activate the extension and its license, ensure that your Braintree account is in Development mode, add your Merchant Account Number, public key, private key, and client-side encryption key. Should work, right?
Well, upon testing, I get this error for every attempt:
An error occurred, please try again or try an alternate form of payment.
Failed to create customer
81706 : CVV is required., 81713 : Expiration year is invalid., 81712 : Expiration month is invalid., 81714 : Credit card number is required., 81725 : Credit card must include number, paymentMethodNonce, or venmoSdkPaymentMethodCode.
All of these inputs (CC Number, Expiration date, and CCV) were entered on submitting the form.
I have gone back through all my keys/account number to check that there was no whitespace included, I've tested multiple cards, I have checked all my settings in WooCommerce, and I have the updated versions of WordPress and all plugins. WTF is going on?!?!!
Thank you for any help you can give!
Caitlin