PayZuPayZu Docs

Pix Charges

Pix charges are the money-in path. You generate the QR, show it to the customer, and PayZu notifies you when they pay. All endpoints below work with transactions of type DEPOSIT.

When to use each one

QuestionEndpoint
I want to charge a customerPOST /pix
Did the customer pay? What's the status now?GET /pix
I want to render the QR as an imageGET /pix/qr-code/{id}
Customer requested the official proof of paymentGET /proof/{id}

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

Examples

Tutorials and best practices

On this page