---
title: "Listar QR Codes"
method: GET
path: "/pix/qrcode"
tags: ["QR Codes Pix"]
---

# Listar QR Codes

`GET /pix/qrcode`

## Query parameters

- `qrcode_type` 'ESTATICO' | 'COBRANCA_IMEDIATA' | 'COBRANCA_COM_VENCIMENTO'
- `created_at__gte` string
- `created_at__lte` string
- `settled_at__gte` string
- `settled_at__lte` string
- `status` 'ATIVA' | 'CONCLUIDA' | 'REMOVIDA_PELO_USUARIO_RECEBEDOR' | 'REMOVIDA_PELO_PSP'
- `page` integer

## Headers

- `User-Agent` string

## Response `200`

Successful response

- object
  - `data` object[]
    - `id` string
    - `qrcode_type` string
    - `status` string
    - `txid` string
    - `integration_id` string, nullable
    - `pix_key` object
      - `id` string
      - `key` string
      - `key_type` string
    - `value` number
    - `additional_info` object[]
      - `key` string
      - `value` string
    - `withdraw` object, nullable
    - `settled_at` string, date-time, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `expiration` integer
    - `original_value` number
    - `value_change_mode` string
    - `change` object, nullable
    - `payer_question` string
    - `payer` object
      - `name` string
      - `document` string
  - `metadata` object
    - `pagination` object
      - `itemsPerPage` integer
      - `totalItems` integer

---

[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/versions/cf24b926bbaa/schema)
