Get BR Code info
Returns structured metadata for a raw BR Code payload.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Raw BR Code payload
Response
OK
Creation timestamp in RFC3339 UTC.
"2025-03-07T14:30:00Z"
Server-assigned payload identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
BR Code kind: STATIC (reusable) or DYNAMIC (single-use).
"STATIC"
Merchant city from the EMV payload (EMV field 60).
"São Paulo"
Merchant legal/trade name from the EMV payload (EMV field 59).
"Lerian Studio"
Pix key identifying the receiver (CPF/CNPJ, phone, email, or random EVP key).
"12345678901"
Lifecycle status of the payload (e.g. ACTIVE).
"ACTIVE"
Last-update timestamp in RFC3339 UTC.
"2025-03-07T14:30:00Z"
Transaction amount in BRL as a decimal string, scale 2 (empty when the amount is open).
"100.00"
Pix copy-and-paste string (the raw EMV payload); empty when unavailable.
"00020126580014br.gov.bcb.pix..."
Resolvable payload location URL for dynamic codes (empty for static codes).
"https://pix.example.com/qr/v2/550e8400"
QR code image rendered from the raw payload, base64-encoded PNG (only populated on generation responses).
"iVBORw0KGgoAAAANSUhEUgAA..."
MIME content type of qrPngBase64 (image/png) when an image is present.
"image/png"
Raw EMV BR Code string; same value as copyPaste, retained for compatibility.
"00020126580014br.gov.bcb.pix..."
Merchant transaction identifier (EMV field 62.05); empty when not present.
"txid-abc-123"

