> Written by Chase James, CEO of Payment USA. We've helped hundreds of WooCommerce store owners migrate off overpriced aggregator pricing onto interchange-plus merchant accounts โ usually saving 0.5โ1.5% on every transaction.
WordPress powers roughly 43% of the web in 2026, and WooCommerce powers the majority of WordPress storefronts. That means the WooCommerce payment gateway decision is one of the highest-leverage choices a small e-commerce business will make: pick the right one and you save 0.5โ1.5% on every order, pick the wrong one and you'll be paying aggregator markup forever.
This guide covers what a payment gateway actually is, the real differences between the major options, what each one costs in 2026, how to configure them safely, and the PCI compliance posture that keeps your store out of trouble. For broader e-commerce strategy, see our e-commerce credit card processing page.
What a WooCommerce Payment Gateway Actually Does
It helps to separate three concepts that get confused all the time:
- WooCommerce is your shopping cart and checkout software. It collects the order.
- A payment gateway is the secure middleware that takes the card data from the checkout page, encrypts it, and submits it for authorization. Examples: Stripe, Authorize.Net, NMI, Braintree, PayPal.
- A merchant account is the bank account that actually receives the funds after they settle from the card network.
Aggregators like Stripe and Square combine the gateway and the merchant account into one product, which is why they're so easy to sign up for. Dedicated gateways like Authorize.Net and NMI are decoupled โ you sign up for the gateway and a separate merchant account, and that decoupling is exactly what enables interchange-plus pricing and category specialization.
The Major WooCommerce Payment Gateway Options in 2026
1. Stripe (via official WooCommerce Stripe plugin)
The default for most modern WooCommerce stores under $50k/month. One-click setup, beautiful checkout (Stripe Elements + Payment Element), automatic Apple Pay / Google Pay, native support for SCA / 3-D Secure 2.0.
- Pricing: 2.9% + $0.30 per online transaction in the US. No monthly fees. International cards +1.5%.
- Best for: Stores under $50k/month, businesses that want zero account-management overhead, SaaS / subscription products.
- Watch out for: Reserves and sudden account holds if your category drifts toward high-risk. Stripe is famously fast to offboard.
2. PayPal / Braintree
PayPal Checkout remains a must-have payment option (PayPal users abandon carts at a much lower rate when PayPal is offered). Braintree is the more sophisticated merchant-account product PayPal sells to larger stores.
- Pricing: PayPal Standard 3.49% + $0.49 in 2026. Braintree negotiable at $80k+/month.
- Best for: Stores selling to PayPal-heavy demographics, international merchants.
- Watch out for: Same offboarding risk as Stripe. Funds-on-hold for new sellers.
3. Square (WooCommerce Square plugin)
Square works well for omnichannel merchants who already use Square in a physical location and want unified inventory/reporting.
- Pricing: 2.9% + $0.30 online, 2.6% + $0.10 in-person.
- Best for: Brick-and-mortar businesses adding e-commerce.
- Watch out for: Square's account stability is similar to Stripe โ fine until your category triggers a review.
4. Authorize.Net + dedicated merchant account
The classic enterprise-grade gateway, owned by Visa. Pairs with any merchant account โ including interchange-plus accounts from independent processors like Payment USA.
- Pricing: Authorize.Net is $25/month + $0.10/txn for the gateway. Merchant account on interchange-plus adds interchange + ~0.20โ0.40% + $0.10.
- Best for: Stores doing $30k+/month who want real pricing transparency and account stability.
- Watch out for: Older checkout UI unless you use Accept.js (which you should โ it gives you Stripe-class checkout UX with SAQ-A PCI scope).
5. NMI (Network Merchants Inc.)
The white-label gateway that powers a huge percentage of ISO and processor checkouts. Excellent for high-risk and high-volume merchants.
- Pricing: Through a reseller, typically $15โ$25/month + $0.05โ$0.10/txn for the gateway, plus your merchant account markup.
- Best for: High-risk merchants, subscription businesses needing advanced vaulting, multi-MID routing.
The Real Math: When to Switch Off an Aggregator
This is the part most "best payment gateway for WooCommerce" articles skip. Here's the back-of-envelope test:
> If you're processing $30,000+/month on WooCommerce, run your last 3 months of Stripe/Square/PayPal fees through this formula. Take your total fees, divide by total card volume โ that's your effective rate. If it's above 2.6%, an interchange-plus merchant account through Authorize.Net or NMI will almost always save you 0.5โ1.0%.
A store doing $50k/month at a 2.9% effective rate is paying $1,450/month in fees. The same store on interchange-plus at a 2.15% effective rate pays $1,075/month โ a savings of $375/month or $4,500/year. That savings compounds every year you stay on the better pricing.
We cover the underlying mechanics in our interchange-plus pricing explainer.
Setting Up a WooCommerce Payment Gateway Safely
Whichever gateway you pick, the configuration steps that matter for security and conversion are roughly the same:
- Install the official plugin. Use the gateway's own plugin (e.g., "WooCommerce Stripe Payment Gateway") rather than a third-party wrapper. Official plugins get security patches first.
- Enable hosted/tokenized fields. Stripe Elements, Authorize.Net Accept.js, NMI Collect.js โ these all keep card entry in an iframe served from the gateway, which means card data never touches your WordPress server. This drops you to PCI SAQ-A.
- Enable 3-D Secure 2.0 (SCA). Required in the EU/UK, optional but recommended in the US โ it shifts chargeback liability for fraudulent transactions to the card issuer.
- Turn on AVS and CVV checks. Reject transactions where street number or CVV mismatches.
- Enable Apple Pay and Google Pay. Conversion uplift is real โ typically 5โ15% on mobile.
- Disable card storage on your own server. If you need vaulting for subscriptions or one-click reorder, use the gateway's vault, never WooCommerce's database.
- Set up webhooks correctly. Webhooks are what tell WooCommerce that a payment succeeded asynchronously (especially important for ACH, SEPA, and 3-D Secure flows).
- Test in sandbox first. Every major gateway has a sandbox. Run an end-to-end test order including a refund and a partial refund before you go live.
PCI Compliance on WooCommerce
The good news: a properly configured WooCommerce store with a tokenized gateway sits in PCI SAQ-A scope, the simplest tier. You'll complete a short self-assessment questionnaire annually and run a quarterly ASV scan if you process more than 20,000 e-commerce transactions per year.
The bad news: a misconfigured store (custom checkout that posts card data through your server, third-party plugins that capture card numbers, debug logs that capture payment payloads) can escalate you to SAQ-D, which is dramatically more onerous. Audit any custom checkout customizations against the official PCI SAQ-A criteria.
High-Risk WooCommerce: When Aggregators Won't Work
If you sell CBD, supplements, firearms accessories, kratom, vape, or any other category in the high-risk classification, Stripe, Square, and PayPal will eventually terminate you โ often without warning. The right setup for high-risk WooCommerce is an underwritten merchant account through a gateway like NMI or Authorize.Net, with a processor that specializes in your category. See our best high risk merchant account providers guide for the full evaluation framework.
FAQs: WooCommerce Payment Gateway
Q: What is the best payment gateway for WooCommerce in 2026?
A: For most US merchants under $50k/month, Stripe or Square is easiest. Above $50k/month or for high-risk categories, a dedicated merchant account through Authorize.Net or NMI on interchange-plus is almost always cheaper.
Q: Is WooCommerce a payment gateway?
A: No. WooCommerce is the checkout platform; it connects to a separate payment gateway that processes the card.
Q: Do I need a merchant account?
A: Aggregators (Stripe, Square, PayPal) bundle it. Dedicated gateways (Authorize.Net, NMI) require a separate merchant account, usually cheaper above $20โ30k/month.
Q: Is WooCommerce PCI compliant?
A: Yes, when configured with a tokenized gateway. You'll sit in SAQ-A scope.
Q: Can WooCommerce handle subscriptions?
A: Yes, via WooCommerce Subscriptions ($199/year), working with most major gateways.
Bottom Line
The best WooCommerce payment gateway isn't a single product โ it's the one that matches your volume, category, and growth stage. Under $30k/month, Stripe is the path of least resistance. Above that, run the math on interchange-plus through a dedicated merchant account. The savings are large enough to fund a part-time hire by year two.
See what your WooCommerce store would pay on interchange-plus โ free statement review โ
Frequently Asked Questions
What is the best payment gateway for WooCommerce in 2026?
There is no single 'best' gateway โ the right choice depends on volume, average ticket, risk category, and whether you need subscriptions. For most US merchants under $50k/month, Stripe or Square is easiest to set up. Above $50k/month or for high-risk categories, a dedicated merchant account through Authorize.Net or NMI on interchange-plus pricing is almost always cheaper.
Is WooCommerce a payment gateway?
No. WooCommerce is the shopping cart and checkout platform built on WordPress. It connects to a separate payment gateway (Stripe, Authorize.Net, PayPal, NMI, etc.) which actually processes the card. The gateway connects to your merchant account, which connects to the card networks.
Do I need a merchant account to use a WooCommerce payment gateway?
It depends on the gateway. Aggregators like Stripe, Square, and PayPal bundle the merchant account and gateway together. Dedicated gateways like Authorize.Net and NMI require a separate merchant account, which is usually cheaper above $20โ30k/month in volume but takes 3โ10 business days to underwrite.
What does it cost to accept payments on WooCommerce?
Aggregator pricing (Stripe, Square, PayPal) is 2.6โ2.9% + $0.30 per transaction. Dedicated merchant accounts on interchange-plus typically run 0.20โ0.40% + $0.10 over interchange, which usually works out to an effective rate of 2.0โ2.3% for a typical e-commerce mix โ a savings of 0.5โ1.5% per transaction at scale.
Is WooCommerce PCI compliant?
WooCommerce itself does not store card data when configured correctly with a hosted or tokenized payment gateway. Stripe Elements, Authorize.Net Accept.js, and NMI Collect.js all keep card entry in an iframe served from the gateway, so card data never touches your server. This puts your store in PCI SAQ-A scope, the simplest level of compliance.
Can WooCommerce handle subscriptions?
Yes, via the WooCommerce Subscriptions extension ($199/year). It works with most major gateways including Stripe, Authorize.Net (via tokenization), and NMI. Built-in features include dunning, automatic retries, prorated upgrades/downgrades, and customer-facing subscription management.

Chase James
CEO, Payment USA
Chase James is the founder and CEO of Payment USA, a merchant services company built on transparency and fair pricing. With over 15 years in the payments industry, Chase has helped thousands of businesses uncover hidden processing fees and switch to honest, interchange-plus pricing.
Contact Chase โ