Braintree for WooCommerce Payment Gateway

woocommerce-gateway-paypal-powered-by-braintree · by woocommerce · wordpress.org ↗ · SVN ↗
Acquired by Automattic. New committers from that team's naming convention are expected and will not fire takeover events. source ↗
Active installs
10k+
Current version
3.10.0
Added
2016-01-05
Last updated
2026-04-22 (9d ago)
First seen by beacon
10d ago
Total downloads
2,208,015

Alerts (0)

No open alerts.

Show 2 resolved alerts
High code_scan_delta Resolved · false_positive_cdn_known_good 2026-04-30 09:12:11 (2d ago)
Slugwoocommerce-gateway-paypal-powered-by-braintree
Previous version3.10.0
Current version3.10.0
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/WC_Gateway_Braintree_Local_Payment.php149wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . $sdk_version . '/js/client.min.js', [], $version, true );medium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/WC_Gateway_Braintree_Local_Payment.php165wp_register_script( 'braintree-js-local-payments', 'https://js.braintreegateway.com/web/' . $sdk_version . '/js/local-payment.min.js', [ 'braintree-js-client' ], $version, true );medium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/Google_Pay/Frontend.php65wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/client.min.js', array( 'google-pay-js' ), WC_Braintree::VERSION, trumedium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/Google_Pay/Frontend.php68wp_register_script( 'braintree-js-google-pay', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/google-payment.min.js', array( 'braintree-js-client' ), WC_Brainmedium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/WC_Gateway_Braintree_ACH.php130wp_register_script( 'braintree-js-ach', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/us-bank-account.min.js', [ 'braintree-js-client' ], WC_Braintree::VERSImedium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/WC_Gateway_Braintree.php425wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/client.min.js', array(), WC_Braintree::VERSION, true );medium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/WC_Gateway_Braintree.php426wp_register_script( 'braintree-js-data-collector', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/data-collector.min.js', array( 'braintree-js-client' ), WC_Bmedium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
New finding count7
View raw JSON
{
    "slug": "woocommerce-gateway-paypal-powered-by-braintree",
    "previous_version": "3.10.0",
    "current_version": "3.10.0",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree_Local_Payment.php",
            "line": 149,
            "snippet": "wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . $sdk_version . '/js/client.min.js', [], $version, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree_Local_Payment.php",
            "line": 165,
            "snippet": "wp_register_script( 'braintree-js-local-payments', 'https://js.braintreegateway.com/web/' . $sdk_version . '/js/local-payment.min.js', [ 'braintree-js-client' ], $version, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Google_Pay/Frontend.php",
            "line": 65,
            "snippet": "wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/client.min.js', array( 'google-pay-js' ), WC_Braintree::VERSION, tru",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Google_Pay/Frontend.php",
            "line": 68,
            "snippet": "wp_register_script( 'braintree-js-google-pay', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/google-payment.min.js', array( 'braintree-js-client' ), WC_Brain",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree_ACH.php",
            "line": 130,
            "snippet": "wp_register_script( 'braintree-js-ach', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/us-bank-account.min.js', [ 'braintree-js-client' ], WC_Braintree::VERSI",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree.php",
            "line": 425,
            "snippet": "wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/client.min.js', array(), WC_Braintree::VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree.php",
            "line": 426,
            "snippet": "wp_register_script( 'braintree-js-data-collector', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/data-collector.min.js', array( 'braintree-js-client' ), WC_B",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        }
    ],
    "new_finding_count": 7
}
Medium committer_younger_than_plugin Resolved · benign_company_employee 2026-04-27 10:32:31 (5d ago)
Slugwoocommerce-gateway-paypal-powered-by-braintree
Committer slugeduardoumpierre
Committer display nameeduardoumpierre
Committer employer
Committer member since2025-02-03
Committer first commit2025-02-04 14:22:39
Committer commit count2
Plugin listed authorwoocommerce
Earliest plugin commit2015-12-17 23:35:28
Plugin age at join days3,336
Committer age at join days1
Active installs10,000
View raw JSON
{
    "slug": "woocommerce-gateway-paypal-powered-by-braintree",
    "committer_slug": "eduardoumpierre",
    "committer_display_name": "eduardoumpierre",
    "committer_employer": null,
    "committer_member_since": "2025-02-03",
    "committer_first_commit": "2025-02-04 14:22:39",
    "committer_commit_count": 2,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2015-12-17 23:35:28",
    "plugin_age_at_join_days": 3336,
    "committer_age_at_join_days": 1,
    "active_installs": 10000
}

SVN committers (15)

Accounts with actual commit access to woocommerce-gateway-paypal-powered-by-braintree on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
SkyVerge 2013-04-26 63 2018-08-01 · r1918338 2021-05-27 · r2538483
Automattic 2009-11-05 35 2021-11-16 · r2630994 2026-04-22 · r3513196
Akeda Bagus 2013-03-07 18 2016-04-05 · r1386829 2016-11-25 · r1540711
royho 2009-09-27 11 2017-05-04 · r1651223 2017-07-26 · r1703436
Diego 2023-09-13 7 2025-04-14 · r3272702 2025-12-11 · r3417692
WooThemes 2010-07-23 6 2016-01-05 · r1321558 2025-07-03 · r3321869
Boro Sitnikovski 2017-01-07 6 2018-01-11 · r1801137 2018-05-31 · r1884589
Allen Snook 2013-01-05 3 2016-02-01 · r1340874 2016-04-05 · r1387249
Wesley Rosa 2024-03-07 3 2024-07-22 · r3123437 2025-01-21 · r3226399
Chris Shultz 2018-03-08 2 2018-10-17 · r1958243 2018-10-17 · r1958246
eduardoumpierre Young account 2025-02-03 2 2025-02-04 · r3234800 2025-02-18 · r3242822
Dwain Maralack 2012-08-02 2 2016-09-19 · r1498313 2016-09-19 · r1498317
mayishaa 2021-10-21 1 2025-01-07 · r3218465 2025-01-07 · r3218465
plugin-master 2007-03-09 1 2015-12-17 · r1311296 2015-12-17 · r1311296
annemirasol 2021-09-27 1 2024-11-25 · r3196938 2024-11-25 · r3196938

Readme contributors (3)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
SkyVerge 2013-04-26 63 commits Active
Automattic 2009-11-05 35 commits Active
WooCommerce 2011-11-10 Active

Versions (94 most recent)

Version Released Download
3.10.0 2026-04-22 · 9d ago
3.9.0 2026-03-31 · 1mo ago zip
3.8.0 2026-03-03 · 1mo ago zip
3.7.0 2026-02-02 · 2mo ago zip
3.6.0 2025-12-10 · 4mo ago zip
3.5.1 2025-11-18 · 5mo ago zip
3.5.0 2025-11-17 · 5mo ago zip
3.4.2 2025-10-08 · 6mo ago zip
3.4.1 2025-09-24 · 7mo ago zip
3.4.0 2025-09-15 · 7mo ago zip
3.3.0 2025-09-08 · 7mo ago zip
3.2.9 2025-07-14 · 9mo ago zip
3.2.8 2025-07-03 · 10mo ago zip
3.2.7 2025-04-14 · 1y ago zip
3.2.6 2025-02-18 · 1y ago zip
3.2.5 2025-02-04 · 1y ago zip
3.2.4 2025-01-07 · 1y ago zip
3.2.3 2024-11-25 · 1y ago zip
3.2.2 2024-10-29 · 1y ago zip
3.2.1 2024-09-24 · 1y ago zip
3.2.0 2024-08-13 · 1y ago zip
3.1.7 2024-07-22 · 1y ago zip
3.1.6 2024-05-22 · 1y ago zip
3.1.5 2024-03-27 · 2y ago zip
3.1.4 2024-03-11 · 2y ago zip
3.1.3 2024-02-06 · 2y ago zip
3.1.2 2024-01-22 · 2y ago zip
3.1.1 2024-01-09 · 2y ago zip
3.1.0 2023-12-11 · 2y ago zip
3.0.9 2023-11-21 · 2y ago zip
3.0.8 2023-11-01 · 2y ago zip
3.0.7 2023-10-25 · 2y ago zip
3.0.6 2023-09-18 · 2y ago zip
3.0.5 2023-08-29 · 2y ago zip
3.0.4 2023-07-25 · 2y ago zip
3.0.3 2023-07-05 · 2y ago zip
3.0.2 2023-05-24 · 2y ago zip
3.0.1 2023-04-04 · 3y ago zip
3.0.0 2023-03-16 · 3y ago zip
2.9.1 2022-12-19 · 3y ago zip
2.9.0 2022-11-01 · 3y ago zip
2.8.0 2022-10-12 · 3y ago zip
2.7.0 2022-09-06 · 3y ago zip
2.6.5 2022-06-14 · 3y ago zip
2.6.4 2022-04-04 · 4y ago zip
2.6.3 2022-03-16 · 4y ago zip
2.6.2 2021-11-16 · 4y ago zip
2.6.1 2021-05-27 · 4y ago zip
2.6.0 2021-04-19 · 5y ago zip
2.5.0 2021-03-18 · 5y ago zip
2.4.3 2020-10-22 · 5y ago zip
2.4.2 2020-10-14 · 5y ago zip
2.4.1 2020-09-28 · 5y ago zip
2.4.0 2020-08-12 · 5y ago zip
2.3.11 2020-07-02 · 5y ago zip
2.3.10 2020-05-05 · 5y ago zip
2.3.9 2020-04-20 · 6y ago zip
2.3.8 2020-03-10 · 6y ago zip
2.3.7 2020-02-05 · 6y ago zip
2.3.6 2020-01-05 · 6y ago zip
2.3.5 2019-12-12 · 6y ago zip
2.3.4 2019-12-10 · 6y ago zip
2.3.3 2019-11-28 · 6y ago zip
2.3.2 2019-10-21 · 6y ago zip
2.3.1 2019-10-17 · 6y ago zip
2.3.0 2019-10-03 · 6y ago zip
2.2.7 2019-09-12 · 6y ago zip
2.2.6 2019-08-07 · 6y ago zip
2.2.5 2019-06-06 · 6y ago zip
2.2.4 2019-04-02 · 7y ago zip
2.2.3 2019-03-20 · 7y ago zip
2.2.2 2019-03-01 · 7y ago zip
2.2.1 2019-02-06 · 7y ago zip
2.2.0 2018-11-12 · 7y ago zip
2.1.4 2018-10-17 · 7y ago zip
2.1.3 2018-08-01 · 7y ago zip
2.1.2 2018-05-31 · 7y ago zip
2.1.1 2018-01-31 · 8y ago zip
2.1.0 2018-01-11 · 8y ago zip
2.0.4 2017-07-26 · 8y ago zip
2.0.3 2017-06-08 · 8y ago zip
2.0.2 2017-05-25 · 8y ago zip
2.0.1 2017-05-12 · 8y ago zip
2.0.0 2017-05-04 · 8y ago zip
1.2.7 2017-01-23 · 9y ago zip
1.2.6 2016-11-25 · 9y ago zip
1.2.5 2016-10-13 · 9y ago zip
1.2.4 2016-09-19 · 9y ago zip
1.2.3 2016-07-24 · 9y ago zip
1.2.2 2016-06-14 · 9y ago zip
1.2.1 2016-05-17 · 9y ago zip
1.2.0 2016-04-05 · 10y ago zip
1.1.0 2016-02-01 · 10y ago zip
1.0.0 2016-01-05 · 10y ago zip