Minimal Stripe Wrapper

Minimal Stripe Wrapper (MSW) is a lightweight and secure WordPress plugin designed to streamline Stripe payments with minimal setup and maximum flexibility. Unlike complex, feature-heavy payment plugins, MSW provides a low-footprint solution that leverages Stripe Checkout, ensuring the highest level of security while keeping your site’s payment workflow simple and efficient.

Please visit the full Plugin Documentation page.

Features

  • Single payments via Stripe-hosted Checkout

  • No card or payment information are stored locally.

  • Can use Stripe Test mode for sandbox testing.

  • Can automatically add a surcharge to cover the Stripe transaction fee.

  • Will work with either logged in users (eg. a membership site) or not logged in users (eg. a donation)

  • Includes a shortcode Donate Form with variable amount.

  • Downloadable transactions history in the WP dashboard for tracking and cross-referencing transactions.

Security

  • Uses Stripe-hosted forms. No card data touches your server.

  • Rate-limiting for extra protection.

  • Stripe secret keys are stored encrypted.

  • Uses the WordPress REST API with corresponding validation checks in addition to Stripe validation.

External services

This plugin connects to a the Stripe API in order to initiate a Stripe Checkout session and to receive a Webhook response.

You may specify what information is supplied to Stripe.

The minimum information you must supply is the payment amount.

You may optionally include a Users email, product name and quantity.

Where an email is not supplied, Stripe will require the user to enter an email.

See also the Stripe Consumer Terms of Service and the Stripe Privacy Policy

How it Works

You can initiate a Stripe payment with any of these methods:

  1. The Gutenberg block element ‘Minimal Stripe Button’
  2. By using any clickable element of your choice (eg. a <button> or <a>)
  3. By using the shortcode-generated button.
  4. By using an action hook.
  5. By using the shortcode-generated donate-form.

Method 1: A Gutenberg block element

Add to your page using the WordPress block editor.

Method 2: Use an existing clickable element

Add a css class to any clickable target element.
eg. Use the page builder of your choice (eg. A Divi Button).

Then add a filter hook to enter/modify your specific payment details.

For example:

Method 3: Using a shortcode-generated button

This method requires no php code. You can however, optionally add a php hook (as above) to modify the Stripe parameters and to perform extra actions on the Stripe webhook callback.

Example shortcode:

Method 4: WP hook

A developer method.
Use PHP from your code to fire a WordPress ‘action’ which initiates a Stripe Checkout session with the specified Stripe arguments

Action hook: mswr_initiate_stripe_payment

Example:

Hooks available in Minimal Stripe Wrapper

Method 5: Donate Form

Shortcode generated Donate Form where the user can select the amount to pay.

See the Plugin Documentation for a full description

0

评论0

 
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
显示验证码
没有账号?注册  忘记密码?

社交账号快速登录