Pay4All for Stripe

Опис

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.

Скріншоти

Встановлення

  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.

Часті питання

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.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Pay4All for Stripe” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Pay4All for Stripe” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

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.