v1
latestOpenAPI 3.0.12026-07-245303882.5 MBRetornar dados do QR Code estático e os pagamentos recebidos
⚠️ O Endpoint dessa página está sendo revisto. Em breve disponibilizaremos novamente esse endpoint.
get/pix/v1/brcode/static
Query parameters
transactionIdBrCodeinteger
Identificador de transação fornecido ao criar a cobrança estática.
transactionIdentificationstring
Identificador do QR Code gerado
Response
200
Example response
{
"key": "5d000ece-b3f0-47b3-8bdd-c183e8875862",
"amount": 10.55,
"transactionIdBrcode": 12345345,
"brCodeId": 12345345,
"createdAt": "2023-02-16",
"updatedAt": "2023-02-16",
"transactionIdentification": "kk6g232xel65a0daee4dd13kk479195205",
"partnerNumber": "9b26edb7cf254db09f5449c94bf13abc",
"quantityPayments": 12345345,
"amountPayments": 10.55,
"additionalInformation": "string",
"emvqrcps": "00020126430014br.gov.bcb.pix0113test@test.com0204test5204000053039865406100.515802BR5912Celcoin Test6007Barueri61080120200162270523testqrcodestaticcelcoin63046F53",
"payments": [
{
"transactionId": 12345345,
"endToEnd": "E3030629420200808185300887639654",
"createdAt": "2023-02-16",
"amount": 10.55,
"payerName": "CELCOIN TESTE INTERNO LTDA",
"payerTaxId": "12345678909876",
"creditParty": {
"bank": "12345677",
"branch": "30",
"account": "1234567",
"name": "CELCOIN TESTE INTERNO LTDA",
"taxId": "12345678909876",
"key": "f3197f49-2615-41eb-9df2-e6224ebb4470",
"personType": "string",
"accountType": "string"
},
"debitParty": {
"bank": "12345677",
"branch": "30",
"account": "1234567",
"name": "CELCOIN TESTE INTERNO LTDA",
"taxId": "12345678909876",
"personType": "string",
"accountType": "string"
}
}
]
}