All guides

Magento guide

Add hosted crypto checkout to Magento with MakePay

The MakePay Magento module is for teams that need crypto checkout inside Magento and Adobe Commerce without building a payment method from scratch.

Magento8 min readUpdated 2026-04-27

Magento stores tend to have more complex environments: staging, production, cache layers, and strict deployment workflows. The MakePay module keeps the payment method focused on checkout redirection, store connection, and webhook reconciliation.

The module creates MakePay payment links from Magento order context and lets MakePay handle the hosted payment flow.

How MakePay fits Magento checkout

The module registers a payment method that creates a hosted MakePay checkout link for the Magento order. Customers leave the store for payment and return to Magento after the payment attempt.

Signed webhook events update order payment state so fulfillment teams can trust Magento as the operational source of truth.

Security model for enterprise stores

Connect MakePay avoids asking merchants to copy API keys for a normal Magento install. If a store domain changes, reconnect the module so the callback and webhook URLs match production.

This lets administrators revoke the connected app from MakeCrypto without touching other payment connectors.

Deployment workflow

Install on staging first, run a complete checkout, confirm webhooks, and verify order status transitions. Then deploy the same module package through your normal Magento release process.

After production activation, keep an eye on webhook delivery and any failed payment states during the first live orders.

FAQ

Does MakePay embed crypto UI directly into Magento checkout?

No. The module uses hosted MakePay checkout to keep payment instructions and asset routing outside the Magento theme.

Is the module for Adobe Commerce too?

The documentation and package are written for Magento 2 and Adobe Commerce-style module installation.