开始使用 Ninja Forms 和 Stripe 接受信用卡付款和订阅!Ninja Forms Stripe 将使您能够使用 Stripe Checkout 为您的产品或服务接受信用卡购物车付款。
特征
- 支持 Stripe 订阅 (定期付款)。
- 支持 Fixed Amount(固定金额)、Field(字段)和 Calculation (计算)付款金额选项。
- 存储交易 ID、付款状态和其他详细信息并将其与每个表单提交/交易相关联。
- 支持多种表格(每个表格一个支付网关)。
这个怎么运作?
- 注册 Stripe。
- 安装 Ninja Forms 和 Ninja Forms Stripe 附加组件/扩展。
- 从 Stripe 获取可发布密钥、安全密钥和 webhook 密钥。
- 使用 API 详细信息设置 Ninja Forms Stripe。
- 使用 Fixed Amount, Field 或 Calculation method 创建 Ninja Forms 付款表单。
- 开始收款和销售订阅!
Stripe 要求商家在其网站上安装 SSL 证书,以确保所有付款都得到安全处理。请参阅 Stripe 集成安全指南 了解更多详情。
更改日志
v4.0.0 ------ * Update: Stripe API upgraded. * Update: Documentation updates addressing the latest changes. v3.3.0 ------ * New: Added Stripe Subscriptions support. * New: Added option to submit payment form with 0$ amount. * New: Added support for "Zero-decimal currencies". E.g. Japanese Yen * Updated: stripe-php library updated to 6.30.0. * Updated: Switched back to Ninja Forms default currency list. * Updated: Improved documentation. v3.2.1 ------- * Updated: Small bug fixes. v3.2.0 ------- * New: Added translation support. * Updated: Small bug fixes. v3.1.0 ------ * New: Currency option added. * Updated: Small bug fixes. v3.0.0 ------ * New: Initial release