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.

44 Snippets
10+ Favourites
100+ Downloads

WP Simple Pay: Facebook Payment Conversion Tracking

Execute a script the first and only time a payment confirmation is viewed.

WP Simple Pay: Remove Decimals

Removes trailing decimals on price outputs. Note: Does not affect Stripe Checkout.

WP Simple Pay: Programmatically Set Custom Field Default Value

Use metadata as the default value for a payment form's custom field.

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: Copy Payment Metadata to Customer Metadata

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

WP Simple Pay: Programmatically Access Payment Metadata After Payment

Programmatically access metadata (such as custom field values) associated with a payment record after a subscription…

WP Simple Pay: Add User Meta After Payment

Use the payment email address to look up a WordPress user and add custom meta information.

WP Simple Pay: Remove Card Terms

Removes auto-generated terms displayed under card fields.

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: Translate Stripe Error Messages

For more information about the available error codes and messages visit: https://stripe.com/docs/error-codes

1 2 3 4