Accept crypto on every major chain with one API
ZeroPay turns major assets on Ethereum, Arbitrum, Base, Solana, Bitcoin, NEAR and more into a checkout: USDC/USDT, BTC variants, ETH/WETH, SOL and major native assets. Cross-chain settlement is handled by NEAR Intents — you just receive funds at your own address.
- chains supported
- 13+
- typical settlement
- seconds
- ZeroPay promo fee
- 0%
- to integrate
- 1 endpoint
One integration, every ecosystem
Customers pay from the chain they already use. You settle to the address you configure — per chain, fully non-custodial.
Major tokens become payment methods
ZeroPay refreshes availability from the NEAR Intents token catalog and only exposes priced, non-deprecated mainstream assets. Stablecoins, BTC variants, ETH/WETH, SOL and major native assets all flow through the same order API.
- major assets
- 3+
- wallet-pay routes
- EVM
Stablecoins
Built for pricing, subscriptions, invoices and everyday checkout.
BTC variants
Native BTC plus major wrapped BTC liquidity.
ETH / SOL assets
High-frequency wallet balances and bridge entry assets.
Major native assets
Let customers pay with balances they already hold.
Actual availability is returned by /v1/chains. Different settlement assets on the same settlement chain use the same receiving address configured for that chain.
Why teams pick ZeroPay
A payment gateway designed for the multi-chain reality.
Multi-chain by default
EVM chains, Solana, Bitcoin, NEAR and more out of the box. Customers can pay with stablecoins, BTC variants, ETH/WETH, SOL and major native assets; you choose the settlement chain and asset.
Powered by NEAR Intents
Quotes, bridging and swaps are executed by the NEAR Intents solver network — deep liquidity and atomic settlement without you running any infrastructure.
Settles in seconds
Most payments confirm and settle in seconds to a few minutes, even cross-chain. Status updates stream to your webhook.
Launch promotion: 0% platform fee
ZeroPay charges no platform fee during the promotion. Payers still cover wallet gas and NEAR Intents bridge/network fees; the future standard platform fee is 0.1%.
One simple API
Create an order with one POST request. We return a deposit address, amount and deadline — done. SDKs not required.
Refunds built in
Every order carries the payer's refund address. If a payment fails or the 30-minute window expires, funds return automatically.
Provider-agnostic core
NEAR Intents today, Plasma and more settlement networks next — the same API, no migration for you.
Non-custodial settlement
Funds flow directly to the receiving addresses you configure per chain. ZeroPay never holds your money.
Live in four steps
Create your account
Sign in to the Boss console with your email — no forms, no KYC for testing.
Configure receiving addresses
Set the address you want to receive funds on, per chain. Orders settle straight to it.
Create an API key & order
POST /v1/orders with amount, pay chain/asset, settlement chain/asset and the payer's refund address. We return a deposit address and exact amount.
Get paid & notified
The payer sends funds; NEAR Intents settles to your address. Webhooks keep your backend in sync.
Designed for developers
A predictable REST API with signed webhooks, idempotent order creation and a sandbox-grade live demo.
- Single endpoint to create payments
- HMAC-SHA256 signed webhooks
- Idempotency via external_id
- Status timeline for every order
curl -X POST https://api.zeropay.top/v1/orders \
-H "X-API-Key: zp_live_..." \
-H "Content-Type: application/json" \
-d '{
"external_id": "inv_10086",
"amount_usd": 49.9,
"pay_chain": "arb",
"pay_asset": "usdc",
"settle_chain": "base",
"settle_asset": "usdc",
"refund_address": "0xPayerAddress...",
"webhook_url": "https://your.app/webhooks/zeropay"
}'{
"code": 0,
"data": {
"order_no": "zp_ord_9f2c41d8a3b7e6f0a1d2",
"status": "pending_deposit",
"deposit_address": "0x4dCa...8bF1",
"pay_amount": "49900000",
"pay_amount_formatted": "49.9",
"pay_asset_symbol": "USDC",
"settle_asset_symbol": "USDC",
"deadline": "2026-06-12T16:30:00Z"
}
}Launch promotion pricing
ZeroPay platform fee is 0 during the promotion.
Payers still cover wallet gas and NEAR Intents bridge/network fees. Future standard platform fee: 0.1%.
- No monthly fee, no setup fee
- 0 bps ZeroPay fee during the promotion
- Future standard fee: 10 bps (0.1%)
Start accepting crypto today
Test the full flow with $1 right now — or read the integration guide.