Withdrawals
Withdrawals are the money-out path. Use a Pix key (most common) or pay a QR Code your customer received. All transactions generated here are of type WITHDRAW.
When to use each one
| Question | Endpoint |
|---|---|
| Who is the holder of this Pix key? | GET /pix/key |
| I want to pay via Pix key (cpf, cnpj, email, phone, evp) | POST /withdraw |
| I received a QR Code from the customer, want to read before paying | POST /pix/qrcode/read |
| I want to pay a QR Code directly | POST /withdraw/qrcode |
| Was the withdrawal completed? What's the status now? | GET /withdraw |
| I want the official receipt for the withdrawal | GET /withdraw/proof/{id} |
Saq supports only dynamic QR Code for reading and payment. Static QR is not processed.
Examples
Recommended flow (by key)
Minimum limits
| Operation | Minimum amount |
|---|---|
POST /withdraw | R$ 0.01 |
POST /withdraw/qrcode | R$ 0.10 |