99.9% uptime ยท Non-custodial ยท No-KYC crypto ๐Ÿ’ณ NEW ยท Card payments via Stripe Connect โ†’

Payments, Escrow & Wallets for Humans and AI Agents

ReloadedPay is a non-custodial crypto payment gateway with a Stripe-powered card rail. Accept 15+ chains and cards on one checkout, run trustless escrow, and give agents their own wallets โ€” you always hold your crypto keys.

Point your agent at reloadedpay.xyz/skill.md and it provisions its own wallet.

47K+
Transactions
1,200+
Merchants
$8.2M+
Volume settled
45+
Countries
15+
Chains
<1min
Avg. settlement
0.5%
Lowest fee
99.9%
Uptime
Live demo

Take a payment in seconds

Generate a real checkout on our testnet. Pick an amount and a rail โ€” crypto returns a deposit address and watches the chain; card opens Stripe Checkout. Either way it settles automatically.

  • โœ“ Unique on-chain deposit address per crypto invoice
  • โœ“ Automatic confirmation tracking & webhook fire โ€” both rails
  • โœ“ Crypto settles to your non-custodial wallet; cards to your Stripe account
New payment TESTNET
Waiting for paymentโ€ฆ
Why ReloadedPay

Infrastructure that never touches your keys

Everything you need to accept, hold, and route payments โ€” crypto non-custodial from the ground up, cards on Stripe's rails.

๐Ÿ”

Non-custodial by design

Keys are generated and held client-side. ReloadedPay never has access to your crypto funds โ€” not for a second.

โšก

Real-time settlement

On-chain deposits are detected and confirmed in under a minute, with instant webhook notifications.

๐Ÿ›ก๏ธ

Audited & verifiable

HMAC-signed webhooks, open signature verification, and a fully auditable settlement trail.

๐Ÿค

Trustless escrow

Lock funds until both sides agree. Built-in dispute arbitration with anonymous token auth.

๐Ÿค–

AI-agent ready

Autonomous agents provision wallets and move money over a machine-native x402 payment layer.

๐ŸŒ

Multi-chain wallet

One wallet across 15+ networks โ€” Bitcoin, Ethereum, Solana, and every major stablecoin.

๐Ÿ’ณ

Card paymentsNEW

Accept credit & debit cards via Stripe Connect โ€” gateway mode, card escrow (Beta), and automatic merchant onboarding. Same API, same webhook, new rail. See how โ†’

Multi-chain

Accept the coins your customers actually hold

โ‚ฟ Bitcoin ษƒ Bitcoin Cash ฮž Ethereum โ—Ž Solana โฌก Polygon โ—† BNB Chain ร Dogecoin โœ• XRP โ‚ณ Cardano โ‚ฎ Tether $ USD Coin
New โ€” Card rail

Crypto-native. Now card-capable.

Accept Visa, Mastercard, and Amex alongside crypto through one API call. Powered by Stripe Connect โ€” your customers pay by card, your crypto stays non-custodial, and ReloadedPay never touches your keys.

01

Connect Stripe

One POST to /v1/stripe/connect/onboard returns a Stripe-hosted onboarding link. Complete it once per business โ€” ReloadedPay creates and manages the Connect Express account for you.

~5 minutes ยท 53 countries supported

02

Create a unified payment

Pass payment_method: "both" to the payments endpoint. You get a crypto address and a Stripe Checkout URL in one response โ€” no Stripe keys, no Stripe SDK on your side.

One endpoint, two rails

03

One webhook, either rail

Card or crypto, every settlement hits your single webhook URL signed with X-ReloadedPay-Signature. Check metadata.payment_rail to tell them apart.

payment.confirmed ยท payment_rail: "card"

  • ๐Ÿ’ณ
    Tabbed checkout, zero UI work. Customers pick "Pay with Crypto" or "Pay with Card" โ€” the card tab is Stripe-hosted Checkout, so PCI compliance is Stripe's problem, not yours.
  • ๐Ÿฆ
    Gateway mode by default. Destination charges settle straight to your connected Stripe account. ReloadedPay's cut is taken automatically โ€” never held.
  • ๐Ÿค
    Card escrow for milestone work. BETA Hold card funds until the job's done, release with one call, refund in full or in part.
  • โœ…
    Automatic merchant onboarding. Connect Express with requirements_due tracking and charges/payouts status sync.
  • ๐Ÿงพ
    Invoices go hybrid. One invoice payable by SOL, USDC, BTC โ€” or a card. Retrofit already-sent invoices with a single call.
  • โš–๏ธ
    Disputes & reputation, built in. Chargebacks feed the same DID reputation graph as your crypto history โ€” one dashboard for both rails.
card-payment.sh
$ curl https://api.reloadedpay.xyz/v1/payments \
   -H "Authorization: Bearer tp_live_9fโ€ฆ" \
   -d '{
     "amount": "49.99",
     "currency": "USD",
     "payment_method": "both",
     "settle_chain": "USDC",
     "success_url": "https://you.com/ok",
     "cancel_url": "https://you.com/cancel"
   }'

# โ†’ 201 ยท one payment, two rails
{
  "id": "pay_b8e441d0",
  "address": "7xKqeโ€ฆVs9p",
  "stripe_checkout_url":
    "https://checkout.stripe.com/c/pay/cs_live_a1B2โ€ฆ",
  "status": "awaiting_payment"
}

A note on custody & KYC

Crypto payments stay fully non-custodial and KYC-free โ€” funds move wallet-to-wallet and keys never leave you. Card payments are different by nature: they run on Stripe's rails, so Stripe verifies your identity during Connect onboarding and card funds land in your connected Stripe account. Card escrow (Beta) holds funds on Stripe's rails until you release them. You should know exactly which rail does what.

For autonomous agents

Give your AI agent a wallet

Drop one skill file into your agent and it can transact on its own โ€” no human in the payment loop.

1

Share the skill file

Point the agent at reloadedpay.xyz/skill.md.

2

It provisions a wallet

The agent autonomously creates a non-custodial wallet and claims a DID.

3

It pays & escrows

From there the agent sends payments, opens escrows, and settles โ€” all via the x402 machine-payment layer.

agent.sh
# Give any agent an autonomous wallet
$ curl -s https://reloadedpay.xyz/skill.md \
    | agent load --skill

# The agent can now do this on its own:
agent> create wallet --chain solana
  โ†ณ wallet "agt_9fKโ€ฆ" created (non-custodial)

agent> pay merchant_x402 --amount 12.50 USDC
  โ†ณ settled in 0.8s ยท fee $0.06

agent> escrow open --release-on delivery
  โ†ณ escrow "esc_2mBโ€ฆ" funded โœ“
Trustless escrow

Hold funds until both sides are happy

Deposit into a smart escrow, release on delivery, or dispute for arbitration. Anonymous token auth โ€” no account needed.

01

Create

Open an escrow with amount, chain, and release conditions. Get a claim token back.

02

Deposit

Buyer funds the generated address. Deposit is auto-detected on-chain.

03

Release / Dispute

Release to the seller on delivery, or open a dispute for built-in arbitration.

04

Settle

Funds settle automatically to the beneficiary's non-custodial wallet.

reputation.json
GET /v1/reputation/did:tp:9fK2โ€ฆ

{
  "did": "did:tp:9fK2mBqXโ€ฆ",
  "trust_score": 0.92,
  "vectors": {
    "economic":      0.95,
    "productivity":  0.88,
    "behavioral":    0.91,
    "dispute":       0.97,
    "recency":       0.84,
    "activity":      0.90,
    "cross_platform":0.86
  },
  "portable": true
}
Identity & reputation

A portable trust score for every wallet

Claim a decentralized identity (DID) and build a 7-dimensional reputation that travels with you across platforms.

95%
Economic
88%
Productivity
91%
Behavioral
97%
Dispute
84%
Recency
90%
Activity
86%
Cross-platform
0.92
Trust score
Developers

One REST call to get paid

Clean JSON, idempotent endpoints, and HMAC-SHA256 signed webhooks. SDKs for Node, Python, and Go, plus a full CLI.

  • โœ“ RESTful JSON API with predictable errors
  • โœ“ Signed webhooks โ€” verify with your secret
  • โœ“ Idempotency keys on every write
  • โœ“ Testnet sandbox & live keys side by side
Read the docs โ†’ API reference
create-payment.sh
$ curl https://api.reloadedpay.xyz/v1/payments \
   -H "Authorization: Bearer tp_live_9fโ€ฆ" \
   -H "Content-Type: application/json" \
   -d '{
     "amount": "49.00",
     "currency": "USD",
     "settle_chain": "USDC",
     "webhook": "https://you.com/hook"
   }'

# โ†’ 201 Created
{
  "id": "pay_7Qk2โ€ฆ",
  "address": "0x8A3fโ€ฆc21",
  "status": "awaiting_payment",
  "expires_in": 1800
}
Plug & play

Drop-in plugins for the tools you run

Start accepting crypto โ€” and cards โ€” without writing code. Official integrations for the platforms you already use.

WH

WHMCS

Accept crypto & cards on your hosting & billing panel with automatic invoice reconciliation.

View plugin โ†’
Wo

WooCommerce

Add a ReloadedPay checkout to WordPress โ€” supports both Blocks and classic checkout.

View plugin โ†’
FB

FOSSBilling

Open-source billing? Wire up crypto & card payments in minutes with our FOSSBilling module.

View plugin โ†’
Wallet & CLI

Your keys, your coins โ€” everywhere

A non-custodial wallet you can drive from the web, a REST API, or the terminal. secp256k1 auth, background finalization, external deposit detection.

  • โœ“ Create wallets across every supported chain
  • โœ“ Check balances, send, and sync on-chain deposits
  • โœ“ GPG-encrypted backups on Pro
  • โœ“ Web UI, REST, and CLI โ€” same wallet
Shellcurl -fsSL reloadedpay.xyz/install.sh | shCopy
npmnpm i -g @reloadedpay/cliCopy
Gitgit clone github.com/reloadedpay/walletCopy
Loved by builders

Trusted by merchants & developers

"The API docs are the best I've used in crypto. We were live and taking payments in an afternoon."

DK
Deepa K.CTO, Hostwave

"Non-custodial was non-negotiable for us. ReloadedPay never holds our funds and it just works."

MR
Marco R.Founder, Cascade Labs

"The escrow automation killed our chargeback headaches overnight. Set the conditions and forget it."

AO
Aisha O.Ops Lead, Freelanceable

"Signed up, dropped in the WooCommerce plugin, done. Fastest crypto integration I've shipped."

TN
Tom N.Owner, GearShop

"Rock-solid reliability. Weeks of volume and I haven't seen a single missed webhook."

JP
Jae P.Developer, Indie

"Every settlement is auditable end to end. My finance team finally trusts crypto revenue."

SL
Sofia L.CFO, Meridian
Pricing

Simple, usage-based pricing

No setup fees. No monthly minimums on Starter. Pay a small percentage only when you get paid.

Starter

For getting your first payments in.

$0/ month
1% per crypto transaction & escrow
๐Ÿ’ณ Cards: 1% platform fee + Stripe processing
Create free account
  • โœ“ Up to 100 transactions / mo
  • โœ“ All 15+ chains
  • โœ“ Escrow included
  • โœ“ Stripe Connect onboarding included
  • โœ“ Web wallet & CLI
MOST POPULAR

Professional

For growing merchants & SaaS.

$49/ month
0.5% per crypto transaction & escrow
๐Ÿ’ณ Cards: 0.5% platform fee + Stripe processing
Get started
  • โœ“ Unlimited transactions
  • โœ“ Card escrow mode (Beta)
  • โœ“ Priority support
  • โœ“ Advanced analytics
  • โœ“ GPG-encrypted backups

Enterprise

For high volume & white-label.

Custom
Negotiated fees & volume discounts
๐Ÿ’ณ Custom card fees ยท dedicated onboarding
Contact sales
  • โœ“ White-label options
  • โœ“ Dedicated account manager
  • โœ“ SLA guarantees
  • โœ“ Volume discounts
Where a $100 card payment goes (Pro tier)
$100.00 charged โ†’ Stripe processing โˆ’$3.20 (2.9% + 30ยข) โ†’ ReloadedPay fee โˆ’$0.50 (0.5%) โ†’ you receive $96.30
Same $100 in USDC: you receive $99.50. Crypto is cheaper; cards convert better. Offer both.

Start accepting crypto โ€” and cards โ€” today

Free to start. No-KYC crypto. You hold the keys. Be live in an afternoon.