The easiest way to install WP Simple Pay is to search for it via your site’s Dashboard.
Step-by-Step Instructions
- Log in to your site’s dashboard (e.g. www.yourdomain.com/wp-admin).
- Click on the “Plugins” tab in the left panel, then click “Add New”.
- Search for “Stripe” or “WP Simple Pay” and find our plugin near the top.
- Install it by clicking the “Install Now” link.
- When installation finishes, click “Activate Plugin”.
- A new menu item “WP Simple Pay” should appear in your dashboard.
If you prefer installing manually you can
download the plugin ZIP file here.
Additional documentation at
docs.wpsimplepay.com.
Stripe Payment Forms v4.14.2 - July 8, 2025
- Update: Rest API active check is now more consistent to avoid conflicts.
- Fix: Unsupported parameters for multiple line items.
- Fix: Divi - payment form field sometimes not rendering in "Button", "Pricing Table" and "Call to Action" modules.
Stripe Payment Forms v4.14.1 - July 2, 2025
- New: Subscription Payments are now available for ALL users! Yes, even those using the Lite version! This makes it easier than ever to set up recurring revenue streams, offer memberships, or sell ongoing services - no matter what plan you are on.
- New: Added a customizable "Subscription Cancelled" message. Tailor the message to match your brand’s voice!
- New: Introduced new payment form templates, including options for gift vouchers, digital courses, and physical workbooks.
- New: Activity & Reports - see Stripe Balance and "action required" Stripe Account notifications.
- New: Pricing - allow a price option to be required during a multiple item purchase.
- New: Pricing - allow a maximum amount to be set for custom amounts.
- New: Payment Methods - SEPA Direct Debit - enabled for Bulgaria.
- Update: Removed the legacy payment flow to simplify and modernize the payment experience.
- Fix: Failed payments sometimes do not redirect users to the failure page.
- Fix: PHP notice due to translations loaded too early.
- Fix: "Resend Payment Receipt" functionality now works reliably in all scenarios.
- Fix: Pricing - ensure existing Stripe plan can be imported.
- Fix: Pricing - payment forms without description.
- Fix: Legacy payment flow - ensure custom amount is properly captured with Stripe Checkout.
- Fix: Custom Fields - Date - avoid
z-index
conflicts with other libraries.
- Fix: Smart Tags -
{receipt}
- ensure quantity is reflected accurately in all scenarios.
Stripe Payment Forms v4.12.2 - January 9, 2025
- New: Payment Confirmations - use a dedicated confirmation page for more focused messaging.
- Fix: Smart Tags - Ensure
{payment-url}
is not incorrectly escaped.
- Fix: Ensure translation loading compatibility with WordPress 6.7.
- Fix: Ensure dependency directory uses the proper casing for autoloading.
- Fix: Avoid PHP 8.2 deprecation notice during installation.
- Fix: Avoid PHP 8.2 deprecation notice in form builder.
- Fix: Avoid PHP 8.2 deprecation notice in token validation.
- Fix: Avoid PHP 8.2 deprecation notice in caching layer.
Stripe Payment Forms v4.11.1 - August 15, 2024
- New: [Pro] Allow multiple price options to be purchased at once.
- Fix: Smart Tags - ensure parsing does not replace values.
Stripe Payment Forms v4.10.0 - May 14, 2024
- New: Smart Tags - Provide Fallback For Optional Fields.
- Fix: Form Builder - Custom Fields Can Become Unexpandable.
- Fix: Remove Redundant Word in Sentence.
- Fix: Template Explorer - Search Field Broken in WordPress 6.5.
- Update: Require PHP Version 7.2 minimum.
- Update: Require WordPress version to be at least 5.9.
Stripe Payment Forms v4.9.0 - April 2, 2024
- New: WP Simple Pay is now translated in 10 additional languages.
- New: Do not send a dynamic statement descriptor to Stripe. https://support.stripe.com/questions/statement-descriptor-information
- Fix: Setup Wizard - Ensure "Help Panel" popover is hidden until completion.
- Fix: Blocks - Add block.json for better compatibility.
- Fix: Ensure CAPTCHA Documentation opens in new tab.
- Fix: Admin - Ensure
common.js
WordPress Script is Enqueued.
- Fix: Payment Form - Improve "Invalid Parameters" REST API messaging.
- Fix: Form Builder - Remove "New!" From "Confirmation Page" tab.
- i18n: Various changes for improved translations.
- Dev: Remove legacy action:
simpay_subscription_created
→ simpay_webhook_subscription_created
.
- Dev: Remove legacy action:
simpay_charge_created
→ simpay_webhook_payment_intent_succeeded
.