PayZuPayZu Docs

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

QuestionEndpoint
I want to charge a customerPOST /pix
Did the customer pay? What's the status?GET /pix/{id}
Customer requested the official receiptGET /proof/{id}
I need to return a received amountPOST /pix/refund/{id}

The Digital Account supports only dynamic QR Code (with amount and ID per charge). Static QR is not processed.

Examples

On this page