---
title: "List Dynamic QR Codes"
method: GET
path: "/v1/dynamic-qrcode"
tags: ["PIX QR Codes"]
---

# List Dynamic QR Codes

`GET /v1/dynamic-qrcode`

Lists dynamic PIX QR codes with optional filters by external_reference_id and transaction_id. Results are paginated using cursor-based pagination.

## Query parameters

- `external_reference_id` string, nullable
- `transaction_id` integer, nullable
- `limit` integer, nullable
- `cursor` string, nullable

## Response `200`

QR codes retrieved successfully

- GetDynamicQrcodesResponse
  - `next_cursor` string, nullable — Cursor for the next page of results. If null, there are no more results.
  - `qrcodes` DynamicQrcodeItemResponse[], required — List of dynamic QR codes
    - `copy_paste_code` string, required — PIX copy-paste code (BR Code)
    - `created_at` string, date-time, required — QR Code creation timestamp (UTC, RFC 3339).
    - `external_reference_id` string, nullable — External reference ID provided by the client (if any)
    - `id` string, uuid, required — Unique QR Code identifier
    - `picture_code_base64` string, required — QR Code image in base64 format
    - `status` 'waiting_payment' | 'paid' | 'cancelled', required
    - `transaction_id` integer, nullable — ID of the most recent transaction that paid this QR code.
    - `type` 'INSTANT' | 'DUE_DATE', required
    - `updated_at` string, date-time, required — QR Code last update timestamp (UTC, RFC 3339).

## Other responses

- `400` — Invalid query parameters
- `401` — Authentication failed
- `403` — Access denied - missing ManageQRCode permission

---

[API](https://skmtc.net/kiwify/apis/conta-digital-api.md) · [All operations](https://skmtc.net/kiwify/apis/conta-digital-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kiwify/conta-digital-api/revisions/5e009b25c245/schema)
