Skip to main content

Prerequisites

1. Install the SDK

2. Initialise the client

Never initialise the SDK client-side. Your API key must stay on your backend server.

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.

6. Listen for completion

After the user pays via Pix, Mippo fires a transaction.completed webhook to your endpoint. See the Webhooks guide for verification.
That’s it. The stablecoin is now in your user’s wallet.