API Endpoints
Pix Charges
Pix charges are the money-in path. You generate the QR, show it to the customer, and Pix Processamento notifies you when they pay. All endpoints below work with transactions of type DEPOSIT.
When to use each one
| Question | Endpoint |
|---|---|
| I want to charge a customer | POST /pix |
| Did the customer pay? What's the status now? | GET /pix |
| I want to render the QR as an image | GET /pix/qr-code/{id} |
| Customer requested the official proof of payment | GET /proof/{id} |
Pix Processamento supports only dynamic QR Code (with amount and ID per charge). Static QR is not processed.
Examples
Recommended flow
Tutorials and best practices
API Endpoints
29 endpoints da Pix Processamento agrupados em 7 áreas funcionais. Cada endpoint tem schema completo, exemplos em curl/Node/Python/Go/PHP e try-it interativo.
Criar cobrança Pix POST
Cria uma cobrança Pix dinâmica. Retorna o `qrCodeText` (copia-e-cola), `qrCodeImageUrl` e o `id` da transação que você vai usar para consultar status e receber callbacks.