Discover, trust, install: FAIR 1.0 is here

Braintree for WooCommerce Payment Gateway
Version: 3.4.2
Description
Accept all major cards, Apple Pay, and PayPal directly with PayPal Braintree for WooCommerce. Customers can save their card details or link a PayPal account for an even faster checkout experience.
Features
- No redirects — keep customers on your site for payment, reducing the risk of abandoned carts.
- Security first; PCI compliant, with 3D Secure verification and Strong Customer Authentication (SCA).
- Express checkout options, including Buy Now and PayPal Checkout buttons. Customers can save their card details, link a PayPal account, or pay with Apple Pay.
- Optimized order management; process refunds, void transactions, and capture charges from your WooCommerce dashboard.
- Route payments in certain currencies to different Braintree accounts (requires currency switcher).
- Compatible with WooCommerce Subscriptions and WooCommerce Pre-Orders.
Safe and secure — every time
Braintree’s secure Hosted Fields provide a seamless way for customers to enter payment info on your site without redirecting them to PayPal.
It’s PCI compliant and supports SCA and 3D Secure verification, so you always meet security requirements — without sacrificing flexibility. Plus, Braintree’s fraud tools protect your business by helping detect and prevent fraud.
Even faster checkouts
Customers can save their credit and debit card details or link a PayPal account to fast-forward checkout the next time they shop with you. Adding PayPal Checkout and Buy Now buttons to your product, cart, and checkout pages makes purchasing simpler and quicker, too.
Get paid upfront and earn recurring revenue
Take charge of how you sell online. PayPal Braintree supports WooCommerce Subscriptions — the perfect solution for earning recurring revenue. It’s also compatible with WooCommerce Pre-Orders, enabling you to accept payment upfront or as products ship.
Screenshots
Faq
You’ve come to the right place. Our documentation for PayPal Braintree for WooCommerce includes detailed setup instructions, troubleshooting tips, and more.
Both! PayPal Braintree for WooCommerce supports payments with credit cards and PayPal. (You can also enable Apple Pay.)
Yes! PayPal Braintree supports tokenization (required for recurring payments) and is compatible with WooCommerce Subscriptions.
Support is available for 25 currencies, wherever Braintree is available. You can use your store’s native currency or add multiple merchant IDs to process other currencies via different Braintree accounts. To manage multiple currencies, you’ll need a free or paid currency switcher, such as Aelia Currency Switcher (requires purchase).
Yes! It’s supported in all countries where Braintree is available.
Yes; sandbox mode is available so you can test the payment process without activating live transactions. Woo-hoo!
You may need to enable PayPal in your Braintree account.
Sure thing! See our instructions on using PayPal Braintree without credit cards.
This extension should work with any WooCommerce-compatible theme, but you might need to customize your theme for a perfect fit.
First, review our documentation for troubleshooting tips and answers to common questions. If you need further assistance, please get in touch via the official support forum.
Reviews
Beware of velocity attacks (failed orders) with this plugin
By Zade (nothin7) on December 6, 2024
Three years ago, @patrickhs reported that this plugin has "non-existent fraud protection", and apparently this hasn't changed.
I manage over 100 WordPress sites, and only three of them get hit with velocity attacks, where scammers will use your site to test stolen credit cards, generating hundreds of failed orders (last attack was over 5,000 attempts). I spent countless hours trying various anti-spam plugins and writing various scripts, until I finally discovered a pattern: These are the only sites using Braintree for WooCommerce Payment Gateway. Clearly this plugin suffers from an unpatched vulnerability because somehow a Guest user had five charges approved for the same order, all different card numbers, preceded by hundreds of failed attempts (each attempt generating an order note, about one second apart). Another order showed a failed attempt after the successful payment. That's not how WooCommerce works, especially when your Checkout page has a reCAPTCHA. You can't pass reCAPTCHAs that quickly, and you can't (successfully) pay for the same order twice; that'd be a new order. So essentially this plugin is an invitation for hackers to bypass the Checkout interface and make order attempts programmatically.
Also, the latest update (3.1.7) destroys the credit card field styling (and, in turn, customers' trust). I'm glad I noticed that right away.
Combining that with the fact that I reported a bug ("sv-wc-payment-gateway-payment-form.min.css.map error") over a year ago that could be resolved by adding a single space to a file—and they still haven't fixed it—I no longer trust Braintree and have begun switching everyone to WooPayments. First impressions of WooPayments are great, setup is a breeze, and my Checkout pages are now more user-friendly in multiple ways.
Subpar Support
By Josh (jmccallweb) on February 9, 2024
The plugin seems fine. Support--especially here on wordpress.org--can be pretty terrible. This rating is for plugin support.
Easy to use. Great Support!!
By yfirvida on February 14, 2023
The plugin is very easy to use, and they have a great support team.
Not available in australia
By thetonto on June 19, 2022
Issues after 2.6.3 upgrade
By Marvin (marvinsolano) on June 14, 2022
Worst Customer Service Ever
By nitsa100 on March 21, 2022
Has been working fine for five years
By Wudman on September 24, 2021
Non-existent fraud protection
By patrickhs on July 12, 2021
Support is really awsome!!!
By NinnaDesign on June 29, 2020
Helpful support. Simply works.
By Isaac Lubow (isaaclubow) on May 21, 2020
Changelog
3.4.2 – 2025-10-08
- Add – Retry Braintree API call without Level3 request data after a processor 2046 error.
- Fix – Remove field
unitTaxAmount
from Level 3 request data.
3.4.1 – 2025-09-24
- Fix – Error when placing orders with 3DS disabled on the Braintree account.
- Fix – Credit Card payments fail with Zero-Amount line items.
3.4.0 – 2025-09-15
- Add – Automatic customer account creation for subscription purchases through Apple Pay when the user is not logged in.
- Add – Ability to view transaction data in order page.
- Add – Include level 2 and level 3 data when creating transactions.
- Dev – Bump WooCommerce “tested up to” version 10.2.
- Dev – Bump WooCommerce minimum supported version to 10.0.
3.3.0 – 2025-09-08
- Add – Handle incoming webhook events.
- Add – Implement a feature flag system to enable controlled rollout of new features.
- Fix – Limit the Apple Pay
displayName
(store name) to a maximum of 64 characters to comply with Apple’s requirements. - Fix – Remove duplicate HTML element IDs.
- Fix – Accessibility: Improve display of credit card field labels to avoid cropping.
- Fix – Disabled
failOnDuplicatePaymentMethod
in sandbox mode. - Dev – Bump WooCommerce “tested up to” version 10.1.
- Dev – Bump WooCommerce minimum supported version to 9.9.
- Dev – Bump WordPress minimum supported version to 6.7.
- Dev – Add PHPUnit test setup and run PHPUnit tests for every PR.
- Dev – Update the dev setup instructions in the README.
- Dev – Fix e2e test Github Actions workflow.
- Dev – Add pre-commit hooks to enforce phpcs rules.
3.2.9 – 2025-07-14
- Add – Consent checkbox for vaulting Apple Pay cards for Subscription products.
- Fix – Ensure that ‘Pay with PayPal’ functions properly in Block Checkout when using the Safari browser.
- Dev – Applied PHPCS auto-fixes and documentation comment updates.
- Dev – Bump WooCommerce “tested up to” version 10.0.
- Dev – Bump WooCommerce minimum supported version to 9.8.
3.2.8 – 2025-06-25
- Fix – Upgrade SkyVerge Framework from 5.12.7 to 5.15.10 which helps resolve a few fatal errors around Subscriptions.
- Fix – Correct HTML markup of Dynamic Descriptors section on settings page.
- Fix – JavaScript error on block cart and checkout pages.
- Dev – Bump WooCommerce “tested up to” version 9.9.
- Dev – Bump WooCommerce minimum supported version to 9.7.
- Dev – Ensure JavaScript dependencies are correct.
3.2.7 – 2025-04-14
- Fix – PayPal payment issue in Woo 9.8 Block Checkout.
- Dev – Bump WooCommerce “tested up to” version 9.8.
- Dev – Bump WooCommerce minimum supported version to 9.6.
- Dev – Bump WordPress “tested up to” version 6.8.
- Dev – Update all third-party actions our workflows rely on to use versions based on specific commit hashes.
- Dev – Disabled warning checks from WordPress Plugin Check Action.
3.2.6 – 2025-02-18
- Fix – Ensure payment methods display the correct buttons and statuses in the new WooCommerce Payments settings.
- Dev – Bump WooCommerce “tested up to” version 9.7.
- Dev – Bump WooCommerce minimum supported version to 9.5.
- Dev – Bump WordPress minimum supported version to 6.6.
- Dev – Refresh WPORG assets and readme copy.
- Dev – Add the WordPress Plugin Check GitHub Action.
3.2.5 – 2025-01-20
- Add – Request a cardholder challenge on all transactions.
- Dev – Bump WooCommerce “tested up to” version 9.6.
- Dev – Bump WooCommerce minimum supported version to 9.4.
- Dev – Use the
@woocommerce/e2e-utils-playwright
NPM package for E2E tests.
3.2.4 – 2025-01-06
- Fix – PHP 8.3 deprecation notices caused by the use of dynamic properties.
- Dev – Update Braintree SDK from 6.7.0 to 6.21.0.
- Dev – Update SkyVerge framework from 5.12.0 to 5.12.7.
- Dev – Bump WooCommerce “tested up to” version 9.5.
- Dev – Bump WooCommerce minimum supported version to 9.3.
- Dev – Resolve some E2E errors.
3.2.3 – 2024-11-25
- Dev – Bump WordPress “tested up to” version 6.7.
3.2.2 – 2024-10-28
- Fix – Fatal error processing admin subscription renewals when using legacy order storage.
- Fix – Apple Pay styling issues on Product and Cart pages.
- Fix – PayPal button width on the Product page.
- Tweak – Change “Buy with Apple Pay” text to “Subscribe with Apple Pay” for Subscription products.
- Dev – Bump WooCommerce “tested up to” version 9.4.
- Dev – Bump WooCommerce minimum supported version to 9.2.
- Dev – Bump WordPress minimum supported version to 6.5.
- Dev – Ensure that E2E tests pass in the latest WooCommerce version.
3.2.1 – 2024-09-23
- Fix – Update documentation link that was incorrect.
- Dev – Bump WooCommerce “tested up to” version 9.3.
- Dev – Bump WooCommerce minimum supported version to 9.1.
3.2.0 – 2024-08-13
- Add – Support for Apple Pay when purchasing Subscription products.
- Fix – Credit card input boxes not visible.
- Dev – Bump WooCommerce “tested up to” version 9.2.
- Dev – Bump WooCommerce minimum supported version to 9.0.