Getting Started
Overview
Choose the MakePay documentation path for your workflow.
Documentation sections
Start with the workflow you are building, then move into the exact API, embed, plugin, or operational guide you need.
Get Started
Set up the first checkout flow, then choose the API surface that matches your stack.
Receive Payments
Launch hosted checkout, embedded modal flows, and payment-link automation.
Convert & Manage
Control customer access, checkout presentation, settlement fields, and live operations.
Integrations
Embed MakePay in your product, install commerce plugins, or connect partner apps.
What you can build
MakeCrypto documentation is organized around real MakePay implementation paths, from hosted payment links to partner applications and migration work.
Why MakeCrypto
Use one payment-link model across checkout surfaces, APIs, plugins, SDKs, and webhooks so merchant teams can start simple and keep the same integration as their workflow grows.
Public endpoints
Use the hosted checkout as the canonical fallback, the embedded checkout for iframe modal flows, the modal script for host-page integration, and the anonymous payment API when a one-time request should work without an account or API key.
Hosted checkout
Full-page payment link route.
https://www.makepay.io/payment/YOUR_PAYMENT_UIDEmbedded checkout
Iframe-ready payment flow.
https://www.makepay.io/embed/payment/YOUR_PAYMENT_UIDModal script
Browser script for host pages.
https://cdn.makepay.io/modal/makepay.min.jsIntegration model
MakePay keeps payment-link configuration in MakeCrypto and lets the merchant site decide how checkout is launched. The same payment UID works in hosted and embedded modes, and the partner API can create and manage those UIDs from your backend.
- Use the hosted route when you want a direct payment page.
- Use the embedded route when the checkout is displayed in a modal iframe.
- Use the modal script when the merchant page owns the button, callbacks, and redirect behavior.
- Use the MakePay payment-link API when orders or invoices should create payment links automatically.
- Use the anonymous payment API when a one-off payment request carries its own settlement route, branding snapshot, and optional webhook.
Next step
Start with the quick-start guide for the modal embed path, open the API quick start when your backend needs authenticated merchant links, or jump straight to anonymous payment links for no-account one-time payments.