Skip to main content
PUT
Update an immediate dynamic 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
city
string
required

Merchant city (cidade).

jwkUrl
string
required

JWK Set URL (urlJwk; no scheme).

key
string
required

The recipient Pix key the composite QR pays into.

originalAmount
number<double>
required

Original charge amount in reais (valorOriginal).

paymentPayloadUrl
string
required

Payment JWS host URL (urlPayloadJson; no scheme).

recipientName
string
required

Recipient/beneficiary name (nomeRecebedor).

recurrenceStatus
integer<int64>
required

Recurrence stRecorrencia transition (0..4).

status
integer<int64>
required

Charge situation (0=Active,1=Completed,2=Removed by recipient,3=Removed by PSP).

txId
string
required

Conciliation id (idConciliacaoRecebedor).

certificateIspb
string

Indirect-PSP certificate ISPB (ispbCertificadoJws, string).

debtorName
string

Updated debtor name (dadosRecorrencia.devedor.nome).

description
object[] | null

Optional additional-data entries (dadosAdicionais).

expirationTime
integer<int64>

QR expiration in seconds.

payer
object
recurrencePayloadUrl
string

Recurrence JWS host URL (urlPayloadJsonRec; no scheme).

startDate
string

Updated recurrence first payment date (dtInicialRecorrencia).

zipCode
string

Recipient postal code (cep).

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).