Deposits
Deposits are the money-in path to your account. You generate the QR Code, show it to the customer, and PayZu notifies you when they pay. All transactions in this group are of type DEPOSIT.
When to use each
| Question | Endpoint |
|---|---|
| I want to charge a customer | POST /pix |
| Did the customer pay? What's the status? | GET /pix/{id} |
| Customer requested the official receipt | GET /proof/{id} |
| I need to return a received amount | POST /pix/refund/{id} |
The Digital Account supports only dynamic QR Code (with amount and ID per charge). Static QR is not processed.