If you sell anything online — or even in person — customers have started asking whether they can just pay in crypto. It's a fair question: card processors take a cut on every sale, chargebacks can claw back revenue weeks after a sale closes, and a growing number of buyers simply hold most of their money in BTC, LTC or USDT already. Accepting crypto directly skips a few of these problems entirely. This guide walks through what that actually looks like in practice — which coins to accept, how a payment gateway handles the technical part, what fees really look like, and how to get started without needing to become a blockchain expert first.

Why merchants are adding crypto as a payment option

Three reasons come up constantly in merchant conversations, and they're all practical rather than ideological:

Which coins should you actually accept?

You don't need to support everything on day one. Most merchants start with two or three assets and expand later. Here's how the common options compare:

CoinConfirmations neededTypical network feeBest for
Bitcoin (BTC)1Low–moderate, varies with congestionWidest recognition, highest customer trust
Litecoin (LTC)3Very lowFast, cheap alternative to BTC
USDT (TRC20)19Sub-$1Price-stable — no volatility risk on settlement

That confirmation count matters more than people expect: it's the difference between a payment your dashboard trusts immediately versus one it needs a few minutes to be sure about. USDT gets more confirmations specifically because it's a stablecoin — the network wants extra certainty before treating a payment as irreversible.

Stablecoins solve the one objection every finance team raises about crypto payments: "what if the price moves before we can convert it?" With USDT, it mostly doesn't.

How the checkout flow actually works

From a customer's side, a crypto checkout has two steps: pick a wallet, then pay. Behind that simplicity, a payment gateway is doing a few things automatically:

  1. An invoice is created with an amount, a currency, and an expiry window (commonly 60 minutes).
  2. The customer chooses which coin to pay with, and the gateway generates a unique deposit address for that invoice — plus a QR code so they can scan instead of copy-pasting.
  3. The exchange rate locks for the payment window, so neither side is chasing a moving price mid-transaction.
  4. The blockchain is watched in the background. The moment the required number of confirmations is reached, the invoice flips to paid — no manual checking required on your end.
  5. Funds settle directly to your wallet. A non-custodial gateway never takes possession of the money in between.
Non-custodial matters. It means the platform processing your payments can't freeze, delay, or lose funds that were never in its custody to begin with — they go from customer to merchant wallet directly, on-chain.

What the fees actually look like

Most gateways charge a deposit commission on incoming payments and a smaller withdrawal fee when you move funds out — CryptoXTS defaults to 5% and 2% respectively, both configurable per merchant. On top of that there's the network fee itself, which goes to miners/validators rather than the platform (this is why USDT on TRC20 is popular — that network fee is usually under a dollar, versus higher fixed costs on some other chains).

Underpayments, overpayments, and expired invoices

This is the part merchants worry about most, and it's simpler than it sounds. A small underpayment — the kind caused by network fees eating into what the customer sent — is tolerated automatically within a small margin (CryptoXTS allows about $2). Anything short of that stays "partially paid" until the customer tops up. Overpayments aren't auto-refunded, so checkout pages should always be explicit about sending the exact amount shown. We go deeper on this in a dedicated post on handling under- and overpayments.

Getting started: a short checklist

None of this requires you to personally understand blockchain internals. The gateway handles addresses, confirmations, and settlement; your job is picking the right coins, setting sane fees, and keeping withdrawal security tight. Once that's in place, crypto checkout runs about as hands-off as a card processor — with none of the chargeback risk.