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

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

WP Simple Pay - Add Customer Shipping Address to Payment Metadata

Maps the customer's shipping address to the one-time payment record's metadata.

WP Simple Pay: Custom Thousand Separator

Changes the thousand separator from the default , (comma) to a . (period).

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: Set a Per-Form Custom Amount Programmatically

Adjust a single payment form's custom amount value programatically.

WP Simple Pay: Custom Webhook Handling Example

An example of handling the `coupon.updated` webhook event. For a full list of available events see:…

WP Simple Pay: Disable Stripe Payment Terms

Disable the automatically generated payment form mandates. NOTE: No recommended. Some payment methods require mandates to…

WP Simple Pay: Change Custom Amount Field Input Type

Changes the `type` attribute on the `input` tag. This helps some mobile keyboards have a better…

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

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 Decimals

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

1 2 3 4