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.

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_UID

Embedded checkout

Iframe-ready payment flow.

https://www.makepay.io/embed/payment/YOUR_PAYMENT_UID

Modal script

Browser script for host pages.

https://www.makepay.io/modal/makepay.min.js

Integration 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.

Need partner setup help?

Open the payment link details view in MakeCrypto to copy the generated snippets for a real payment UID, or return to the portal to manage merchant settings.

Open portal