The simplest way to accept Bitcoin, Litecoin, Dogecoin, Bitcoin Cash, and Dash on your website or app. Split payments automatically.
Create payments with a single API call. Get a unique address and QR code instantly.
Automatically distribute net payouts to multiple wallets with proportional fee allocation.
Get notified instantly when payments are detected and confirmed. HMAC-signed payloads for security.
Accept Bitcoin, Litecoin, Dogecoin, Bitcoin Cash, and Dash from day one. One API, multiple cryptocurrencies.
We handle the blockchain nodes, monitoring, and infrastructure. You focus on your business.
Just 1% per transaction. No monthly fees, no setup costs. Only pay when you get paid.
Platform takes 1% off the top, then your net is split across your wallets per coin. Network fees are allocated proportionally, so every split pays its share.
Choose the integration style that matches your product and timeline. Start simple and scale up when you are ready.
Seamless customer experience—never leave your site. Use the Payments API to create addresses and listen for webhooks, all inside your app. Great for full control and custom flows. Complexity: 🤓🤓🤓
Low-code integration using osuvox.net hosted payment page. Send customers to a secure hosted checkout while you keep the payment logic simple. Ideal for quick integration without custom UI. Complexity: 🤓🤓
No-code osuvox.net hosted payment page, merchant branded. Create a shareable link in the dashboard and start taking payments instantly. Best for fast setup and zero engineering. Complexity: 🤓
Use Bolt, Lovable, Cursor, Claude Code, GitHub Copilot, Replit, Codeium, Sourcegraph Cody, or Windsurf to implement osuvox.net after you sign up. We provide one-shot agent instructions that point directly to authoritative docs, so your first pass is fast and accurate.
Using osuvox.net for payments is the safest and most secure way to add crypto payments because we explicitly instruct the AI agent to follow our safe, secure, and reliable implementation method.
Read the one-shot agent instructionsThree ways to take crypto payments with osuvox. Pick the flow that fits your product and timeline.
Payments API
Full control inside your app
Create payment
Server returns address + payment_url
Customer sends crypto
Via wallet app or QR code scan
payment.detected
Transaction seen in mempool (0 conf)
~secondsConfirmations accumulate
Blockchain miners validate blocks
DOGE ~6min · LTC ~15min · BTC ~30minpayment.confirmed
Required confirmations reached
Fulfill order
Then payment.completed after settlement
Hosted Checkout
Low-code hosted payment page
Create checkout payment
Provide success_url/cancel_url, receive payment_url
Redirect customer
Hosted checkout at payment_url
Customer pays
Completes payment on hosted checkout
payment.confirmed
Webhook sent and customer returns via success_url
Fulfill order
Payment complete
Links
No-code shareable payment links
Create link in dashboard
Set USD price, coins, and redirect URLs
Share the checkout link
Send it anywhere
Customer selects coin
Price converts to crypto at checkout
QR + address generated
Customer pays and waits for confirmation
payment.confirmed
order.completed webhook and success_url redirect
Fulfill order
Order complete
Create a payment in seconds with our REST API
// Create a payment
const response = await fetch('https://www.osuvox.net/api/v1/payments', {
method: 'POST',
headers: {
'Authorization': 'Bearer sk_live_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
amount: '0.001',
coin: 'BTC',
external_id: 'order_123',
webhook_url: 'https://your-site.com/webhooks',
}),
});
const payment = await response.json();
// { id: 'pay_abc123', address: 'bc1q...', payment_url: '...' }Join merchants worldwide who trust osuvox.net for their cryptocurrency payments.
Create Your Account