📄️ POST Generate Billing QRCode
The Pix receipts API was implemented so that the partner could manage charges using the Pix tool, generating QrCodes and querying them later to view the payment details. Once a charge is flagged as paid, the API sends a message to notify the partner through a previously registered Webhook. More details can be found in the Webhooks section of this document.
📄️ GET List QRCodes
Allows you to obtain a list of charges generated by assigning different filters to select the desired items. The response comes in paginated format, with a maximum of 100 records per page. A meta-attribute will be returned informing query totalizers.
📄️ GET Search QRCode - EndtoEnd
Similar to the qrcode query endpoint by reference code, this time it is necessary to inform the code of the Pix payment generated on as a parameter (endtoend_pmt).
📄️ POST Pay QRCode
Simulates the payment of a QRCode, in approval.
📄️ Webhook Notification
Notified Events