Coinbase Commerce shut down for merchants outside the US and Singapore on March 31, 2026, and a lot of WooCommerce stores are now looking for a Coinbase Commerce alternative. Here’s the short version: StayCrypto does the same core job (crypto straight to your own wallet, no middleman) but as a plugin you install once, not a service you depend on staying open. The plugin doesn’t route payments through anyone’s servers, so there’s no company that can cut you off.

The rest of this post is the long version: what happened to Coinbase Commerce, why custody structure matters more than most merchants realize, and what’s genuinely different about how StayCrypto is built.

What happened to Coinbase Commerce

Coinbase Commerce launched in February 2018. The pitch was simple: accept crypto, straight to your own wallet, no middleman. In 2023 it got redesigned into a “self-managed” product, tied closer to a regular Coinbase account. Then, this March, Coinbase cut it off entirely for merchants outside the US and Singapore. The merchants who stayed got moved to Coinbase Business, a custodial service with its own terms.

We’re not trying to dunk on Coinbase here. This is just what happens when a payment method is a product line inside a bigger company. Product lines get deprioritized. Terms change. One quarter you’re a nice feature, the next you’re a line item someone has to justify keeping.

Coinbase Commerce Alternative for WooCommerce 4 Free Networks

Why custody structure isn’t a technicality

This isn’t just a StayCrypto talking point. It’s been tested at scale, twice, in ways that produced very different outcomes depending on exactly this detail.

When Celsius Network froze withdrawals in June 2022 and filed for bankruptcy that July, what happened next depended on account type. Customers who’d used custody accounts, where Celsius never took ownership of the assets, mostly got their coins back in kind. Customers on Earn accounts, where Celsius took ownership of deposits in exchange for interest, became unsecured creditors instead, with a much rougher path to recovery. FTX collapsed a few months later, in November 2022, with the same underlying issue: customer funds weren’t segregated the way people assumed.

Neither of those was a WooCommerce payment gateway. But the lesson transfers directly: whether a platform legally holds your funds, even briefly, decides what happens to you when that platform has a bad year.

Where StayCrypto is built differently

StayCrypto isn’t a service you have an account with. It’s a WooCommerce plugin, installed once, running on your own server. It doesn’t route payments through us: it reads the public blockchain and watches for a transfer to the wallet address you typed in yourself.

If we disappeared tomorrow, every order that already happened stays exactly as settled as it was, because the money never touched our infrastructure in the first place. And since it’s open source under the GPL license, someone else could keep the code alive even if we didn’t.

That’s the real difference between “non-custodial” as a feature you advertise and non-custodial as the thing your whole architecture is built around. Coinbase Commerce called its later version self-custodial too. It still depended on Coinbase staying in your country, on terms you’d agreed to a year earlier. Any real Coinbase Commerce alternative has to answer that question, not just the fee question.

How the matching actually works

Every order gets its own payment amount, down to the smallest unit, even though the receiving wallet address stays the same for every order. StayCrypto watches the blockchain through several independent public RPC providers per network, so one provider’s downtime doesn’t stop payment detection. Once a payment arrives, it waits for a handful of network confirmations before trusting it (12 blocks on Ethereum, 15 on BNB Chain, 20 on TRON, 30 on Polygon) as protection against a rare chain reorganization undoing it. If the amount matches exactly, the order closes on its own. If it doesn’t, it’s held for manual review instead of guessed at. See the documentation for the full breakdown.

Side by side

Coinbase CommerceStayCrypto
Fee1% per transactionFree (GPL)
AvailabilityUS and Singapore only, in the endNo country gate in the plugin itself
NetworksWhatever Coinbase chose to listEthereum, BNB Chain, Polygon (USDT + USDC), TRON (USDT)
Who runs itCoinbase’s serversYour own server, inside WooCommerce
If it shuts downYou get an email and a deadlineThe plugin keeps running exactly as before

One honest caveat

Hosted services like Coinbase Commerce had a real advantage: whatever coin Coinbase decided to support, you supported too, without touching your own server. StayCrypto covers four networks and two stablecoins because that’s what the code actually handles well, not because the list can grow the moment a new coin gets popular. If your business genuinely needs a long tail of niche tokens, that’s a real tradeoff worth naming for any Coinbase Commerce alternative, not one we’re going to pretend away.

Migrating to a Coinbase Commerce alternative

If you’re moving off Coinbase Commerce, the setup is a familiar shape: install the plugin, enter a wallet address per network, done. No account with us, no API key, no dashboard you have to log into to see your own money. Existing orders that already settled through Coinbase Commerce aren’t affected either way; you’re only changing how new orders get paid going forward.

FAQ

Is StayCrypto a replacement for Coinbase Commerce specifically, or just similar?

It solves the same problem (crypto payments straight to your wallet, no custodial middleman) but as a self-hosted WooCommerce plugin instead of a hosted service. There’s no account, no company dashboard, and nothing that can be discontinued out from under you the way a hosted product can.

What happens to old Coinbase Commerce orders if I switch?

Nothing. Past orders settled through Coinbase Commerce stay exactly as they were. Switching only changes how new orders get paid from that point forward.

Does StayCrypto charge a percentage like Coinbase Commerce did?

No. StayCrypto is free and open source under the GPL license. There’s no per-transaction fee built into the plugin.

Which cryptocurrencies does StayCrypto support?

USDT and USDC on Ethereum, BNB Chain, and Polygon, plus USDT on TRON.

See the plugin page Ask a question