Skip to main content
PUT
Update a recurrence-only composite Pix Automático QR code

Authorizations

Authorization
string
header
required

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

id
string
required

The recurrence/charge document id (idDocumento, GUID).

Body

application/json
recurrenceStatus
integer<int64>
required

stRecorrencia transition (0=Created,1=Approved,2=Rejected,3=Expired,4=Cancelled).

certificateIspb
string

Indirect-PSP certificate ISPB (ispbCertificadoJws, string).

debtorName
string

Updated debtor name (devedor.nome).

jwkUrl
string

New JWK Set URL (urlJwk; no scheme).

recurrencePayloadUrl
string

New recurrence JWS host URL (urlPayloadJsonRec; no scheme).

startDate
string

New first payment date (dtInicialRecorrencia; aaaa-mm-dd).

txId
string

Conciliation id (idConciliacaoRecebedor).

Response

OK

qrCode
string
required

The regenerated EMV composite-QR payload (base64-decoded, ready to render).

documentId
string

The recurrence/charge document id (idDocumento, GUID).

payloadJws
string

The signed payment JWS (payloadJws; dynamic + cobv).

recurrencePayload
string

The signed recurrence JWS (payloadJwsRecorrencia).

revision
integer<int64>

The upstream-computed charge revision (revisao; dynamic + cobv updates only).