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.
Ready-made WooCommerce plugin (plus REST API for custom flows).
Integration
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.
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.
On a confirmed payment, the server sends a signed webhook to your endpoint. Verify the signature, then mark the order paid and fulfil, idempotently.
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.
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.
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.
Payments derive from your own wallet and settle straight to you. There's no processor balance, payout schedule, or account anyone can freeze.
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.
Yes. A WooCommerce plugin ships with the source, so you can add crypto checkout without building the integration yourself.
Yes. A signed webhook fires on confirmation and moves the WooCommerce order into the paid/processing state so fulfilment can proceed.
They're the same integration. The WordPress page walks through the full store setup; this page focuses on the WooCommerce plugin specifically.
$699 one-time with code MCSINTRO $999, full source, every v1 update included, 0% platform fees.
Try the live demo