OpenPix - Indireto (1.0.0)
Download OpenAPI specification:Download
Documentação infraestrutura pix indireto.
Parse EMV (PIX) QR code and optionally resolve COB/REC locations
Request Body schema: application/jsonrequired
| emv required | string Raw EMV / PIX QR payload (text) |
Responses
Request samples
- Payload
- Node + Native
- Shell + Curl
- Php + Curl
- Python + Python3
- Go + Native
- Java + Okhttp
- Ruby + Native
Content type
application/json
{- "emv": "00020126780014br.gov.bcb.pix0136f4c6089a-bfde-4c00-a2d9-9eaa584b02190216CobrancaEstatica5204000053039865406546.285802BR5903Pix6008BRASILIA6229052584767c56c2ab4e65b6670de2a80950014br.gov.bcb.pix2573qr-h.sandbox.pix.bcb.gov.br/rest/api/rec/4b62d4a088fe4f51bcb4c64cf078869163044486"
}Response samples
- 200
- 400
- 500
Content type
application/json
Example
{- "emv": {
- "payloadFormatIndicator": "01",
- "merchantAccountInformationPix": {
- "gui": "br.gov.bcb.pix",
- "pixKey": "f4c6089a-bfde-4c00-a2d9-9eaa584b0219",
- "additionalInformation": "CobrancaEstatica"
}, - "merchantCategoryCode": "0000",
- "transactionCurrency": "986",
- "transactionAmount": "546.28",
- "countryCode": "BR",
- "merchantName": "Pix",
- "merchantCity": "BRASILIA",
- "additionalDataFieldTemplate": {
- "referenceLabel": "84767c56c2ab4e65b6670de2a"
}, - "unreservedTemplates": {
- "gui": "br.gov.bcb.pix",
- "url": "qr-h.sandbox.pix.bcb.gov.br/rest/api/rec/4b62d4a088fe4f51bcb4c64cf0788691"
}, - "crc": "4486"
}, - "cobLocation": null,
- "recLocation": {
- "isValid": true,
- "locationErrors": [ ],
- "payload": {
- "updates": [
- {
- "date": "2025-10-24T18:42:58Z",
- "status": "CRIADA"
}
], - "calendar": {
- "startDate": "2025-10-24",
- "periodicity": "SEMANAL"
}, - "idRec": "RN5481141720251024BnwNHejs9h9",
- "retryPolicy": "NAO_PERMITE",
- "receiver": {
- "cnpj": "44720743000101",
- "participantIspb": "54811417",
- "name": "Woovi Demo"
}, - "value": {
- "valueRec": "0.01"
}, - "link": {
- "contract": "Woovi Demo - Pix Automático",
- "debtor": {
- "cpf": "15775023706",
- "name": "Pedro Cliente"
}
}
}, - "url": "qr-h.sandbox.pix.bcb.gov.br/rest/api/rec/4b62d4a088fe4f51bcb4c64cf0788691"
}
}