Accept Crypto Payments
in Minutes, Not Months

Simple API, instant settlement to your Solana wallet. No custody, no complexity, just payments.

POST /api/v1/payments/create
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 }
$1.2M+Processed
500+Merchants
<2sSettlement
1%Fee

Everything you need to accept crypto

Built for developers who want payments working in minutes, not weeks.

Instant Settlement

Funds arrive in your wallet within seconds of on-chain confirmation.

Non-Custodial

We never hold your funds. Payments transfer directly to your wallet.

Easy Integration

Simple REST API. Create payments with a single POST request.

Real-time Dashboard

Monitor payments, volume, and revenue with live analytics.

Webhooks

Get instant notifications when payments complete or expire.

Low Fees

Just 1% per transaction. No hidden charges, no monthly costs.

Multi-Currency

Accept SOL and USDC today. More networks coming soon.

Mobile Ready

Payment pages are fully responsive for any device or screen.

How It Works

Three steps. Five minutes. You're live.

1

Create Payment

Use the API or dashboard to generate a payment with amount and currency.

2

Customer Pays

Your customer scans a QR code or sends crypto to a unique wallet address.

3

Get Settled

Funds transfer automatically to your wallet, minus a 1% fee. Done.

Integrate in 5 Minutes

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"
# }

Simple, Transparent Pricing

No monthly fees. No hidden costs. Pay only when you get paid.

Enterprise

Customvolume-based rates
  • Everything in Free
  • Volume discounts
  • Priority support
  • SLA guarantee
  • Custom integrations
  • Dedicated account manager

Ready to accept crypto?

Start processing payments in under 5 minutes. No credit card required.