Update an immediate dynamic Pix QR code
Updates an existing immediate dynamic Pix QR code: the charge amount, conciliation, expiration, optional payer, and the charge status (0=Active, 1=Concluded, 2=Removed by recipient, 3=Removed by PSP). The recipient name + city are CRM-sourced (never the body). The service re-hosts the updated signed JWS so the QR stays end-to-end resolvable; the response carries the upstream revision and the resolvable payload URL.
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 existing charge GUID to update.
Body
The CRM account id of the recipient (sources name + city).
Amount in reais (a JSON number).
The recipient Pix key the dynamic QR pays into.
Charge status: 0=Active, 1=Concluded, 2=Removed by recipient, 3=Removed by PSP.
Optional additional-data entries (dadosAdicionais).
QR expiration in seconds.
Conciliation id (idConciliacaoRecebedor).
Recipient postal code (cep).

