---
title: "Consulta o status de um Recebimento Pix"
method: GET
path: "/pix/v1/receivement/status"
---

# Consulta o status de um Recebimento Pix

`GET /pix/v1/receivement/status`

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

## Query parameters

- `endtoEnd` string
- `transactionId` integer
- `transactionIdBrCode` integer

## Response `200`

200

- object
  - `requestBody` object
    - `transactionType` string
    - `transactionId` integer
    - `amount` integer
    - `debitParty` object
      - `account` string
      - `bank` string
      - `branch` string
      - `personType` string
      - `taxId` string
      - `accountType` string
      - `name` string
    - `creditParty` object
      - `bank` string
      - `branch` string
      - `account` string
      - `personType` string
      - `taxId` string
      - `accountType` string
      - `name` string
      - `key` string
    - `endToEndId` string
    - `transactionIdentification` string
    - `transactionIdBRCode` string
    - `initiationType` string
    - `transactionTypePix` string
    - `paymentType` string
    - `urgency` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
