Update a recurrence-only composite Pix Automático QR code
Updates a previously generated recurrence-only composite Pix QR code, keyed by its document id (idDocumento), carrying the recurrence status transition (stRecorrencia).
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
stRecorrencia transition (0=Created,1=Approved,2=Rejected,3=Expired,4=Cancelled).
Indirect-PSP certificate ISPB (ispbCertificadoJws, string).
Updated debtor name (devedor.nome).
New JWK Set URL (urlJwk; no scheme).
New recurrence JWS host URL (urlPayloadJsonRec; no scheme).
New first payment date (dtInicialRecorrencia; aaaa-mm-dd).
Conciliation id (idConciliacaoRecebedor).
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).

