Accept Crypto Payments

The simplest way to accept Bitcoin, Litecoin, Dogecoin, Bitcoin Cash, and Dash on your website or app. Split payments automatically.

Bitcoin
$89,540.70
Ł Litecoin
$68.59
Ð Dogecoin
$0.1247
Bitcoin Cash
coming in 2026
D Dash
coming in 2026

Everything You Need

Simple API

Create payments with a single API call. Get a unique address and QR code instantly.

Split Payouts

Automatically distribute net payouts to multiple wallets with proportional fee allocation.

Secure Webhooks

Get notified instantly when payments are detected and confirmed. HMAC-signed payloads for security.

Multi-Chain

Accept Bitcoin, Litecoin, Dogecoin, Bitcoin Cash, and Dash from day one. One API, multiple cryptocurrencies.

Fully Managed

We handle the blockchain nodes, monitoring, and infrastructure. You focus on your business.

Low Fees

Just 1% per transaction. No monthly fees, no setup costs. Only pay when you get paid.

New Feature

S|P|L|I|T

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.

Per-coin splits Always-on Net-first
Split payout flow illustration

Three Ways to Use osuvox

Choose the integration style that matches your product and timeline. Start simple and scale up when you are ready.

osuvox Payments API dashboard

osuvox Payments API

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: 🤓🤓🤓

  1. 1. Create a payment via the Payments API
  2. 2. Render your checkout UI with the address + QR
  3. 3. Customer sends crypto from their wallet
  4. 4. Receive webhook events as confirmations arrive
  5. 5. Fulfill the order when confirmed
osuvox Hosted Checkout experience

osuvox Hosted Checkout

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: 🤓🤓

  1. 1. Create a payment with success and cancel URLs
  2. 2. Redirect the customer to hosted checkout
  3. 3. Customer pays on the hosted page
  4. 4. Webhook confirms payment status
  5. 5. Customer returns to your app

osuvox Links

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: 🤓

  1. 1. Create a payment link in the dashboard
  2. 2. Share the link with customers
  3. 3. Customer completes payment on the hosted page
  4. 4. Receive order or payment webhooks
  5. 5. Fulfill the order
AI Integrations

Agent-ready integrations for every top AI coding platform

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.

Bolt Lovable Cursor Claude Code GitHub Copilot Replit Codeium Sourcegraph Cody Windsurf

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 instructions
AI integrations illustration

How It Works

Three ways to take crypto payments with osuvox. Pick the flow that fits your product and timeline.

Payments API

Payments API

Full control inside your app

1

Create payment

Server returns address + payment_url

2

Customer sends crypto

Via wallet app or QR code scan

3

payment.detected

Transaction seen in mempool (0 conf)

~seconds
4

Confirmations accumulate

Blockchain miners validate blocks

DOGE ~6min · LTC ~15min · BTC ~30min
5

payment.confirmed

Required confirmations reached

Fulfill order

Then payment.completed after settlement

Hosted Checkout

Hosted Checkout

Low-code hosted payment page

1

Create checkout payment

Provide success_url/cancel_url, receive payment_url

2

Redirect customer

Hosted checkout at payment_url

3

Customer pays

Completes payment on hosted checkout

4

payment.confirmed

Webhook sent and customer returns via success_url

Fulfill order

Payment complete

Links

Links

No-code shareable payment links

1

Create link in dashboard

Set USD price, coins, and redirect URLs

2

Share the checkout link

Send it anywhere

3

Customer selects coin

Price converts to crypto at checkout

4

QR + address generated

Customer pays and waits for confirmation

5

payment.confirmed

order.completed webhook and success_url redirect

Fulfill order

Order complete

Simple Integration

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: '...' }

Ready to Accept Crypto?

Join merchants worldwide who trust osuvox.net for their cryptocurrency payments.

Create Your Account