Add crypto checkout to your store

Every integration follows the same shape: your store creates a payment through the Merchant API, the buyer pays on the hosted checkout, and a signed webhook advances the order. The settlement stays non-custodial the whole way through: funds land in wallets you control. The fee is 0.5% per confirmed payment on every integration.

This page lists plugins that are shipped and installable today. We do not publish placeholder pages for platforms we have not built yet.

Common questions

Do the plugins support test mode?
Yes, and it is the recommended path: an API key with the pk_test_ prefix runs the same plugin against testnets, using the test credit every account starts with. You place a real order, watch the webhook advance it, and then swap in a pk_live_ key with no other configuration change.
Can one store offer several crypto payment options?
The WooCommerce and OpenCart plugins support coin groups: you name a set of coins, such as Stablecoins or Bitcoin, and each enabled group appears at checkout as its own payment method with an optional logo and default coin. WHMCS binds one payment method per module, so instead of separate methods it takes an accepted-coins list you can either hold buyers to or use only to pre-select the opening coin. Either way you control which coins a buyer sees.
What if my platform has no plugin yet?
Integrate the Merchant API directly: one server-side call creates the payment and returns the hosted checkout URL, and one webhook consumer advances your order when the payment confirms. The shipped plugins are thin wrappers around exactly this flow, so the API path is equally supported.