[WordPress] 外掛分享: Minimal Stripe Wrapper

前言介紹

  • 這款 WordPress 外掛「Minimal Stripe Wrapper」是 2025-03-11 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2025-12-20,距離現在已有 67 天。
  • 外掛最低要求 WordPress 6.2 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

jerrystewart99 |

外掛標籤

stripe | payment | donation | membership | credit card |

內容簡介

**總結:**
Minimal Stripe Wrapper (MSW) 是一個輕量且安全的WordPress外掛,旨在以最少的設置和最大的靈活性來優化Stripe付款流程。與複雜、功能繁多的付款外掛不同,MSW提供了一個低耗效益的解決方案,利用Stripe Checkout確保最高的安全性,同時保持網站的付款流程簡單高效。

**問題與答案:**
1. MSW的主要功能是什麼?
- 答:通過Stripe託管結帳進行單筆付款。
- 答:不在本地存儲信用卡或付款信息。
- 答:可在沙箱測試模式下使用Stripe測試。
- 答:可以自動增加額外費用以支付Stripe交易費。
- 答:可與已登錄用戶(例如會員網站)或未登錄用戶(例如捐款)一起使用。
- 答:在儀表板中記錄交易歷史以跟踪和交叉參照與Stripe的交易。

2. 有關安全性的部分是如何保證的?
- 答:使用Stripe託管表單。信用卡資料不會觸及您的服務器。
- 答:Stripe秘密金鑰以加密方式存儲。
- 答:使用WordPress REST API並進行相應的驗證檢查,另外還有Stripe驗證。

3. 外掛連接到了哪些外部服務?
- 答:這個外掛連接到Stripe API,以啟動Stripe結帳會話並接收Webhook響應。
- 答:您可以指定提供給Stripe的信息。
- 答:您必須提供的最低信息是付款金額。
- 答:您可以選擇包括用戶電子郵件、產品名稱和數量。
- 答:如果未提供電子郵件,Stripe將要求用戶輸入電子郵件。

4. 如何啟動Stripe付款?
- 答:您可以使用以下3種方法之一來啟動Stripe付款:
1. 通過選擇的可點擊元素(例如\<button>或\<a>)。
2. 通過此外掛提供的由短代碼生成的按鈕。
3. 通過操作掛接(action hook)。

5. 關於使用自定義按鈕的方法1是什麼?
- 答:適用於Gutenberg或您選擇的頁面構建器(例如Divi按鈕)。
- 答:只需將以下CSS類添加到您的元素中即可啟動。

原文外掛簡介

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 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:

The Gutenberg block element ‘Minimal Stripe Button’
By using any clickable element of your choice (eg. a

文章
Filter
Mastodon