WooCommerce Stripe Payment Gateway

woocommerce-gateway-stripe · 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
700k+
Current version
11.0.0
Added
2016-05-25
Last updated
2026-09-08 (12d ago)
First seen by beacon
5mo ago
Total downloads

Statistics

2024-06-17 → 2026-09-10 · 816 days
Downloads today
154,976
7-day total 208,932
Week over week
▼ -17%
vs prior 7 days
30-day trend
rising
▲ +203% MoM
Abandonment
○○○○○
healthy
Downloads/day Linear trend
270k202k135k67k02024-062024-102025-032025-072025-122026-04
155k116k77k39k02026-062026-062026-072026-072026-082026-08
155k116k77k39k02026-082026-082026-082026-082026-092026-09

Active versions

10.9other10.8
10.9 · 42.0%other · 41.2%10.8 · 16.8%

Ratings

5★
106
4★
12
3★
13
2★
13
1★
94

Support: 38/55 resolved

Alerts (0)

No open alerts.

Show 3 resolved alerts
High code_scan_match Resolved · code_scan_fp_class_vendor_cdn_enqueue 2026-05-05 11:21:22 (4mo ago)
Slugwoocommerce-gateway-stripe
Finding count3
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/payment-methods/class-wc-stripe-upe-payment-gateway.php472wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
remote_enqueuebuiltinincludes/payment-methods/class-wc-stripe-express-checkout-element.php398wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', '', null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
remote_enqueuebuiltinincludes/abstracts/abstract-wc-stripe-payment-gateway.php2,219wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
Resolved shadbbdeb60b4d3e9142473ec8c32fc572198e3af51
View raw JSON
{
    "slug": "woocommerce-gateway-stripe",
    "finding_count": 3,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/payment-methods/class-wc-stripe-upe-payment-gateway.php",
            "line": 472,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/payment-methods/class-wc-stripe-express-checkout-element.php",
            "line": 398,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', '', null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/abstracts/abstract-wc-stripe-payment-gateway.php",
            "line": 2219,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "resolved_sha": "dbbdeb60b4d3e9142473ec8c32fc572198e3af51"
}
High code_scan_delta Resolved · false_positive_cdn_known_good 2026-04-30 05:58:34 (4mo ago)
Slugwoocommerce-gateway-stripe
Previous version10.6.1
Current version10.6.1
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/abstracts/abstract-wc-stripe-payment-gateway.php2,219wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
remote_enqueuebuiltinincludes/payment-methods/class-wc-stripe-express-checkout-element.php398wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', '', null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
remote_enqueuebuiltinincludes/payment-methods/class-wc-stripe-upe-payment-gateway.php472wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
New finding count3
View raw JSON
{
    "slug": "woocommerce-gateway-stripe",
    "previous_version": "10.6.1",
    "current_version": "10.6.1",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/abstracts/abstract-wc-stripe-payment-gateway.php",
            "line": 2219,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/payment-methods/class-wc-stripe-express-checkout-element.php",
            "line": 398,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', '', null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/payment-methods/class-wc-stripe-upe-payment-gateway.php",
            "line": 472,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "new_finding_count": 3
}
High bulk_committer_takeover Resolved · no_longer_matches 2026-04-24 02:38:59 (5mo ago)
Committerwpmuguru
Member since2009-05-30
Plugins joined6
Spread days0
Earliest join2020-08-27 12:37:16
Latest join2020-08-27 18:19:53
Combined installs1,430,000
Sample plugins
SlugActive installsFirst commit at
woocommerce-gateway-stripe700,0002020-08-27 18:19:53
woocommerce-services600,0002020-08-27 17:48:17
woosidebars100,0002020-08-27 12:37:16
homepage-control10,0002020-08-27 14:40:19
woocommerce-colors10,0002020-08-27 17:18:14
woocommerce-shortcodes10,0002020-08-27 18:11:12
View raw JSON
{
    "committer": "wpmuguru",
    "member_since": "2009-05-30",
    "plugins_joined": 6,
    "spread_days": 0,
    "earliest_join": "2020-08-27 12:37:16",
    "latest_join": "2020-08-27 18:19:53",
    "combined_installs": 1430000,
    "sample_plugins": [
        {
            "slug": "woocommerce-gateway-stripe",
            "active_installs": 700000,
            "first_commit_at": "2020-08-27 18:19:53"
        },
        {
            "slug": "woocommerce-services",
            "active_installs": 600000,
            "first_commit_at": "2020-08-27 17:48:17"
        },
        {
            "slug": "woosidebars",
            "active_installs": 100000,
            "first_commit_at": "2020-08-27 12:37:16"
        },
        {
            "slug": "homepage-control",
            "active_installs": 10000,
            "first_commit_at": "2020-08-27 14:40:19"
        },
        {
            "slug": "woocommerce-colors",
            "active_installs": 10000,
            "first_commit_at": "2020-08-27 17:18:14"
        },
        {
            "slug": "woocommerce-shortcodes",
            "active_installs": 10000,
            "first_commit_at": "2020-08-27 18:11:12"
        }
    ]
}

SVN committers (17)

Accounts with actual commit access to woocommerce-gateway-stripe 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
royho 2009-09-27 103 2016-09-27 · r1504097 2019-04-18 · r2070847
Automattic 2009-11-05 80 2020-05-21 · r2309509 2025-07-22 · r3332418
WooThemes 2010-07-23 42 2019-06-03 · r2099936 2022-09-28 · r2791411
Wesley Rosa 2024-03-07 20 2024-09-16 · r3152956 2026-06-15 · r3573727
Dale du Preez 2014-02-18 15 2025-06-23 · r3316434 2026-09-08 · r3686882
Diego 2023-09-13 14 2024-12-12 · r3207168 2026-08-19 · r3654911
mayishaa 2021-10-21 10 2025-04-16 · r3275170 2026-07-14 · r3607575
Malith 2022-03-14 8 2025-07-28 · r3335485 2026-02-10 · r3458318
Mike Jolley 2011-12-21 4 2016-05-25 · r1424019 2016-06-14 · r1436550
annemirasol 2021-09-27 4 2025-02-13 · r3240277 2025-05-17 · r3295383
Boro Sitnikovski 2017-01-07 4 2018-07-16 · r1909988 2018-11-20 · r1977380
plugin-master 2007-03-09 1 2016-05-21 · r1421301 2016-05-21 · r1421301
Samuel Wood (Otto) 2006-04-12 1 2026-07-15 · r3609482 2026-07-15 · r3609482
Matt Cohen 2009-06-02 1 2018-01-09 · r1799707 2018-01-09 · r1799707
jamesgallan 2020-05-26 1 2024-10-17 · r3170409 2024-10-17 · r3170409
asumaran 2009-05-07 1 2023-03-09 · r2876890 2023-03-09 · r2876890
Ron Rennick 2009-05-30 1 2020-08-27 · r2370543 2020-08-27 · r2370543

Readme contributors (7)

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
Automattic 2009-11-05 80 commits Active
WooCommerce 2011-11-10 Active
royho 2009-09-27 103 commits Removed 3mo ago
WooThemes 2010-07-23 42 commits Removed 3mo ago
Boro Sitnikovski 2017-01-07 4 commits Removed 3mo ago
Matt Cohen 2009-06-02 1 commits Removed 3mo ago
Akeda Bagus 2013-03-07 Removed 3mo ago

Versions (100 most recent)

Version Released Download
11.0.0 zip
10.9.1 zip
9.7.2 zip
9.8.2 zip
9.9.3 zip
10.0.2 zip
10.1.1 zip
10.2.1 zip
10.3.2 zip
10.4.1 zip
10.5.4 zip
10.6.3 zip
10.7.2 zip
10.8.5 zip
10.9.0 zip
10.6.2 zip
10.7.1 zip
10.8.4 zip
10.8.3 zip
10.8.2 zip
10.8.0 zip
10.8.1 zip
10.7.0 2026-05-12 · 4mo ago zip
10.6.1 2026-04-23 · 5mo ago
10.6.0 2026-04-20 · 5mo ago zip
10.5.3 2026-03-19 · 6mo ago zip
10.5.2 2026-03-13 · 6mo ago zip
10.5.1 2026-03-11 · 6mo ago zip
10.5.0 2026-03-09 · 6mo ago zip
10.4.0 2026-02-09 · 7mo ago zip
10.3.1 2026-01-15 · 8mo ago zip
10.3.0 2026-01-13 · 8mo ago zip
10.2.0 2025-12-08 · 9mo ago zip
10.1.0 2025-11-11 · 10mo ago zip
10.0.1 2025-10-15 · 11mo ago zip
10.0.0 2025-10-14 · 11mo ago zip
9.9.2 2025-09-29 · 11mo ago zip
9.9.1 2025-09-16 · 1y ago zip
9.9.0 2025-09-08 · 1y ago zip
9.8.1 2025-08-15 · 1y ago zip
9.8.0 2025-08-11 · 1y ago zip
9.7.1 2025-07-28 · 1y ago zip
9.7.0 2025-07-21 · 1y ago zip
9.6.0 2025-07-07 · 1y ago zip
9.5.3 2025-06-23 · 1y ago zip
9.5.2 2025-05-22 · 1y ago zip
9.5.1 2025-05-17 · 1y ago zip
9.5.0 2025-05-13 · 1y ago zip
9.4.1 2025-04-17 · 1y ago zip
9.4.0 2025-04-16 · 1y ago zip
9.3.2 2025-04-10 · 1y ago zip
9.3.1 2025-03-14 · 1y ago zip
9.3.0 2025-03-13 · 1y ago zip
9.2.0 2025-02-13 · 1y ago zip
9.1.1 2025-01-10 · 1y ago zip
9.1.0 2025-01-09 · 1y ago zip
9.0.0 2024-12-12 · 1y ago zip
8.9.0 2024-11-14 · 1y ago zip
8.8.2 2024-11-07 · 1y ago zip
8.8.1 2024-10-28 · 1y ago zip
8.8.0 2024-10-17 · 1y ago zip
8.7.0 2024-09-16 · 2y ago zip
8.6.1 2024-08-09 · 2y ago zip
8.6.0 2024-08-09 · 2y ago zip
8.5.2 2024-07-22 · 2y ago zip
8.5.1 2024-07-18 · 2y ago zip
8.5.0 2024-07-11 · 2y ago zip
8.4.0 2024-06-13 · 2y ago zip
8.3.1 2024-05-30 · 2y ago zip
8.3.0 2024-05-23 · 2y ago zip
8.2.0 2024-04-11 · 2y ago zip
8.1.1 2024-04-04 · 2y ago zip
8.1.0 2024-03-28 · 2y ago zip
8.0.1 2024-03-13 · 2y ago zip
8.0.0 2024-02-29 · 2y ago zip
7.9.3 2024-02-12 · 2y ago zip
7.9.2 2024-02-07 · 2y ago zip
7.9.1 2024-01-16 · 2y ago zip
7.9.0 2024-01-11 · 2y ago zip
7.8.1 2023-12-28 · 2y ago zip
7.8.0 2023-12-21 · 2y ago zip
7.7.0 2023-11-09 · 2y ago zip
7.6.2 2023-10-31 · 2y ago zip
7.6.1 2023-10-17 · 2y ago zip
4.5.6 2023-10-17 · 2y ago zip
4.6.1 2023-10-17 · 2y ago zip
4.7.1 2023-10-17 · 2y ago zip
4.8.1 2023-10-17 · 2y ago zip
4.9.1 2023-10-17 · 2y ago zip
5.0.1 2023-10-17 · 2y ago zip
5.1.1 2023-10-17 · 2y ago zip
5.2.4 2023-10-17 · 2y ago zip
5.3.1 2023-10-17 · 2y ago zip
5.4.2 2023-10-17 · 2y ago zip
5.5.2 2023-10-17 · 2y ago zip
5.6.4 2023-10-17 · 2y ago zip
5.7.2 2023-10-17 · 2y ago zip
5.8.3 2023-10-17 · 2y ago zip
5.9.2 2023-10-17 · 2y ago zip
6.0.2 2023-10-17 · 2y ago zip