Ready-made checkout
The customer picks a currency and a network, then scans. It works the same on mobile and desktop, and nobody has to register for anything.
Your customer scans a QR code, the chain confirms it, you get the webhook. No middleman, no settlement delay — funds land straight in your own wallet.
Every piece you need to take a payment, already built.
The customer picks a currency and a network, then scans. It works the same on mobile and desktop, and nobody has to register for anything.
Create an invoice with one POST, get a signed callback when it confirms. HMAC-SHA256 signatures keep forged notifications out.
Enter addresses by hand or derive them from your hardware wallet's extended public key. Each invoice gets its own address and the pool rotates.
Every merchant's takings, fees and remaining balance sit in an append-only ledger. Payouts are requested, approved, then sent on chain.
Rounding differences are accepted within your tolerance, overpayments are flagged separately. You always know which transaction paid which invoice.
The whole flow runs under your name. Customers are never bounced to a third-party site, and the brand they see is yours.
From stablecoins to Bitcoin — whatever your customer already holds.
USDT and USDC work on all four chains, so your customer picks the cheapest one.
Integration takes an afternoon.
Paste addresses into the panel, or add your hardware wallet's public key. Your private key is never written down anywhere.
Take your API key, call us when an order is placed, redirect the customer to the checkout URL we return.
We watch the chain. Once it has enough confirmations the invoice closes and your server gets the webhook. You ship the order.
Anywhere card payments are hard, slow or expensive.
One request, a clear answer. No SDK required.
Send the customer to the checkout_url we return and we take it from there.
# Built for developers POST /api/v1/invoices X-Api-Key: mp_live_… X-Signature: <hmac-sha256> { "amount": "184.50", "currency": "USD", "order_id": "2041" } → 201 Created { "uuid": "65b4b8a2…", "status": "new", "checkout_url": "https://mistket.com/pay/65b4b8a2…" }
It is the layer that lets your customer pay in cryptocurrency, verifies that payment on the blockchain, and tells your system about it automatically. You create an invoice, the customer pays, we watch the chain and notify you.
No. Payments go straight to the wallet addresses you configure. Your private keys never reach the server — the system only reads incoming transactions.
USDT and USDC (TRC20, BEP20, ERC20, Arbitrum), Bitcoin, Litecoin, TRON and BNB. Your customer chooses which one to pay with at checkout.
It depends on the network. TRON and BSC are usually under a minute; Bitcoin is closer to ten, depending on block time. The webhook fires as soon as the required confirmations are in.
If it is inside the tolerance you set, the payment is accepted. Outside it, the invoice is marked underpaid and shows up in your panel so you can decide what to do.
Yes. Anything that can make an HTTP request can integrate. Creating an invoice is a single POST, and the payment notification is a signed POST to a URL you choose.
The commission is set per merchant and is applied the moment a payment is credited, so your balance is always the net figure. There is no setup fee and no monthly minimum.
Message us on Telegram and we will open your merchant account. Your panel login and API key are usually ready the same day.
We will open your account, hand you an API key, and you can test it today.
Message us on Telegram