Pix Charges
Pix charges are the money-in path. You generate the QR, show it to the customer, and Saq notifies you when they pay. All endpoints below work with transactions of type DEPOSIT.
When to use each one
| Question | Endpoint |
|---|---|
| I want to charge a customer | POST /pix |
| Did the customer pay? What's the status now? | GET /pix |
| I want to render the QR as an image | GET /pix/qr-code/{id} |
| Customer requested the official proof of payment | GET /proof/{id} |
Saq supports only dynamic QR Code (with amount and ID per charge). Static QR is not processed.