Dashboard
DocsBlogSupportStatus Open dashboard
← Back to blog
Comparisons · 8 min read

Stripe crypto payments: what it supports, and where it stops

What Stripe's crypto payments actually cover — USDC pay-ins settled to fiat, stablecoin payouts, Bridge — the fees and limits, and when a stablecoin-native payment API is the better fit.

“Can I just use Stripe for crypto?” is the most common question merchants ask before looking at a crypto-native gateway, and it deserves a straight answer. Often: yes. Stripe’s crypto support is real, well-built, and the right choice for a specific kind of business. It is also deliberately scoped, and the businesses outside that scope tend to discover it after integrating. Here’s the map — based on public information as of mid-2026; confirm specifics against Stripe’s current docs.

What Stripe crypto payments actually are

Stripe’s crypto surface has three distinct pieces that often get conflated:

  • Pay with crypto (pay-ins). Customers pay in USDC on a small set of major networks — Ethereum and Solana among them — and Stripe settles the payment into your regular fiat Stripe balance, at a fee around 1.5%. From your side it behaves like any other payment method: same dashboard, same payouts to your bank.
  • Stablecoin payouts. Sending USDC to recipients as an alternative to bank transfers, useful for cross-border contractor and creator payments.
  • Bridge and stablecoin accounts. Since acquiring Bridge, Stripe offers stablecoin issuing and account infrastructure aimed at platforms building financial products — a different product for a different buyer.

The unifying design choice: crypto at the edges, fiat at the core. The customer touches a blockchain; you don’t.

Where that design is exactly right

If you run an ordinary business on Stripe and some customers prefer paying from a crypto wallet, pay with crypto is the lowest-friction answer available. One toggle-level integration, no new custody decisions, no treasury or accounting changes, chargeback-free settlement, and your finance team never learns what a confirmation threshold is. For that job, a crypto-native gateway would be over-engineering.

Where it stops

The same design choice produces hard edges for other kinds of businesses:

  • You never hold stablecoins. Everything converts to fiat. If you want to settle in USDC — to pay suppliers on-chain, to hold digital dollars, or because you operate where fiat payouts are the bottleneck — the fiat-core model works against you.
  • Coin and chain coverage is thin by intent. USDC on a few networks. Customers holding USDT on Tron — a huge share of international stablecoin users — aren’t covered.
  • Geographic availability is limited. Crypto pay-ins have rolled out market by market, and businesses outside supported regions are simply out.
  • It’s built for human checkout. The flow assumes a person on a payment page. Machine-to-machine scenarios — pay-per-use APIs, x402-style HTTP payments, agents disbursing funds — need payment sessions and payouts as API primitives, not a checkout widget.

The pattern: Stripe treats crypto as a payment method. Crypto-native gateways treat it as settlement infrastructure. Which one you need depends on which side of that line your business sits.

Stripe vs a stablecoin-native API, side by side

Stripe crypto pay-insStablecoin-native gateway
What you receiveFiat in your Stripe balanceStablecoins on a ledger you control
Coins / networksUSDC on a few major chainsMultiple stablecoins across many chains
PayoutsUSDC payouts as a separate productSame API object as payments
BuyerHuman at checkoutHuman, Mini App, or software agent
Fee shape~1.5% into standard Stripe pricingPer-payment percentage plus network gas
IntegrationPayment-method toggle in existing Stripe setupPayment-session API, webhooks, hosted checkout

Where Plaidly fits

Plaidly sits squarely on the crypto-native side of the table: payment sessions that fan out across chains, gas-abstracted checkout so payers never need the native token, payouts as a first-class API call, and the same primitives serving human checkout and AI agents. Honest scope statement, same as we’d demand of anyone: Ethereum and Solana rails are live in sandbox today, with more networks staged — you can build and test the full flow on test rails now. Start at docs.plaidly.io.

And the two aren’t exclusive. A common architecture keeps Stripe for cards and adds a stablecoin-native gateway for on-chain settlement, payouts and programmatic buyers — each rail doing the job it was designed for. If you’re mapping that decision, our step-by-step guide to accepting stablecoin payments covers the five choices involved, gateway-agnostic.

Related reading