Platform
Built for the next generation of payments
Every primitive a payments team needs, stitched into a single, well-documented API.
Real-time confirmations
We watch the chain and push status the moment a transfer settles. WebSockets, webhooks, and polling all stay in sync.
Multi-network routing
Route a single payment across TRC-20, BEP-20, and TON. Fee-aware fallbacks keep settlement reliable.
Webhooks that deliver
Signed webhook events with exponential retries and a transparent delivery log for every event.
Live analytics
Per-product KPIs, success rates, and reconciliation snapshots updated as transactions clear.
Product
Built for merchants
A polished dashboard, hosted checkout, and a drop-in API. Everything your team needs to start accepting crypto.
Accept crypto in 10 minutes
Drop-in payment links, hosted checkout, real-time balance, instant withdrawals, and a polished dashboard for your team.
- Hosted checkout with QR + calculator
- Per-product KPIs & success rates
- Self-serve withdrawals & deposits
Plays well with
Native support for the wallets, networks, and rails your customers actually use.
Developers
Ship in under 10 minutes
A typed SDK, idempotent endpoints, and signed webhooks. Copy, paste, charge.
import { Boltpay } from "@boltpay/sdk";
const bp = new Boltpay({ apiKey: process.env.BOLTPAY_KEY });
const payment = await bp.payments.create({
orderId: "ORD-1042",
amount: 250.0,
currency: "USDT",
network: "TRC20",
expiresIn: 3600,
});
return Response.redirect(payment.paymentLink);Numbers that move with you
Aggregated across all gateways powered by our infrastructure.
FAQ
Frequently asked questions
Everything you need to know before you integrate.