Ripple (JSON-RPC)
Ripple (JSON-RPC)
Please donate XRP to rBdC31XbhuivNWaAvQVyTuitmS3LZNEsQj
Who can use this extension?
Everybody can use this extension. This Magento extension interacts with the Ripple ledger over JSON-RPC. The public ledger is used by default. You can configure to use your local rippled server if necessary. Simply open a Ripple wallet per Magento installation. Order IDs are used as destination tags.
Order status is checked via a cron process. Make sure that you are regularly calling /cron.php, for example every 15 minutes.
System requirements
- PHP CURL
- PHP openSSL for security
- Check that Magento's cron schedule is running.
Features
- supports all currencies;
- updates order status from public ripple ledger over JSON-RPC;
- redirects user to their Ripple wallet //send URL;
- creates invoices / sends invoice email upon payment confirmation;
- shows Ripple transaction in Order History;
- configure RPC SSL, user, pass, host, port;
- CRON schedule to check transactions every 15 minutes;