v1
latestOpenAPI 3.1.02026-08-0629140119.9 KBPIX QR Codes
List Dynamic QR Codes
Lists dynamic PIX QR codes with optional filters by external_reference_id and transaction_id. Results are paginated using cursor-based pagination.
get/v1/dynamic-qrcode
Query parameters
external_reference_idstring nullable
External reference identifier to filter QR codes
transaction_idinteger nullable
Filter to QR codes whose most recent payment has this transaction ID.
limitinteger nullable
Maximum number of QR codes to return (1-100, default: 20)
cursorstring nullable
Cursor for pagination
Response
QR codes retrieved successfully
Example response
{
"qrcodes": [
{
"copy_paste_code": "00020126...",
"created_at": "2026-05-28T14:30:00Z",
"external_reference_id": "order-12345",
"transaction_id": 880123,
"updated_at": "2026-05-28T14:30:00Z"
}
]
}