Accept crypto on every major chain with one API
ZeroPay turns any wallet on Ethereum, Arbitrum, Base, Solana, Bitcoin, NEAR and more into a checkout. Cross-chain settlement 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.
Why teams pick ZeroPay
A payment gateway designed for the multi-chain reality.
Multi-chain by default
EVM chains, Solana, Bitcoin and NEAR out of the box. Your customer pays where their funds live; you settle where you want.
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 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",
"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",
"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.