Simple API, instant settlement to your Solana wallet. No custody, no complexity, just payments.
const response = await fetch('https://rydderpay.com/api/v1/payments/create', {
method: 'POST',
headers: {
'Authorization': 'Bearer rp_live_...',
'Content-Type': 'application/json'
},
body: JSON.stringify({
amount: 0.5,
currency: 'SOL',
description: 'Premium Plan'
})
})
// → { payment_url, wallet_address, expires_at }Built for developers who want payments working in minutes, not weeks.
Funds arrive in your wallet within seconds of on-chain confirmation.
We never hold your funds. Payments transfer directly to your wallet.
Simple REST API. Create payments with a single POST request.
Monitor payments, volume, and revenue with live analytics.
Get instant notifications when payments complete or expire.
Just 1% per transaction. No hidden charges, no monthly costs.
Accept SOL and USDC today. More networks coming soon.
Payment pages are fully responsive for any device or screen.
Three steps. Five minutes. You're live.
Use the API or dashboard to generate a payment with amount and currency.
Your customer scans a QR code or sends crypto to a unique wallet address.
Funds transfer automatically to your wallet, minus a 1% fee. Done.
A single API call is all you need to start accepting payments.
curl -X POST https://rydderpay.com/api/v1/payments/create \
-H "Authorization: Bearer rp_live_..." \
-H "Content-Type: application/json" \
-d '{
"amount": 0.5,
"currency": "SOL",
"description": "Premium Plan",
"metadata": { "user_id": "123" }
}'
# Response:
# {
# "payment_url": "https://rydderpay.com/pay/abc123",
# "wallet_address": "7xKXtg...",
# "expires_at": "2025-01-01T12:30:00Z"
# }No monthly fees. No hidden costs. Pay only when you get paid.
Start processing payments in under 5 minutes. No credit card required.