Accept crypto payments in minutes, not weeks
Take Bitcoin, USDT, Ethereum and more with a hosted checkout, a simple API and a WooCommerce plugin. Payments are confirmed on-chain and your store gets notified instantly.
Everything you need to get paid in crypto
Built for online stores, SaaS, hosting companies and digital products.
Hosted checkout
A clean, mobile-friendly payment page with QR codes, exact amounts, a countdown and live status.
Instant notifications
Signed webhooks tell your website the moment a payment is confirmed on the blockchain.
Plugins & API
WooCommerce plugin, PHP SDK and a simple REST API for any platform or custom checkout.
Locked exchange rates
Price in USD, EUR, INR and 20 more currencies. The rate is locked when your customer picks a coin.
Security first
Two-factor login, signed API requests, withdrawal address locks and full audit logs.
Clear dashboard
Track invoices, balances and withdrawals per store. Export-ready history for your accounting.
How it works
Create an invoice
From your dashboard, a payment link, the WooCommerce plugin or one API call.
Your customer pays
They pick a coin, scan the QR code and send the exact amount from any wallet.
You get notified
We confirm the payment on-chain, credit your balance and send a signed webhook to your site.
curl -X POST https://cryptomo.net/api/v1/invoices \
-H "X-Api-Key: pk_live_..." \
-H "X-Timestamp: 1767225600" \
-H "X-Signature: <hmac>" \
-d '{"amount":"49.00","currency":"USD",
"order_id":"1024"}'
โ { "data": { "id": "โฆ",
"checkout_url": "https://cryptomo.net/pay/โฆ" } }