About

Accepting payments in WordPress can be hard with complicated e-commerce shopping cart solutions. WP Simple Pay makes it easy.

- Keep visitors on your site and increase conversions by accepting payments directly on your WordPress website.
- Use the advanced drag and drop form builder to add custom fields like dropdowns, checkboxes, and more to collect additional data during payment.
- We use Stripe’s PCI-compliant servers to securely store and process payments. No credit card or payment information ever touches your server.

Create or link your Stripe account quickly and securely with Stripe Connect then choose from a pre-made payment form template to start accepting payments instantly.

39 Snippets
<10 Favourites
<10 Downloads

WP Simple Pay: Conditionally Dequeue Scripts & Styles

Conditionally dequeue scripts & styles based on set conditions. In this example, we remove all plugin…

WP Simple Pay: Add Customer Phone to Customer Metadata

Adds the "Telephone" customer field value to the Customer record's metadata. This value is normally only…

WP Simple Pay - BuddyBoss Preview Compatibility

/** * Plugin Name: WP Simple Pay - BuddyBoss Compatibility Fix */ if ( isset( $_GET['simpay-preview']…

WP Simple Pay: Custom Subscription Price Option Labels

Change the price option labels that are output in the price option selector. Changes the output…

WP Simple Pay: Custom Server-Side Validation Before Payment Creation

Perform additional custom server-side validation prior to allowing a payment to be created.

WP Simple Pay: Use Payment Form Description as Payment Description

Always use the payment form's "Description" as the Stripe payment description. By default WP Simple Pay…

Custom Button Color

.simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el) { background-color: #0b749d; } .simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el):focus, .simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el):hover { background-color: #086285;…

WP Simple Pay: Lower reCAPTCHA Threshold

Adjusts the reCAPTCHA v3 threshold for determining fraudulent interactions. 1.0 is very likely a good interaction,…

WP Simple Pay: Use Custom Field Value as Stripe Payment Description

Use the value of a custom field as the description for the Stripe payment record.

WP Simple Pay: Copy Payment Metadata to Customer Metadata

Ensure the Stripe Customer metadata is the same as the Stripe Payment metadata.

Allow Customers to Exempt from Tax

Add a "Checkbox" field with the "Stripe Metadata Label" set to "Tax Exempt"

WP Simple Pay: Per-Form Fixed Tax Rate Percentages

Override the returned tax rate for a given Payment Form. Important: Tax rates with the percentage…

1 2 3 4