Skip to main content
MuPag

Public developer portal

Production-first docs for checkout, PIX and recurring billing.

Start in sandbox, confirm webhook handling, then move the same integration to the authenticated merchant flows.

Start

5-minute path

  1. Read the overview and choose the sandbox environment.
  2. Run the quick charge test without sending a secret from the browser.
  3. Create server-side charges and subscriptions with keys sk_test_....
  4. Verify idempotency, webhook signatures and status handling before go-live.

Sandbox

Safe browser test

This request is locked to the sandbox quick charge endpoint and never sends cookies or merchant secrets.

MethodPOST
Hostapi.sandbox.mupag.com.br
Credentialsomit

Request body

{
  "amount_cents": 1290,
  "payment_method": "pix"
}
Open full quickstart
Ready for a browser-safe sandbox request

The browser never asks for a merchant key here. Use server-side guides for authenticated merchant calls.

Navigation

Command deck

Operations

Current public assets

Production API
api.mupag.com.br