📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

606 Modules
385 Ready
218 Need Help
🏆 Leaderboard
Popular Module Stable v4.0.10

Braintree Payments

gene/module-braintree

Implements integration with the Braintree payment system, overwriting the original Magento module, to provide additional features and bug fixes.

322,277
Downloads
Above average
35
GitHub Stars
Below average
12mo ago
Last Release
17
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v4.0.10 on Magento 2.4.8-p3
Dec 15, 2025
v4.0.10 on Magento 2.4.8-p2
Aug 14, 2025
v4.0.10 on Magento 2.4.8
May 18, 2025
v4.0.10 on Magento 2.4.7-p4
Feb 15, 2025
v4.0.10 on Magento 2.4.7-p3
Feb 4, 2025
v4.0.9 on Magento 2.4.7-p3
Oct 15, 2024

+5 older tests

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Braintree Payments Magento compatibility status badge

README

Loaded from GitHub

Braintree Payments

Module Magento\Braintree implements integration with the Braintree payment system.

Overview

This module overwrites the original Magento Braintree module, to provide additional features and bug fixes.

Available Payment Methods

  • Credit Card
    • Visa
    • Mastercard
    • Amex
    • Discover
    • JCB
    • Diners
    • Maestro
    • Restrictions apply.
  • PayPal
  • PayPal Credit
    • US and UK only. Restrictions apply.
  • Google Pay
  • Apple Pay
  • Venmo (US only)
  • ACH Direct Debit (US only)

Additional Features

M1 to M2 Stored Card migration tool

If you are looking to migrate to M2 and want to offer the best experience for existing customers by migrating their stored credit cards, this is now possible with the new console command.

To use the new command, ensure that

  • Your M1 database is online and accessible
  • Your M2 store is in Braintree Production mode
  • You have already migrated the customers from M1 to M2

Run the following command on your M2 server

bin/magento braintree:migrate --host=<HOSTNAME_OR_IP> --dbname=<DB_NAME>

You will be prompted for the DB Username and Password and after that, the tool will query your M1 DB, find any stored cards and locate them in your Braintree account (this is why you must run it with Braintree in Production mode). Any matching records that are found are then queried in your M2 database, and the card details* are stored for that customer.

Custom Fields

If you would like to add Custom Fields to your Braintree transactions, we provide an example module here that can be used to create a custom module for your store to add these fields.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.