Skip to main content

Overview

MuPag publishes only the approved merchant-facing contract here. Everything in the portal should match docs/openapi/public-v1.yaml and the workflows that already exist in the dashboard.

Official hosts

SurfaceURL
Portalhttps://docs.mupag.com.br
Sandbox APIhttps://api.sandbox.mupag.com.br
Reserved live APIhttps://api.mupag.com.br — unavailable; do not use
Sandbox dashboardhttps://qa.dashboard.mupag.com.br/app
  1. Create a restricted sandbox key and keep it only on your server.
  2. Make the first call with Authorization: Bearer sk_test_....
  3. Enable idempotency on every mutable operation.
  4. Verify webhook signatures before treating any payment as final.
  5. Do not switch to api.mupag.com.br: the live environment does not exist yet and will be planned separately.

Current public scope

  • Charges for PIX and card flows
  • Customers and catalog
  • Checkout sessions
  • Subscriptions
  • Webhooks
  • OpenAPI, raw HTTP examples and AI-readable files

Affiliates, splits, balances and payouts stay documented as dashboard-managed workflows until a public API contract is approved.

Did this page unblock the next step?

Feedback stays inside the docs flow and should never include customer or card data.