Pular para o conteúdo principal
GET
Ver QR Code Dinâmico

Autorizações

x-access-id
string
header
obrigatório

UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)

X-PoP-Challenge
string
header
obrigatório

Unix timestamp in milliseconds (e.g., 1704636800000). Must be within 5 minutes of server time.

X-PoP-Format
string
header
obrigatório

Must be 'service-account' for service account authentication

X-PoP-Signature
string
header
obrigatório

EdDSA signature of the request in base64 format. Signs: uri:method:body:timestamp

Parâmetros de caminho

id
string<uuid>
obrigatório

QR code identifier

Resposta

QR code details retrieved successfully

accept_change_value
boolean
obrigatório

Allows payer to change the QR code value when scanning

Exemplo:

false

allowed_tax_ids
string[]
obrigatório

List of CPF/CNPJ allowed to pay this QR code. Empty if unrestricted.

Exemplo:
amount_in_cents
integer<int64>
obrigatório

Amount in cents

Exemplo:

4000

copy_paste_code
string
obrigatório

PIX copy-paste code (BR Code)

Exemplo:

"00020126..."

created_at
string<date-time>
obrigatório

QR Code creation timestamp (UTC, RFC 3339).

Exemplo:

"2026-05-28T14:30:00Z"

id
string<uuid>
obrigatório

Unique QR Code identifier

picture_code_base64
string
obrigatório

QR Code image in base64 format

status
enum<string>
obrigatório

QR Code status: active, cancelled, or completed

Opções disponíveis:
waiting_payment,
paid,
cancelled
type
enum<string>
obrigatório

QR Code type: INSTANT or DUE_DATE

Opções disponíveis:
INSTANT,
DUE_DATE
updated_at
string<date-time>
obrigatório

QR Code last update timestamp (UTC, RFC 3339).

Exemplo:

"2026-05-28T14:30:00Z"

due_date
string<date> | null

Due date (YYYY-MM-DD). Present for DUE_DATE type QR codes.

Exemplo:

"2026-06-01"

external_reference_id
string | null

External reference ID provided by the client (if any)

Exemplo:

"order-12345"

payer_data
null | object

Payer information (required for DUE_DATE type)

transaction
null | object

Most recent transaction that paid this QR code.