Back to blog
Coinbase Commerce + Shopify: Complete 2026 Integration Guide (and What to Use Instead)
Tutorial

Coinbase Commerce + Shopify: Complete 2026 Integration Guide (and What to Use Instead)

How to integrate Coinbase Commerce with Shopify in 2026, what changed when the legacy API shut down, and the four crypto gateways with better native Shopify apps right now.

Marcus EberhardtMay 27, 202613 min read

⚠ THE COINBASE COMMERCE SHOPIFY APP IS GONE

If you are searching "shopify coinbase" hoping to find the official Coinbase Commerce app in the Shopify App Store, you will not find it. Coinbase removed the app in 2024 when it deprecated the legacy hosted-checkout API. The product still exists, but it requires a Coinbase exchange account and only wires to Shopify through a manual workaround. This guide explains the current state, walks through the workaround for merchants who insist on Coinbase, and then shows four crypto gateways with proper native Shopify apps that do the job better in 2026.

Key Takeaways

  • Coinbase Commerce on Shopify in 2026: no native app, requires a Coinbase exchange account, only wires via Shopify Manual Payment Methods. Not recommended for most stores.
  • Best native Shopify app: NOWPayments [Gold tier], 0.5% fee, 300+ coins, official Shopify App Store listing, instant USD conversion option
  • Best for EU stores: CoinGate [Silver tier], 1% fee, MiCA-licensed, EUR/USD settlement, official Shopify app
  • Best altcoin breadth at low cost: Plisio [Silver tier], 0.5% fee, mature Shopify plugin, 20+ coins
  • Best for zero processing fees: BTCPay Server [Bronze tier], 0% fee, self-hosted on a VPS, official Shopify app maintained by the BTCPay team
  • The honest math: on a 500 USD sale, you keep 494.50 USD with Plisio or NOWPayments, 495 USD with CoinGate, 499.50 USD with BTCPay, and 492.50 USD with Coinbase Commerce after the auto-convert spread

Table of Contents

  1. The short answer: what happened to Coinbase Commerce + Shopify
  2. How to wire Coinbase Commerce to Shopify in 2026 (if you must)
  3. Why the experience is worse than the alternatives
  4. The 4 crypto gateways with real native Shopify apps
  5. Setup walkthrough: NOWPayments Shopify app in 10 minutes
  6. Fees compared on $50, $500, and $5,000 sales
  7. Settlement options: crypto-only vs auto-convert to USD
  8. Pick by Shopify store type
  9. FAQ

The short answer: what happened to Coinbase Commerce + Shopify

Until 2024, Coinbase Commerce had a tidy story on Shopify. You signed up with an email at commerce.coinbase.com, got a self-custodial merchant wallet, installed the official Coinbase Commerce app from the Shopify App Store, and customers could pay in BTC, ETH, USDC, LTC, DAI, BCH, or DOGE at checkout. No exchange account required, no card-network anything, and settlement went straight to a wallet only you controlled.

That product is gone. In mid-2024 Coinbase announced the deprecation of the legacy hosted-checkout API and the migration of Coinbase Commerce onto a new stack built around the Onchain Payments API and Coinbase Pay. Two consequences flowed from that change. First, the merchant signup flow now requires a verified Coinbase exchange or Coinbase Business account; the no-account, just-an-email path is closed. Second, the official Coinbase Commerce app was removed from the Shopify App Store, with no replacement first-party app shipped in its place.

In 2026, "Coinbase Commerce + Shopify" is therefore not a product you install. It is a workaround you configure. The new Coinbase Commerce settles direct to a Coinbase exchange balance, with optional USD conversion handled by Coinbase at roughly a 0.5% spread on top of the 1% Commerce fee. To attach it to Shopify, you create a Shopify Manual Payment Method that points customers at a Coinbase-hosted invoice URL, and you reconcile orders by hand or with a third-party bridge service. Full background on the product itself is in our Coinbase Commerce review.

How to wire Coinbase Commerce to Shopify in 2026 (if you must)

If you have an existing Coinbase Business account, a customer base that explicitly trusts the Coinbase brand, or a treasury workflow that already lives on Coinbase, here is the cleanest current path to wire Coinbase Commerce into a Shopify checkout. Note that this is a manual workaround, not a real integration, and it scales poorly past a handful of orders per day.

Step 1, Verify a Coinbase Business account (1 to 5 business days)

Sign up at coinbase.com/business with your legal entity name, EIN or equivalent business registration, beneficial owner ID, and proof of address. Verification typically takes 1 to 5 business days. Without this account, you cannot access the current Coinbase Commerce product at all. Personal Coinbase accounts no longer qualify for merchant flows.

Step 2, Enable Coinbase Commerce on the verified account (10 minutes)

Inside your Coinbase Business dashboard, enable Commerce. Pick a settlement preference (settle in crypto into your Coinbase wallet, or auto-convert into USD). Generate a Commerce API key and a webhook signing secret. Keep both somewhere safe; you will use them for reconciliation.

Step 3, Create a Shopify Manual Payment Method (5 minutes)

In Shopify admin go to Settings → Payments → Manual payment methods → Create custom payment method. Name it "Pay with Crypto (Coinbase)". In the additional details field, paste instructions explaining that the customer will be emailed a Coinbase Commerce invoice link after order placement, and that the order ships once payment confirms. Save.

Step 4, Wire the invoice bridge (30 to 90 minutes of dev work)

When a Shopify order is created with the "Pay with Crypto (Coinbase)" method, your store needs to hit the Coinbase Commerce API to create a charge, then email the customer the hosted invoice URL. You can build this with a Shopify webhook (orders/create) + a small serverless function (Cloudflare Workers, Vercel, AWS Lambda) that calls Coinbase Commerce POST /charges. The reverse webhook (Coinbase Commerce charges:confirmed) marks the order as paid in Shopify via the Shopify Admin API. This is roughly 80 lines of TypeScript and is the part that takes work.

Step 5, Test end-to-end with a $1 order (15 minutes)

Place a $1 test order, confirm the invoice email arrives, pay from your own wallet, and verify that the Shopify order auto-flips to "Paid" once the Coinbase webhook fires. If you do not want to write code, third-party bridge services (CoinbasePay-to-Shopify connectors, Zapier-style integrations) exist but each adds a layer of operational risk and another vendor relationship.

That is the full setup. It works, but it is meaningfully worse than installing any of the four apps in the next section. There is no native checkout UI inside Shopify, no automatic inventory sync, no built-in fraud or refund tooling, and the email-the-customer-an-invoice flow has a measurable drop-off rate compared to in-checkout payment.

Why the experience is worse than the alternatives

A native Shopify crypto app installs from the App Store, embeds a crypto checkout option directly in the Shopify checkout page, sends webhooks on its own that auto-mark orders paid, supports refunds from inside Shopify admin, and surfaces real coin breadth (300+ in the case of NOWPayments). The Coinbase Commerce workaround offers none of that.

Three specific gaps matter. First, checkout UX. With a native app, the customer never leaves Shopify; they click "Pay with crypto", pick a coin, scan a QR or paste an address, and complete. With the Coinbase workaround, the customer places the order, then has to find a follow-up email, click an invoice link, and complete payment on a Coinbase-hosted page. Abandon rate goes up.

Second, coin selection. Coinbase Commerce in 2026 supports BTC, ETH, USDC, LTC, DAI, BCH, and a handful of EVM stablecoins. NOWPayments supports 300+ assets including the privacy coins (XMR, ZEC), the Tron-based stablecoins (USDT-TRC20) that dominate emerging-market crypto checkout, and the long tail of altcoins your most enthusiastic crypto customers actually hold.

Third, fees. Coinbase Commerce charges 1% on every transaction, plus an additional roughly 0.5% spread if you opt into the USD auto-convert. NOWPayments and Plisio charge 0.5% headline with no spread on the crypto payout. On a $1,000 sale, that is a $10 difference, which compounds fast on real-world Shopify volume. For the broader landscape see Coinbase Commerce alternatives and the Shopify crypto payment gateway roundup.

The 4 crypto gateways with real native Shopify apps

Of the dozen major crypto payment gateways tracked at payyd.co, four ship a maintained, currently-listed Shopify integration in 2026. Here they are in order of best fit for the typical Shopify store.

Gateway Tier Fee Coins Shopify integration
NOWPayments Gold 0.5% 300+ Official App Store listing
CoinGate Silver 1% 70+ Official App Store listing
Plisio Silver 0.5% 20+ Community-maintained, stable
BTCPay Server Bronze 0% BTC + altcoins Official BTCPay-team app, self-hosted

NOWPayments [Gold tier], the default for Shopify

NOWPayments ships an official Shopify App Store listing, charges 0.5% per transaction, supports 300+ cryptocurrencies, and offers optional instant USD-equivalent conversion (settle in USDT or auto-convert to fiat off-ramp). The plugin embeds a crypto button into the Shopify checkout, handles webhooks automatically, and supports refunds from inside Shopify admin. KYB is not required at signup; an email plus business name gets you live, with verification triggering only above roughly $50k monthly volume. Full review at our NOWPayments review.

Primary CTA: Sign up for NOWPayments.

CoinGate [Silver tier], the EU pick

CoinGate has a long-running official Shopify app and is one of the few crypto gateways with a MiCA license (EU's Markets in Crypto-Assets regulation), making it the path of least compliance friction for European merchants. The 1% headline is twice NOWPayments' fee but bundles automatic EUR or USD settlement to your bank, which simplifies bookkeeping. Coin breadth is narrower (around 70 supported assets) but covers the mainstream majors plus the common Shopify customer set. Primary CTA: Sign up for CoinGate.

Plisio [Silver tier], low-fee altcoin breadth

Plisio offers a 0.5% fee and a Shopify integration that is community-maintained but stable across years of use. Coin support is around 20 assets, focused on the high-volume majors plus Tron-based stablecoins (USDT-TRC20, USDC-TRC20) that dominate emerging-market crypto checkout. It is the right pick when you want NOWPayments-style pricing but a simpler coin menu for your store's actual customer mix. See the full Plisio review.

BTCPay Server [Bronze tier], zero-fee self-hosted

BTCPay Server is open-source, self-hosted, and non-custodial. There is no central operator, no platform fee (you pay only the on-chain network cost, typically under $1 per transaction), and you can run the official BTCPay-team Shopify app once you have a BTCPay instance live. The trade-off is operational: you either run a $5 to $10 per month VPS (DigitalOcean, Hetzner) and maintain the instance yourself, or you use a managed BTCPay host like BTCPay Jungle to get the same software without the sysadmin burden. Bronze tier reflects the setup complexity, not the product quality. See our BTCPay Server review.

Setup walkthrough: NOWPayments Shopify app in 10 minutes

This is the path most Shopify owners actually want, the 10-minute install that yields a real crypto checkout. No Coinbase Business verification, no manual payment method workaround, no custom serverless functions to wire.

Step 1, Create a NOWPayments account (2 minutes)

Go to NOWPayments and sign up with your business email. No KYB at signup. In Settings → Wallets, add a payout wallet address for each crypto you want to receive (BTC, ETH, USDT-TRC20 are sensible defaults; add USDC, LTC, or others to taste).

Step 2, Generate API credentials (1 minute)

In Store Settings, generate an API key plus an IPN (webhook) secret. Copy both to a secure location. You will paste them into the Shopify app in step 4. Set the confirmation requirement to 1 for stablecoins on Tron, 2 for ERC-20, and 1 for BTC.

Step 3, Install the NOWPayments Shopify app (2 minutes)

From your Shopify admin go to Apps → Shopify App Store, search "NOWPayments", click Install on the official listing (publisher is NOWPayments OU). Approve the standard checkout-extension permissions. Screenshot alt text: "NOWPayments official Shopify App Store listing showing Install button and 0.5% fee headline".

Step 4, Configure the app (3 minutes)

In the NOWPayments app settings inside Shopify, paste your API key and IPN secret. Set the customer-facing payment title ("Pay with crypto") and a short description ("Bitcoin, USDT, ETH, USDC, and 300+ other cryptocurrencies"). Toggle auto-conversion on if you want every payment to settle as USDT instead of the coin the customer pays in.

Step 5, Test a $1 order (2 minutes)

Create a draft $1 product, complete a checkout in an incognito window, pay from a personal wallet, and verify that the Shopify order auto-marks as "Paid" once confirmations land. Screenshot alt text: "Shopify checkout page showing Pay with crypto button alongside Shop Pay and Apple Pay options". If the webhook fires here, every future customer payment will too.

Total time: about 10 minutes, with no developer work. Compare that to the Coinbase Commerce workaround which needs verified business onboarding, a custom serverless bridge, and ongoing operational maintenance for what is meaningfully fewer coins and a higher fee.

Fees compared on $50, $500, and $5,000 sales

Same scenarios across every gateway, paid in USDT-TRC20 (the de-facto Shopify stablecoin checkout because Tron network fees are around $1 regardless of amount). For Coinbase Commerce, the calculation assumes the auto-convert to USD is enabled, which adds roughly 0.5% spread on top of the 1% platform fee. Network fee assumed at $1 across the board for stablecoin payments.

Gateway Fee on $50 Fee on $500 Fee on $5,000 Take-home on $500
BTCPay Server [Bronze] $0.50 (network) $0.50 (network) $0.50 (network) $499.50
NOWPayments [Gold] $0.25 (0.5%) + $1 net $2.50 + $1 net $25 + $1 net $496.50
Plisio [Silver] $0.25 (0.5%) + $1 net $2.50 + $1 net $25 + $1 net $496.50
CoinGate [Silver] $0.50 (1%) + $1 net $5 + $1 net $50 + $1 net $494
Coinbase Commerce (no tier) $0.75 (1.5% bundled) + $1 net $7.50 + $1 net $75 + $1 net $491.50

The structural takeaway: on a $5,000 sale, Coinbase Commerce costs roughly $50 more than NOWPayments or Plisio, and the BTCPay self-hosted option is essentially free once you have it running. At Shopify-scale monthly volume (say 200 orders per month averaging $200 each, so $40k throughput), that gap is around $200 to $400 per month in favor of the cheaper providers. See our broader BitPay vs Coinbase Commerce comparison for adjacent fee benchmarks.

Skip the Coinbase Commerce workaround

NOWPayments. Official Shopify app. 0.5% fee. 300+ coins. Live in 10 minutes.

Sign Up for NOWPayments →

Settlement options: crypto-only vs auto-convert to USD

Every gateway in this guide lets you pick how you receive funds. The trade-off is volatility exposure on one side, conversion spread on the other. The right pick depends on whether your suppliers and tax authority want fiat.

Crypto-only settlement. Customer pays in BTC, you receive BTC. Customer pays in USDT, you receive USDT. No spread fee, no conversion. This is what BTCPay Server does by default, and what NOWPayments, Plisio, and CoinGate do when auto-convert is off. Pick this if you are happy holding crypto, you can pay suppliers in crypto, or you plan to off-ramp manually on your own schedule for better timing.

Auto-convert to one stable. Customer can pay in any supported coin, but the gateway converts everything to a single stablecoin (typically USDT or USDC) before payout to your wallet. NOWPayments and Plisio both offer this. The spread is small (typically under 0.1%), the bookkeeping is simpler, and you sidestep volatility on volatile coins. Most Shopify stores pick this.

Auto-convert to fiat. CoinGate and Coinbase Commerce both settle directly to a bank account in EUR or USD. Spreads run roughly 0.5% on top of the platform fee. Pick this if your accountant wants only fiat on the books, or if your country's regulator makes holding crypto inconvenient. The trade-off is the higher all-in cost, the 1 to 3 day settlement delay, and the bank-side compliance touch you reintroduce.

A common 2026 setup is "auto-convert to USDT" for the cleanest economics, then use a separate off-ramp (your own Coinbase, Kraken, or Bitstamp account) to swap USDT to fiat when you actually need bank dollars, instead of paying the gateway's spread every transaction. For more on store-side options see our accept crypto on Shopify and WooCommerce guide.

Pick by Shopify store type

Shopify Basic, US-only store, under $10k/month

NOWPayments [Gold tier]. 0.5% fee, instant install from the App Store, no KYB at this volume, auto-convert to USDT so you do not have to think about coin volatility. Total install time under 10 minutes, fee on a typical $80 order is 40 cents.

Shopify Standard, EU store, mid-volume

CoinGate [Silver tier]. The MiCA license is the deciding factor for any EU store that wants its compliance trail clean. 1% fee bundles direct EUR settlement to a bank account, which most EU accountants prefer over a USDT intermediate. Worth the extra 0.5% over NOWPayments for the regulatory simplicity.

Shopify Plus, international, high-volume

NOWPayments [Gold tier] with auto-convert to USDT, plus a parallel BTCPay Server [Bronze tier] for power users who want self-custody. The 300+ coin breadth on NOWPayments handles international customers paying in whatever they hold; BTCPay catches the high-AOV crypto-native shoppers who specifically want a non-custodial flow.

Bitcoin-only Shopify store

BTCPay Server [Bronze tier]. 0% fees, native Lightning support, no platform-level coin restrictions to worry about. The setup time is meaningful (half a day if you self-host, an afternoon if you use BTCPay Jungle managed hosting), but the unit economics on a Bitcoin-only store are unbeatable.

Stablecoin-focused store (USDT/USDC heavy)

Plisio [Silver tier]. 0.5% fee, deep USDT-TRC20 support (the most-used stablecoin checkout rail outside the US), simple coin menu that does not overwhelm customers with options. Solid pick when your customer base is primarily emerging-market crypto users who pay almost exclusively in Tron-based stables.

Already-Coinbase-Business enterprise customer

Coinbase Commerce via the Manual Payment Methods workaround. If your treasury and reporting already live on Coinbase Business, the 1% fee plus convert-spread is acceptable cost in exchange for keeping the consolidated dashboard. For everyone else, the alternatives above are strictly better. Background: Coinbase Commerce review.

Outgrowing Shopify for a more crypto-native checkout

If Shopify itself starts to feel like the bottleneck (limited checkout customization, fees on top of fees), see our crypto-native Shopify alternatives writeup. For most stores this is overkill, but if crypto is more than half your revenue it is worth knowing the landscape.

FAQ

Is the Coinbase Commerce Shopify app still available in 2026?

No. The official Coinbase Commerce Shopify app was removed from the Shopify App Store in 2024 when Coinbase deprecated the legacy hosted-checkout API. There is no first-party replacement listing in 2026. The only path is a manual Shopify Manual Payment Methods workaround that requires a Coinbase exchange account.

Can I still use Coinbase Commerce without a Coinbase exchange account?

No. The previous email-only signup with a self-custodial merchant wallet has been deprecated. Current Coinbase Commerce settles to a verified Coinbase exchange or Coinbase Business account, with optional USD auto-convert provided by Coinbase.

What is the best crypto payment gateway for Shopify in 2026?

For most stores, NOWPayments at 0.5% with an official Shopify App Store listing and 300+ coins. EU stores often prefer CoinGate for its MiCA license and direct EUR settlement. BTCPay Server is the right pick if you want zero processing fees and full self-custody.

Does Shopify natively support crypto payments?

No. Shopify Payments only handles cards and a handful of digital wallets. Crypto is added via a third-party Shopify app (NOWPayments, CoinGate, Plisio) or via the BTCPay Server self-hosted route. The crypto option appears in checkout alongside Shopify Payments without replacing it.

How much does it cost to accept crypto on Shopify?

Plisio and NOWPayments charge 0.5%, CoinGate 1%, BTCPay Server 0% plus on-chain network cost (typically under $1), and Coinbase Commerce 1% plus roughly 0.5% spread on the auto-convert. No monthly fees on any of these options.

Will Shopify ban my store for accepting crypto?

No. Crypto payment apps are explicitly permitted under Shopify's terms. The major apps are App Store listed. What Shopify polices is the goods being sold (firearms, adult content, regulated drugs) rather than the payment method customers choose.

Related Articles

Affiliate disclosure: payyd.co earns a commission when readers sign up for NOWPayments or CoinGate through our /go/ links. We also recommend BTCPay Server, an option we earn nothing from, when zero-fee self-hosting is the right fit. Coinbase Commerce is mentioned for completeness; we do not earn a commission from it and do not recommend it as a Shopify integration in 2026. Our gateway tiering is based on payyd's editorial criteria, not commission rates.

We may earn commission from affiliate links on this site at no extra cost to you. Read our affiliate disclosure
Coinbase Commerce + Shopify: Complete 2026 Integration Guide (and What to Use Instead) | Payyd