---
title: "Buscar QR Code"
method: GET
path: "/pix/qrcode/{id}"
tags: ["QR Codes Pix"]
---

# Buscar QR Code

`GET /pix/qrcode/{id}`

## Path parameters

- `id` string, required

## Headers

- `User-Agent` string

## Response `200`

Successful response

- object
  - `id` string
  - `qrcode_type` 'ESTATICO' | 'COBRANCA_IMEDIATA' | 'COBRANCA_COM_VENCIMENTO'
  - `status` 'ATIVA' | 'CONCLUIDA' | 'REMOVIDA_PELO_USUARIO_RECEBEDOR' | 'REMOVIDA_PELO_PSP'
  - `txid` string
  - `integration_id` string
  - `pix_key` object
    - `id` string
    - `key` string
    - `key_type` 'CHAVE_ALEATORIA' | 'EMAIL' | 'TELEFONE' | 'CPF' | 'CNPJ'
  - `expiration` integer
  - `original_value` number
  - `value_change_mode` string
  - `withdraw` object, nullable
  - `change` object, nullable
  - `payer_question` string
  - `additional_info` object[]
    - `key` string
    - `value` string
  - `payer` object
    - `name` string
    - `document` string
  - `pix_received` object
    - `id` string
    - `value` number
    - `end2end_id` string
    - `txid` string
    - `integration_id` string
    - `receipt_file_url` string
    - `pix_key` string
    - `pix_description` string
    - `payer` object
      - `name` string
      - `document` string
      - `account_type` string
      - `account` string
      - `account_digit` string
      - `agency` string
      - `bank` object
        - `name` string
        - `code` string
        - `ispb` string
  - `emv_payload` string
  - `image_base64` string
  - `settled_at` string, date-time, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/transfeera/apis/autentica-o.md) · [All operations](https://skmtc.net/transfeera/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfeera/autentica-o/revisions/cf24b926bbaa/schema)
