Withdrawals
Withdrawals are the money out path from your account. You choose the most suitable method (Pix, TED or internal transfer) and PayZu processes the balance debit. All transactions in this group are of type WITHDRAW.
POSTWithdraw by Pix keyPOSTWithdraw by bank dataPOSTTEDPOSTPay QR CodePOSTInternal transferGETReceipt
Which method to choose
| Scenario | Endpoint |
|---|---|
| I have a Pix key (CPF, email, EVP) | POST /withdraw |
| I have bank/branch/account (no key) | POST /withdraw/bank-data |
| I need to send a TED | POST /ted |
| I have a QR Code to pay | POST /withdraw/qrcode |
| Recipient also has a PayZu account | POST /internal-transfer |
| Customer requested the receipt | GET /proof/{id} |
Balance is debited before sending. If the operation fails (invalid key, bank unavailable), the amount is automatically refunded and the status becomes CANCELED.