Skip to main content

MuPag Docs

Payments, subscriptions and splits in one clear integration.

Operational APIs and guides to leave sandbox with charges, webhooks and production validated.

MuPag mascot holding a coin

Sandbox integration

Create your first charge securely.

Choose your language and run the authenticated request exclusively from your backend.

curl --request POST \
  --url https://api.sandbox.mupag.com.br/v1/charges \
  --header "Authorization: Bearer ${MUPAG_API_KEY}" \
  --header "Idempotency-Key: $(uuidgen)" \
  --header 'Content-Type: application/json' \
  --data '{"amount_cents":1290,"payment_method":"pix","customer":{"name":"Ana Silva","email":"ana@example.com","tax_id":"12345678909"}}'