Title: Pay4All for Stripe
Author: pay4all
Published: <strong>July 22, 2026</strong>
Last modified: July 22, 2026

---

Search plugins

![](https://ps.w.org/pay4all-for-stripe/assets/banner-772x250.png?rev=3618052)

![](https://ps.w.org/pay4all-for-stripe/assets/icon-256x256.png?rev=3618052)

# Pay4All for Stripe

 By [pay4all](https://profiles.wordpress.org/pay4all/)

[Download](https://downloads.wordpress.org/plugin/pay4all-for-stripe.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/pay4all-for-stripe/#description)
 * [Reviews](https://wordpress.org/plugins/pay4all-for-stripe/#reviews)
 *  [Installation](https://wordpress.org/plugins/pay4all-for-stripe/#installation)
 * [Development](https://wordpress.org/plugins/pay4all-for-stripe/#developers)

 [Support](https://wordpress.org/support/plugin/pay4all-for-stripe/)

## Description

Pay4All for Stripe adds Stripe as a payment method to WooCommerce and to the free
Pay4All Shop plugin.

Stripe is a trademark of Stripe, Inc.; this plugin is an independent integration
and is not affiliated with, endorsed by, or sponsored by Stripe, Inc.

Main features:

 * Connects your own Stripe account by pasting your Publishable key and Secret key—
   no OAuth, no third-party proxy.
 * Auto-creates the webhook endpoint in your Stripe account with a single click.
 * Every method enabled in your Stripe account shows up at checkout: cards, Apple
   Pay, Google Pay, SEPA, iDEAL, Klarna, and more.
 * WooCommerce integration: classic checkout, Checkout Blocks and HPOS supported.
 * Pay4All Shop integration: works out of the box with form-based checkouts.
 * Refunds triggered directly from the order screen.
 * Localized in French, German, Italian and English.
 * Test mode / Live mode toggle.

There is no license fee, no subscription, no domain activation. Install, activate,
paste your Stripe keys, done.

### External services

This plugin connects to the Stripe API (operated by Stripe, Inc.) to authorize, 
capture, refund and reconcile payments. Without a Stripe account and valid API keys,
the gateway cannot process payments.

**What it is used for**

 * Every payment initiated from a WooCommerce or Pay4All Shop checkout is forwarded
   to Stripe for authorization.
 * Webhook events from Stripe are received to mark orders as paid, refunded or failed.
 * Refunds triggered from the WordPress admin call the Stripe refund API.
 * Creating the webhook endpoint at first setup calls the Stripe API endpoints webhook_endpoints
   and creates the local endpoint URL.

**What data is sent, and when**

 * On payment start: the order number, amount, currency and customer email.
 * On webhook: only the Stripe event data returned by Stripe.
 * On refund: the Stripe PaymentIntent identifier and the amount to refund.
 * No login credentials, no plugin telemetry, no site metadata are sent.

**Where the data is sent**

The plugin talks to Stripe’s REST API at:

 * https://api.stripe.com — the Stripe REST API used for every payment operation.

**Terms of use and privacy policy for Stripe**

 * Stripe terms of service: https://stripe.com/legal/ssa
 * Stripe privacy policy: https://stripe.com/privacy

No other external service is contacted by this plugin.

### Source code

The complete, non-minified source of this plugin is bundled inside the ZIP itself.
Every PHP file is human-readable and directly editable. The JavaScript bundles under`
assets/js/` are shipped in a pretty-printed, non-minified form so you can read and
modify them without a build step.

The bundled Stripe PHP SDK under `lib/stripe-php/` is the official Stripe SDK, released
under MIT license, unmodified. Source: https://github.com/stripe/stripe-php.

## Screenshots

[⌊Wizard step 1 - paste your Stripe test publishable and secret keys to try the 
gateway safely.⌉⌊Wizard step 1 - paste your Stripe test publishable and secret keys
to try the gateway safely.⌉[

Wizard step 1 – paste your Stripe **test** publishable and secret keys to try the
gateway safely.

[⌊Wizard step 2 - switch to production by pasting your live Stripe keys ; the plugin
flips the mode with a single click.⌉⌊Wizard step 2 - switch to production by pasting
your live Stripe keys ; the plugin flips the mode with a single click.⌉[

Wizard step 2 – switch to **production** by pasting your live Stripe keys ; the 
plugin flips the mode with a single click.

[⌊Wizard step 3 - one-click webhook creation in your Stripe account, no manual endpoint
URL to copy.⌉⌊Wizard step 3 - one-click webhook creation in your Stripe account,
no manual endpoint URL to copy.⌉[

Wizard step 3 – one-click **webhook creation** in your Stripe account, no manual
endpoint URL to copy.

[⌊Wizard step 4 - tick the Stripe payment methods you want to expose at checkout(
cards, Apple Pay, Google Pay, SEPA, iDEAL, Klarna, TWINT, and more).⌉⌊Wizard step
4 - tick the Stripe payment methods you want to expose at checkout (cards, Apple
Pay, Google Pay, SEPA, iDEAL, Klarna, TWINT, and more).⌉[

Wizard step 4 – tick the **Stripe payment methods** you want to expose at checkout(
cards, Apple Pay, Google Pay, SEPA, iDEAL, Klarna, TWINT, and more).

[⌊Wizard step 5 - configure the WooCommerce and Pay4All Shop order statuses applied
after a successful, deferred or failed Stripe payment.⌉⌊Wizard step 5 - configure
the WooCommerce and Pay4All Shop order statuses applied after a successful, deferred
or failed Stripe payment.⌉[

Wizard step 5 – configure the WooCommerce and Pay4All Shop **order statuses** applied
after a successful, deferred or failed Stripe payment.

## Installation

 1. Upload the `pay4all-for-stripe` folder to `/wp-content/plugins/` (or install from
    Plugins > Add New).
 2. Activate “Pay4All for Stripe” from the WordPress Plugins screen.
 3. Open `Pay4All STRIPE > Paramètres` in the admin.
 4. In your Stripe dashboard, go to Developers > API keys and copy your Publishable
    key + Secret key. Paste them into the plugin settings.
 5. Click “Create webhook” — the plugin registers the webhook endpoint in your Stripe
    account automatically.
 6. Tick which Stripe payment methods you want to expose at checkout.

Server requirements:

 * PHP 7.4 or higher.
 * PHP extensions: `openssl`, `curl`.
 * WordPress 5.9 or higher.
 * WooCommerce and/or Pay4All Shop.

## FAQ

### Does the plugin require a Pay4All account?

No. This plugin is fully free and works standalone with your own Stripe account.
You only need Stripe API keys.

### Does it work without WooCommerce?

Yes. The plugin also integrates with the free Pay4All Shop plugin (order-form-based
checkouts). You need at least one of the two.

### Where do I get my Stripe API keys?

Log in to your Stripe dashboard, go to Developers > API keys. Copy the Publishable
key and the Secret key. Paste both into the plugin settings.

### How is the webhook set up?

After you save your API keys, click “Create webhook” in the plugin settings. The
plugin uses your secret key to register the webhook endpoint automatically in your
Stripe account. The webhook signing secret is captured and stored for signature 
verification.

### Is WordPress Multisite supported?

Not in this version. Activate the plugin site by site.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Pay4All for Stripe” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ pay4all ](https://profiles.wordpress.org/pay4all/)

[Translate “Pay4All for Stripe” into your language.](https://translate.wordpress.org/projects/wp-plugins/pay4all-for-stripe)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pay4all-for-stripe/),
check out the [SVN repository](https://plugins.svn.wordpress.org/pay4all-for-stripe/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/pay4all-for-stripe/)
by [RSS](https://plugins.trac.wordpress.org/log/pay4all-for-stripe/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Added screenshots covering the 5 setup wizard steps (test keys, production keys,
   webhook, payment methods, order statuses).
 * Housekeeping : uniform prefix `pay4all_for_stripe_` on every PHP constant, namespace,
   JS/CSS handle and JS global variable. No behaviour change ; no migration required.

#### 1.0.0

 * Initial release on WordPress.org.
 * Direct Stripe integration via API keys (no third-party proxy).
 * WooCommerce classic checkout + Checkout Blocks + HPOS support.
 * Pay4All Shop integration.
 * French, German, Italian and English translations bundled.

## Meta

 *  Version **1.0.1**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [apple pay](https://wordpress.org/plugins/tags/apple-pay/)[gateway](https://wordpress.org/plugins/tags/gateway/)
   [payment](https://wordpress.org/plugins/tags/payment/)[stripe](https://wordpress.org/plugins/tags/stripe/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/pay4all-for-stripe/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pay4all-for-stripe/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pay4all-for-stripe/reviews/)

## Contributors

 *   [ pay4all ](https://profiles.wordpress.org/pay4all/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pay4all-for-stripe/)