Prerequisites
- An approved Mippo LaaS partner account (apply here)
- A sandbox API key from your Partner Dashboard
1. Install the SDK
2. Initialise the client
3. Submit KYC
In sandbox, any valid CPF format passes KYC and returns
riskTier: 'STANDARD'. To test the HIGH risk path, use CPF 000.000.001-91.4. Initiate a transaction
5. Handle the auth challenge
Every transaction returns an auth challenge before a Pix QR code is issued.- Standard Risk (TOTP MFA)
- High Risk / PEP (Liveness)
6. Listen for completion
After the user pays via Pix, Mippo fires atransaction.completed webhook to your endpoint. See the Webhooks guide for verification.
That’s it. The stablecoin is now in your user’s wallet.