Generate Pix dynamic QR for an account
Creates a dynamic PIX QR code (BR Code) for a fixed amount, with optional expiration and payer restrictions. The response carries the emv payload to render and a txid to reconcile the payment via webhooks or the lookup endpoint.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Client-generated idempotency token.
Request
PIX key of the receiving account (must be registered to the account).
Charge amount in BRL. Max 2 decimal places (e.g., 150.75 for R$150,75).
QR Code expiration date/time (ISO 8601).
Unique charge identifier (txid). Must be unique per account. Use for payment tracking.
If true, allows payer to change the value at payment time.
If true, restricts payment to individuals only (CPF).
Specific CPF/CNPJ authorized to pay (payer restriction).
Response
QR code transaction ID (used as qrcodeId).
EMV PIX copy-and-paste code (BR Code). Render this as the QR / “copia e cola”.
QR status. ACTIVE right after creation.
Client-provided identifier (use for lookups).
Same as message (alias).