WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress
WordPress.org

Plugin Directory

Flutterwave Payments

  • 提交插件
  • 我的收藏
  • 登录
  • 提交插件
  • 我的收藏
  • 登录

该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Flutterwave Payments

作者:flutterwave
下载
  • 详情
  • 评价
  • 安装
  • 开发进展
支持

描述

Accept Credit card, Debit card and Bank account payment directly on your store with the official Flutterwave Plugin for WordPress.

Plugin Features

  • Collections: Card, Account, Mobile money, Bank Transfers, USSD, Barter, 1voucher.
  • Recurring payments: Tokenization and Subscriptions.
  • Split payments: Split payments between multiple recipients.

Requirements

  1. Flutterwave for business API Keys
  2. Supported PHP version: 5.6.0 – 7.4.0

屏幕截图

  • To configure the plugin, go to Rave > Settings from the left menu.
  • On Visual Composer Add Element dialog, click on “Rave Forms” and select the type of form you want to include on your page.
  • On the “Form Settings” dialog, fill in the form attributes and click “Save Changes”.
  • Payment Form successfully added to the page.
  • All the payments made through the forms to Rave can be accessed on Rave > Transactions page.

安装

Automatic Installation

  • Login to your WordPress Dashboard.
  • Click on “Plugins > Add New” from the left menu.
  • In the search box type Flutterwave Payments.
  • Click on Install Now on Flutterwave Payments to install the plugin on your site.
  • Confirm the installation.
  • Activate the plugin.
  • Go to “Rave > Settings” from the left menu to configure the plugin.

Manual Installation

  • Download the plugin zip file.
  • Login to your WordPress Admin. Click on \”Plugins > Add New\” from the left menu.
  • Click on the \”Upload\” option, then click \”Choose File\” to select the zip file you downloaded. Click \”OK\” and \”Install Now\” to complete the installation.
  • Activate the plugin.
  • Go to \”Rave > Settings\” from the left menu to configure the plugin.
  • For FTP manual installation, check here.

For FTP manual installation, check here.

Configuration options

  • Pay Button Public Key (live/Test) – Enter your public key which can be retrieved from Settings > API on your Rave account dashboard.
  • Pay Button Secret Key (live/Test) – Enter your secret key which can be retrieved from Settings > API on your Rave account dashboard.
  • Go Live – Tick that section to turn your rave plugin live.
  • Modal Title – (Optional) customize the title of the Pay Modal. Default is FLW PAY.
  • Modal Description – (Optional) customize the description on the Pay Modal. Default is FLW PAY MODAL.
  • Modal Logo – (Optional) customize the logo on the Pay Modal. Enter a full url (with \’http\’). Default is Rave logo.
  • Success Redirect URL – (Optional) The URL the user should be redirected to after a successful payment. Enter a full url (with ‘http:\’). Default: ‘\’.
  • Failed Redirect URL – (Optional) The URL the user should be redirected to after a failed payment. Enter a full url (with ‘http:\’). Default: ‘\’.
  • Pay Button Text – (Optional) The text to display on the button. Default: “PAY NOW”.
  • Charge Currency – (Optional) The currency the user is charged. Default: “NGN”.
  • Charge Country – (Optional) The country the merchant is serving. Default: “NG: Nigeria”.
  • Form Style – (Optional) Disable form default style and use the activated theme style instead.
  • Click Save Changes to save your changes.

Styling

You can enable default theme’s style to override default form style from the Settings page. Or you can override the formclass .flw-simple-pay-now-form from your stylesheet.

Usage

  • a. Shortcode
    Insert the shortcode anywhere on your page or post that you want the form to be displayed to the user.
    Basic: requires the user to enter amount and email to complete payment
    [flw-pay-button]

With button text:
[flw-pay-button]Button Text[/flw-pay-button]

With attributes: email or use_current_user_email with value “yes”, amount
[flw-pay-button amount=”1290″ email=”customer@email.com” ]

or

[flw-pay-button amount=”1290″ use_current_user_email=”yes” ]

With attributes and button text: email, amount
[flw-pay-button amount=”1290″ email=”customer@email.com” ]Button Text[/flw-pay-button]

With currency

[flw-pay-button custom_currency=”NGN,GBP,USD”]

With attributes: email or use_current_user_email with value “yes”, amount and currency
[flw-pay-button amount=”1290″ email=”customer@email.com” custom_currency= “NGN, GBP, USD” ]

or

[flw-pay-button amount=”1290″ use_current_user_email=”yes” custom_currency= “NGN, GBP, USD” ]

With currency:
[flw-pay-button custom_currency=”NGN,GBP,USD”]

With attributes: email or use_current_user_email with value “yes”, amount and currency
[flw-pay-button amount=”1290″ email=”customer@email.com” custom_currency= “NGN, GBP, USD” ]

or

[flw-pay-button amount=”1290″ use_current_user_email=”yes” custom_currency= “NGN, GBP, USD” ]

  • b. Visual Composer
    The shortcode can be added via Visual Composer elements.
    On Visual Composer Add Element dialog, click on “Rave Forms” and select the type of form you want to include on your page.

On the “Form Settings” dialog, fill in the form attributes and click “Save Changes”.

Payment Form successfully added to the page.

Best Practices

  1. When in doubt about a transaction, always check the Flutterwave Dashboard to confirm the status of a transaction.
  2. Always ensure you keep your API keys securely and privately. Do not share with anyone
  3. Ensure you change from the default secret hash on the WordPress admin and apply same on the Flutterwave Dashboard
  4. Always ensure you install the most recent version of the Flutterwave WordPress plugin

Debugging Errors

We understand that you may run into some errors while integrating our plugin. You can read more about our error messages here.

For authorization and validation error responses, double-check your API keys and request. If you get a server error, kindly engage the team for support.

Support

For additional assistance using this library, contact the developer experience (DX) team via email or on slack.

You can also follow us @FlutterwaveEng and let us know what you think 😊.

Contribution guidelines

We love to get your input. Read more about our community contribution guidelines here

License

By contributing to the Flutterwave WooCommerce, you agree that your contributions will be licensed under its MIT license.

评价

Error on PHP 8

Sharmelon 2022 年 7 月 29 日
The plugin stopped working on PHP 8. It gave this error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in /…./…./…/wp-content/plugins/rave-payment-forms/includes/rave-shortcode.php In PHP8.0, it’s compulsory to define types on Count. count((array)$XYZVariable); Bearing that in mind, I fixed that by editing: Line 120 'extra_count' => count((array)$extra_fields), // I added (array) Line 136 if(count((array)$extra_fields) != 0){ // I added (array) Flutterwave team, please update the plugin as soon as possible.

Plugin

jake33 2021 年 8 月 27 日
Great plugin
阅读所有2条评价

贡献者及开发者

「Flutterwave Payments」是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • flutterwave

帮助将「Flutterwave Payments」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

v1.0.3
* This version allows you to add additional fields to the form.
* This version allow you to set default values to fields.
* This version allows you to hid fields “By appending ‘-h’ to the name of the field”.
* This version now allow for mobile money option in UGx,TZS,GHS respectively
v1.0.2
*Recuring payment section add under “Payment Plan”
v 1.0.1
* Recurring payments now enabled.

v 1.0.0

额外信息

  • 版本 1.0.7
  • 最后更新:2 年前
  • 活跃安装数量 1,000+
  • WordPress 版本 5.2 或更高版本
  • 已测试的最高版本为 6.3.5
  • PHP 版本 7.4 或更高版本
  • 语言
    English (US)
  • 标签
    bank accountcredit cardpayment formpayment gatewayrave
  • 高级视图

评级

3.5 星(最高 5 星)。
  • 1 条 5 星评价 5 星 1
  • 0 条 4 星评价 4 星 0
  • 0 条 3 星评价 3 星 0
  • 1 条 2 星评价 2 星 1
  • 0 条 1 星评价 1 星 0

添加我的评价

查看全部评论

贡献者

  • flutterwave

支持

有话要说吗?是否需要帮助?

查看支持论坛

捐助

您愿意支持这个插件的发展吗?

捐助此插件

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 未来五分计划
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • Visit our TikTok account
  • 访问我们的 YouTube 频道
  • Visit our Tumblr account
代码如诗