Title: Demfilz Payment Forms for Stripe
Author: demfilz
Published: <strong>June 28, 2026</strong>
Last modified: June 28, 2026

---

Search plugins

![](https://ps.w.org/demfilz-payment-forms-for-stripe/assets/banner-772x250.png?
rev=3589316)

![](https://ps.w.org/demfilz-payment-forms-for-stripe/assets/icon.svg?rev=3589316)

# Demfilz Payment Forms for Stripe

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

[Download](https://downloads.wordpress.org/plugin/demfilz-payment-forms-for-stripe.1.0.0.zip)

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

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

## Description

Demfilz Payment Forms for Stripe lets you collect payments anywhere on your site
with a single shortcode. Visitors fill in a clean, modern form and are taken to 
Stripe’s secure hosted checkout to enter their card details — no card data ever 
touches your server.

The form collects these standard fields:

 * Name
 * Email
 * Phone
 * Reference Number
 * Message
 * Amount

**Features**

 * Drop-in shortcode: `[dpfs_payment_form]`
 * Secure Stripe Checkout (hosted) — PCI-friendly, with Apple Pay / Google Pay support
 * Admin settings: Secret API key, Webhook signing secret, notification email, currency,
   minimum amount, button text
 * Payment Summary dashboard: total collected, this-month figures, paid/pending 
   counts, a full payment list and CSV export
 * Webhook-confirmed payments, with an on-page success fallback
 * Email notification to your chosen address on every successful payment
 * Modern, responsive, accessible design with an optional dark theme
 * Self-hosted font and assets — no third-party CDN requests from the front end

This plugin is not affiliated with or endorsed by Stripe. “Stripe” is a trademark
of Stripe, Inc., used here only to describe compatibility.

### External services

This plugin connects to the Stripe payment platform to process payments. Stripe 
is a third-party service; using this plugin requires a Stripe account and agreement
to Stripe’s terms.

**What is sent and when:** When a visitor submits the payment form, the plugin creates
a Stripe Checkout Session by sending the entered amount, currency, name, email, 
phone, reference number and message to Stripe’s API (`https://api.stripe.com`). 
The visitor is then redirected to Stripe’s hosted checkout page to enter and submit
their card details. When the visitor returns, and via a webhook from Stripe, the
plugin asks Stripe for the payment status to record the result. Card numbers are
entered on Stripe’s pages and are never sent to or stored on your site.

 * Stripe Terms of Service: https://stripe.com/legal
 * Stripe Privacy Policy: https://stripe.com/privacy

The plugin only contacts Stripe when an administrator has entered a Stripe API key
and a visitor submits the form (or returns from checkout). No data is sent to any
other external service.

## Screenshots

[⌊The payment form on the front end (light theme).⌉⌊The payment form on the front
end (light theme).⌉[

The payment form on the front end (light theme).

[⌊The payment form in dark theme.⌉⌊The payment form in dark theme.⌉[

The payment form in dark theme.

[⌊The admin Payment Summary dashboard.⌉⌊The admin Payment Summary dashboard.⌉[

The admin Payment Summary dashboard.

[⌊The admin Settings tab.⌉⌊The admin Settings tab.⌉[

The admin Settings tab.

## Installation

 1. Upload the `demfilz-payment-forms-for-stripe` folder to `/wp-content/plugins/`,
    or install the zip via Plugins  Add New  Upload Plugin.
 2. Activate the plugin.
 3. Go to **Stripe Payments  Settings** and enter your Stripe **Secret API Key** (use
    a test key, `sk_test_…`, while testing).
 4. In your Stripe Dashboard, go to **Developers  Webhooks  Add endpoint**, paste the**
    Webhook Endpoint URL** shown on the settings page, subscribe to the `checkout.session.
    completed` event, then copy the endpoint’s **Signing secret** into the **Webhook
    Signing Secret** field.
 5. Set a **Notification Email** and your **Currency**.
 6. Add the shortcode `[dpfs_payment_form]` to any page or post.

## FAQ

### Which shortcode attributes are available?

 * `title` — heading shown above the form (default “Make a Payment”)
 * `description` — optional sub-text under the title
 * `button` — button label (default from settings, e.g. “Pay Now”)
 * `amount` — a fixed amount; when set, the amount field is locked
 * `currency` — three-letter code (default from settings, e.g. `aud`)
 * `amount_label` — accessible label for the amount field (default “Amount”)
 * `theme` — `light` (default), `dark`, or `auto` (follow the visitor’s system setting)

Example: `[dpfs_payment_form title="Pay your invoice" amount="150" currency="aud"]`

### Do I need the Stripe PHP SDK?

No. The plugin talks to the Stripe API directly over HTTPS, so there is nothing 
extra to install.

### Is the webhook required?

It is strongly recommended — it is how payments are confirmed reliably. As a fallback,
the success page also confirms the payment when the visitor returns from Stripe.

### Where is card data handled?

Entirely on Stripe’s hosted checkout page. Your site never sees or stores card numbers.

### Which currencies are supported?

Any currency your Stripe account supports. A selection of common currencies is available
in the settings, and zero-decimal currencies (such as JPY) are handled correctly.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

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

[Translate “Demfilz Payment Forms for Stripe” into your language.](https://translate.wordpress.org/projects/wp-plugins/demfilz-payment-forms-for-stripe)

### Interested in development?

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

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **23 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.2 or higher **
 * Tags
 * [checkout](https://wordpress.org/plugins/tags/checkout/)[donations](https://wordpress.org/plugins/tags/donations/)
   [payment form](https://wordpress.org/plugins/tags/payment-form/)[payments](https://wordpress.org/plugins/tags/payments/)
   [stripe](https://wordpress.org/plugins/tags/stripe/)
 *  [Advanced View](https://wordpress.org/plugins/demfilz-payment-forms-for-stripe/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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