Create a static PIX QR code
Generates a static PIX QR code into the recipient’s key. The recipient name and city are sourced from the CRM alias, never the request body. An amount of 0 produces an any-amount static QR.
Authorizations
JWT bearer token issued by the identity provider.
Body
The CRM account id of the recipient (sources name + city).
"acc-123"
Amount in centavos (an integer; 0 = any-amount static QR).
10050
The recipient PIX key the static QR pays into.
"recipient@bank.com"
Free-text additional data (dadosAdicionais).
"Invoice 42"
Conciliation id (idConciliacaoRecebedor); §8.3.1 caps it at 25 characters and states no charset (default "***").
"TX-001"
Response
Created
The generated EMV QR-code payload (base64-decoded, ready to render).
"00020126..."
The JDPI charge GUID (idDocumento) addressing the update leg (dynamic only).
"52c43361-caa1-4ddb-9152-708426a25db3"
The signed JWS payload, returned ONLY when the QR was generated under an indirect participant's own certificate — that indirect hosts it at payloadUrl on its own infrastructure. Absent on the direct path, where the plugin self-hosts it. It is returned ONCE and never stored: if this response is lost, do NOT re-create (the same recipientConciliationId is refused as a duplicate) — read the charge's documentId from GET /v1/qrcodes/list and re-sign it via PUT /v1/qrcodes/dynamic/{documentId} with the same indirectId, which returns a fresh payloadJws on a fresh payloadUrl.
"eyJhbGciOiJFUzI1NiJ9.eyJyZXYiOjB9.sig"
The resolvable JWS host URL the dynamic QR embeds (urlPayloadJson; schema-less; dynamic only).
"pix.example.com/qr/cob/fzqRwuXYSweWofLD1OX2Bw"

