Features
Production-ready infrastructure for crypto payments.
Sub-100ms response times. SDKs for all major languages.
SHA-256 signed with automatic retries and backoff.
Funds go directly to your wallet. You hold the keys.
BTC, ETH, SOL, USDT out of the box.
Rate limiting, IP whitelisting, SOC 2 compliant.
Track conversions and monitor transactions live.
API
RESTful endpoints with comprehensive documentation.
/v1/checkoutCreate checkout
Generate a hosted payment page.
amountnumber · requiredcurrencystring · requiredwebhook_urlstring · optional/v1/checkout/:idGet status
Retrieve real-time checkout status and transaction details.
const res = await fetch('/api/v1/checkout', {
method: 'POST',
headers: {
'Authorization': 'Bearer sk_live_...',
'Content-Type': 'application/json',
},
body: JSON.stringify({
amount: YOUR_AMOUNT,
currency: YOUR_CURRENCY,
webhook_url: 'https://yoursite.com/webhook',
}),
});
const { checkout_url } = await res.json();Pricing
Pay only for what you use. No hidden fees.
Privacy
We don't track your customers. No analytics, no profiling, no data sold to third parties.
All payment data is automatically deleted after 7 days. We keep only what's required for your records.
We never track, profile, or fingerprint your customers. Their data is not ours to keep.
No Google Analytics, no Meta Pixel, no ad networks. Zero telemetry sent to external services.