Never lose a chargeback again
A blockchain payment cannot be reversed by the person who sent it. No disputes four months after you shipped, no fees for losing them, no evidence packs to file.
Let your customers pay in Bitcoin, Ethereum or stablecoins. You price in your own currency, we handle the blockchain, and the money lands in your account in minutes — with no chargebacks, ever.
Your customer pays
249.00 EUR
Reference ID: ORD-2026-4821
Select the payment method
Why merchants switch
A blockchain payment cannot be reversed by the person who sent it. No disputes four months after you shipped, no fees for losing them, no evidence packs to file.
Card money reaches you in two to five working days. Crypto confirms in minutes — you are paid the day you sell, not the week after.
No card networks, no issuing banks, no country blocks. If your customer has a wallet and an internet connection, they can pay you.
Quote in EUR, USD or CHF, or directly in a cryptocurrency. Either way we lock the rate the moment the payment is created, so what your customer owes cannot drift while they are paying it.
No wallet to manage, no node to run, no private keys to hold. One API call and one webhook endpoint — the blockchain part is our problem, not yours.
How it works
Five steps. You write code for two of them — everything in between is handled for you.
A single POST with the amount, your order reference and your client ID.
A signed, expiring checkout URL. Send your customer to it, or embed it.
They choose a coin and network, see the exact amount, and pay from any wallet. No account, no signup, no card details.
We generate the address, watch the blockchain and count confirmations until the payment is final and irreversible.
A signed notification lands on your endpoint the moment the money is confirmed. Mark the order paid and ship it.
You never hold a private key, never run a node, and never reconcile a blockchain by hand. That is the whole point.
Set it up once and take your first payment the same day.
Create a free accountCoverage
Integration
A REST API with scoped bearer tokens. Create a payment, get a checkout URL, listen for the webhook. That is the integration.
{
"amount": 10000,
"currencyCode": "EUR",
"reference": "ORDER-123",
"referenceLabel": "Order #123",
"clientId": "…",
"redirectUrl": "https://shop.com/thanks"
}{ "checkoutUrl": "…" }Reliability
The webhook is how your system learns a payment succeeded. If your server is down, we keep trying — seven attempts across roughly 40 hours.
payment.completedPaid in full — fulfil the orderpayment.receivedConfirmed on the blockchainpayment.underpaidCustomer sent too littlepayment.refundA refund completedQuestions
No. You send us an amount and we give you a payment page. Your customer picks a coin, we handle addresses, confirmations and exchange rates, and you get a notification when the money is there.
Either way. A payment can be denominated in EUR, USD or CHF, or directly in a cryptocurrency. Your customer can then settle it in that same currency or in another one you accept, converted at the rate we locked when the payment was created.
It cannot affect you. The rate is fixed at the moment the payment is created, and the checkout link carries an expiry. Your customer either pays the amount we quoted or the link lapses.
You are told either way. Underpayments raise a payment.underpaid notification with the shortfall, and overpayments are reported with the surplus, so you can decide whether to ship, refund or ask for the difference.
We keep trying. Every notification is retried seven times across roughly 40 hours, so an outage on your side does not lose you the order.
It depends on the network. Solana and Polygon settle in well under a minute, Ethereum in a couple of minutes, and Bitcoin takes around half an hour because it waits for three blocks.
Bitcoin, Ethereum, Litecoin, Polygon, Solana, the USDT and USDC stablecoins on both Ethereum and Solana, plus UNI, SUSHI, GLAM and USD-GX — more than ten in total across five networks.
Create an account, generate a token and send your first test payment today. Keep your existing checkout — this sits alongside it.