v1

latestOpenAPI 3.0.12026-07-245303882.5 MB

Consulta o status de um Recebimento Pix

Endpoint destinado à consulta do status de qualquer recebimento Pix, através do endtoEndId, transactionId ou transactionIdBrCode

get/pix/v1/receivement/status

Query parameters

endtoEndstring

EndtoEnd do recebimento

transactionIdinteger

Identificador do recebimento

transactionIdBrCodeinteger

TransactionID do QRCode

Response

200

Example response

{
  "requestBody": {
    "transactionType": "RECEIVEPIX",
    "transactionId": 761679887,
    "amount": 118,
    "debitParty": {
      "account": "1234567",
      "bank": "12345678",
      "branch": "30",
      "personType": "NATURAL_PERSON",
      "taxId": "12345678901",
      "accountType": "CACC",
      "name": "Celcoin TESTE Ltda"
    },
    "creditParty": {
      "bank": "12345677",
      "branch": "30",
      "account": "1234567",
      "personType": "LEGAL_PERSON",
      "taxId": "12345678000123",
      "accountType": "CACC",
      "name": "CELCOIN TESTE INTERNO LTDA",
      "key": "f3197f49-2615-41eb-9df2-e6224ebb4470"
    },
    "endToEndId": "E18236120202001199999s0149012FPC",
    "transactionIdentification": "kk6g232xel65a0daee4dd13kk761678748",
    "transactionIdBRCode": "761678748",
    "initiationType": "MANUAL",
    "transactionTypePix": "TRANSFER",
    "paymentType": "IMMEDIATE",
    "urgency": "HIGH"
  }
}