jetwes / woocommerce-xrp

A WooCommerce Payment Gateway for XRP.

Home Page:https://github.com/empatogen/woocommerce-xrp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WooCommerce XRP

A payment gateway for WooCommerce to easily accept XRP as a payment method.

Requirements

  • PHP 5.6 or greater (PHP 7.2 or higher is recommended)
  • WordPress 5.1 or greater
  • WooCommerce 3.5.6 or greater
  • A "self-owned" and activated XRP account. (You may not use an Exchange!)
  • You need an account at XRPL Webhook (see below)

Installing

  1. Upload the plugin to the /wp-content/plugins/woocommerce-xrp directory folder, or install the plugin through the WordPress plugin screen directly.
  2. Activate the plugin through the Plugins screen in Wordpress.
  3. Create a free account at XRPL Webhook and obtain your API keys. This is required as the plugin uses this webhook to update the checkout page whenever a payment is made.
  4. Go to "WooCommerce -> Settings -> Payments" and configure the plugin.

FAQ

Which XRP server (rippled) is used by default?

The node s2.ripple.com is being used to talk to the XRP network. This can easily be changed under Advanced and you can use any public XRP server.

What is XRPL Webhooks?

XRPL Webhooks is a free service that send HTTP requests to a specified URL each time a transaction is made to a specific XRP account. The plugin use this service to update the order in real-time when the customer makes a payment.

Which exchanges is supported?

You can specify between Binance, Bitbank, Bitfinex, Bitlish, BitMEX, Bitrue, Bitsane, Bitstamp, Bittrex, Bitcoin Exchange Thailand, CEX.IO, Coinbase, Kraken or Uphold as the exchange to use when fetching the XRP rate when the customer is checking out.

Which base currencies are supported?

The supported currencies are AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HRK, HUF, IDR, ILS, INR, ISK, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PLN, RON, RUB, SEK, SGD, THB, TRY, USD and ZAR. The rates are updated daily using the XML feed from ECB.

What does the bypass firewall feature do?

By default, we speak JSON-RPC on port 51234 with the XRP server. Some webservers are behind a firewall that doesn't allow outgoing traffic on non-standard ports. By enabling this feature, we talk to cors-anywhere.herokuapp.com, using TLS on port 443, which then acts as a proxy and relays the traffic to the XRP server.

Changelog

1.1.0

  • Remove the use of Google Chart to generate the QR-code. Use qrcodejs instead.
  • Change to a singleton layout to avoid conflicting with other plugins.
  • Add check to ensure that the specified XRP account is activated.
  • Add a new exchange. (Bitrue)
  • Fix a bug which prevents us from running on 32bit systems.

1.0.3

  • Add 3 new exchanges. (Bitbank, Bitcoin Exchange Thailand and Bitlish)
  • Add 31 new currencies.
  • Add 2 new languages. (Dutch and Japanese))
  • Add a proxy feature to bypass your servers firewall.
  • Lots of bugfixes.

1.0.2

1.0.1

  • Remove the cURL dependency and use wp_remote_get() and wp_remote_post() instead.

1.0.0

  • Initial release!

License

Please see LICENSE.

Acknowledgments

Donate

If you like this plugin and wish to donate, feel free to send some XRP to rscKqdNj1ECXamMoxxwejTnBmhwTpBvTKz.

About

A WooCommerce Payment Gateway for XRP.

https://github.com/empatogen/woocommerce-xrp

License:ISC License


Languages

Language:PHP 96.4%Language:JavaScript 3.6%