Instant Receipt Management
GetPixInById
This method can be used to consult a PIX Receipt by its ID (DocumentNumber)
post/GetPixInById
Request body
Example request
{
"Method": "GetPixInById",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"DocumentNumber": 656,
"TaxNumber": "33.762.255/0001-40",
"EndToEndId": "K7222485720949273185595604910271",
"ConciliationId": "21s88c5832a7899"
}Response
OK
Example response
{
"Success": "true",
"Message": "Método executado com sucesso.",
"Infos": [
{
"QRCodeInfos": {
"DocumentNumber": 123,
"Type": "Dinâmico",
"ConciliationId": "7D68516956510638997C00B000",
"InitiatorIdentifier": "null",
"Payer": {
"Name": "Juliano Fernandes",
"TaxNumber": "24968355000"
}
}
}
]
}