XRP Payment Gateway
Plug Ripple (XRP) payments into your platform with GatewayCrypto. Transactions settle in 3-5 seconds with fees under a cent. Our API handles destination tags, payment tracking, and webhooks so you can focus on building your product.
Get Started
Supported XRP Networks
How XRP Payment Gateway Works
Our XRP payment gateway covers the entire payment flow. We assign a unique destination tag for each order, monitor the XRP Ledger for incoming payments, and ping your server the moment funds land. No need to run your own XRPL node or worry about destination tag routing.
Get Started-
1
Customer Selects XRP at Checkout
Your checkout page shows XRP as a payment option. The customer sees the deposit address and a unique destination tag for their order.
-
2
We Assign a Unique Destination Tag
Our API generates a destination tag tied to this specific order and your merchant account. This is how we match payments to orders on the XRP Ledger.
-
3
Customer Sends XRP
The customer sends XRP from any wallet, including the destination tag. We watch the ledger and match the payment to the correct order in real time.
-
4
3-5 Seconds Later: Confirmed
XRP transactions finalize in seconds, not minutes. We send a signed webhook to your callback URL and funds are settled to your account.
Integration Options
REST API
Create XRP payment invoices with one API call. We handle destination tags and ledger monitoring for you.
curl -X POST https://api.gatewaycrypto.io/v1/payments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"currency": "XRP",
"amount": 50.00,
"order_id": "ORD-67203",
"callback_url": "https://yoursite.com/webhook"
}'
Python SDK
Install the GatewayCrypto Python package and start processing XRP payments in a few lines of code.
from gatewaycrypto import Client
client = Client(api_key="YOUR_API_KEY")
payment = client.payments.create(
currency="XRP",
amount=50.00,
order_id="ORD-67203",
callback_url="https://yoursite.com/webhook",
)
print(payment.wallet_address) # XRP address
print(payment.destination_tag) # Required tag
print(payment.expires_at) # Payment window
E-Commerce Plugins
Drop-in plugins for WooCommerce, Shopify, PrestaShop, and more. Enable XRP payments from your store dashboard without writing code.
Why Choose GatewayCrypto for XRP Payments
-
3-5 Second Settlement
XRP transactions finalize in seconds. Your customers pay, you get confirmation almost immediately. No waiting for block confirmations. -
Fees Under a Cent
XRP transaction costs are a fraction of a penny. Your customers save on fees, and so do you. -
Built for Cross-Border Payments
XRP was designed from the ground up for fast international transfers. Perfect if your business serves customers across multiple countries. -
High Throughput
The XRP Ledger handles 1,500 transactions per second. No congestion, no failed transactions during peak traffic. -
Enterprise-Grade Security
Non-custodial setup, signed webhooks, IP whitelisting, and compliance tooling. Ready for regulated industries.