Description
This gateway allows you to accept XRP payment on wc enabled wp sites using the Payburner service. Payburner is an XRP wallet deployed as a browser extension.
This WordPress plugin imports two javascript files from https://www.payburner.com in order to connect the page to the browser extension and to render and control the Payburner pay button.
The source code for these two javascript files is located at:
https://github.com/payburner/payburner.js
https://github.com/payburner/paybutton.js
payburner.js interacts solely with the payburner browser extension which can be found at https://chrome.google.com/webstore/detail/payburner-browser-extensi/ghigcfhmoaokccllienfhdhdndkfhmop
The browser extension itself is a what is called a non-custodial hot wallet. The users maintain full control over the wallet and their funds.
paybutton.js interacts with https://gateway.payburner.com to manage the status of the payment on the payburner payment gateway.
On the back end, the php class class-payburner-api.php interacts with https://gateway.payburner.com to check the payment status.
The privacy policy of Payburner and its related sites, including https://www.payburner.com and https://gateway.payburner.com can be found at: https://www.payburner.com/payburner-privacy-policy.txt
Installation
- Upload the plugin folder to the \”/wp-content/plugins/\” directory.
- Activate the plugin through the \”Plugins\” menu in WordPress.
- Enable and configure the gateway in the wc payments management tab.
FAQ
-
How do I obtain a paybutton id ?
-
Download and install the payburner browser extension from the chrome store (https://chrome.google.com/webstore/detail/payburner-browser-extensi/ghigcfhmoaokccllienfhdhdndkfhmop). Then create a pay button using the pay button manager. For further information, please consult the docs: https://github.com/payburner/paybutton-docs
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Payburner Payment Gateway” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Payburner Payment Gateway” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.4
Made paybutton.js load from www.payburner.com
1.0.3
- Updated paybutton version, fixed bug in form handling.
1.0.2
- Added privacy policy verbiage
1.0.1
- Updated for wordpress plugin requirements.
1.0.0
- Initial release.