Home/WooCommerce
Integrations

Add crypto payments to WooCommerce

Drop crypto checkout into WooCommerce with the plugin.

WooCommerce runs a huge share of independent stores, and My Crypto Server ships with a WooCommerce plugin so you can add non-custodial crypto checkout without touching code. Orders mark themselves paid over signed webhooks, and every payment settles to a wallet you control.

How it connects

Ready-made WooCommerce plugin (plus REST API for custom flows).

Integration

How to add crypto to WooCommerce

01

Deploy My Crypto Server

Push the app to Vercel, attach any Postgres database, add your Alchemy key, and point it at your wallet. You're live in about an hour.

02

Install the WooCommerce plugin

Add the plugin, enter your server URL and API key, and enable it. Crypto shows up at checkout with the amount priced in your store currency.

03

Handle the paid webhook

On a confirmed payment, the server sends a signed webhook to your endpoint. Verify the signature, then mark the order paid and fulfil, idempotently.

04

Go live

Test with the live demo flow, then flip it on. Card options can stay exactly where they are; crypto simply runs alongside them at 0% fees.

Why WooCommerce developers choose it

0% platform fees

No 2.9% + 30¢ per order. Crypto settles for the cost of gas, paid by the customer, so your integration keeps the full sale price.

Hosted checkout, zero UI work

Redirect to a ready-made checkout with the amount, QR code, and countdown handled for you, or build your own against the API. Either way there's no card form to maintain.

Non-custodial by design

Payments derive from your own wallet and settle straight to you. There's no processor balance, payout schedule, or account anyone can freeze.

Signed webhooks

Every confirmed payment fires an HMAC-SHA256 signed webhook with replay protection, so your app marks orders paid idempotently and never trusts an unverified event.

WooCommerce integration FAQs

Is there really a WooCommerce plugin included?

Yes. A WooCommerce plugin ships with the source, so you can add crypto checkout without building the integration yourself.

Does the order update automatically when paid?

Yes. A signed webhook fires on confirmation and moves the WooCommerce order into the paid/processing state so fulfilment can proceed.

How is this different from the /wordpress guide?

They're the same integration. The WordPress page walks through the full store setup; this page focuses on the WooCommerce plugin specifically.

Ship crypto payments on WooCommerce.

$699 one-time with code MCSINTRO $999, full source, every v1 update included, 0% platform fees.

Read the docs
Try the live demo