Update an immediate dynamic composite Pix Automático QR code
Updates a previously generated immediate-dynamic composite Pix QR code, keyed by its document id (idDocumento). The response carries the upstream-computed revision (revisao).
Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Path Parameters
The recurrence/charge document id (idDocumento, GUID).
Body
Merchant city (cidade).
JWK Set URL (urlJwk; no scheme).
The recipient Pix key the composite QR pays into.
Original charge amount in reais (valorOriginal).
Payment JWS host URL (urlPayloadJson; no scheme).
Recipient/beneficiary name (nomeRecebedor).
Recurrence stRecorrencia transition (0..4).
Charge situation (0=Active,1=Completed,2=Removed by recipient,3=Removed by PSP).
Conciliation id (idConciliacaoRecebedor).
Indirect-PSP certificate ISPB (ispbCertificadoJws, string).
Updated debtor name (dadosRecorrencia.devedor.nome).
Optional additional-data entries (dadosAdicionais).
QR expiration in seconds.
Recurrence JWS host URL (urlPayloadJsonRec; no scheme).
Updated recurrence first payment date (dtInicialRecorrencia).
Recipient postal code (cep).
Response
OK
The regenerated EMV composite-QR payload (base64-decoded, ready to render).
The recurrence/charge document id (idDocumento, GUID).
The signed payment JWS (payloadJws; dynamic + cobv).
The signed recurrence JWS (payloadJwsRecorrencia).
The upstream-computed charge revision (revisao; dynamic + cobv updates only).

