Crypto payment infrastructure

Start accepting crypto on your site today

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.

8 networks TRON, BSC, Ethereum, Arbitrum, Bitcoin, Litecoin
Your own wallet Private keys never touch the server
Minutes, not days Webhook fires the moment the chain confirms
No setup fee No monthly minimum, no hidden deductions

What you get

Every piece you need to take a payment, already built.

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.

API and webhooks

Create an invoice with one POST, get a signed callback when it confirms. HMAC-SHA256 signatures keep forged notifications out.

Address pool and xpub

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.

Balances and payouts

Every merchant's takings, fees and remaining balance sit in an append-only ledger. Payouts are requested, approved, then sent on chain.

Under- and overpayment

Rounding differences are accepted within your tolerance, overpayments are flagged separately. You always know which transaction paid which invoice.

On your own domain

The whole flow runs under your name. Customers are never bounced to a third-party site, and the brand they see is yours.

Supported currencies and networks

From stablecoins to Bitcoin — whatever your customer already holds.

USDT
USDT TRC-20 · BEP-20 · ERC-20 · Arbitrum
USDC
USDC ERC-20 · BEP-20 · Arbitrum
BTC
BTC Bitcoin
LTC
LTC Litecoin
ETH
ETH Ethereum
BNB
BNB BNB Smart Chain
TRX
TRX TRON

USDT and USDC work on all four chains, so your customer picks the cheapest one.

Three steps

Integration takes an afternoon.

1

Add your wallets

Paste addresses into the panel, or add your hardware wallet's public key. Your private key is never written down anywhere.

2

Connect your site

Take your API key, call us when an order is placed, redirect the customer to the checkout URL we return.

3

Get paid

We watch the chain. Once it has enough confirmations the invoice closes and your server gets the webhook. You ship the order.

Who uses it

Anywhere card payments are hard, slow or expensive.

Online shops and digital goods Hosting, VPS and domain providers SaaS products and subscriptions SMM panels and marketing tools Freelancers and agencies billing abroad Telegram bots and paid communities

Built for developers

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…"
}

Frequently asked questions

What is a crypto payment gateway?

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.

Do you hold my money?

No. Payments go straight to the wallet addresses you configure. Your private keys never reach the server — the system only reads incoming transactions.

Which cryptocurrencies can I accept?

USDT and USDC (TRC20, BEP20, ERC20, Arbitrum), Bitcoin, Litecoin, TRON and BNB. Your customer chooses which one to pay with at checkout.

How long does confirmation take?

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.

What if a customer underpays?

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.

Will it work with WordPress or custom software?

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.

What are the fees?

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.

How do I start?

Message us on Telegram and we will open your merchant account. Your panel login and API key are usually ready the same day.

Start accepting crypto payments

We will open your account, hand you an API key, and you can test it today.

Message us on Telegram