Skip to main content
PUT
Update an immediate dynamic composite PIX Automatico QR code

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string
obrigatório

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

Exemplo:

"52c43361-caa1-4ddb-9152-708426a25db4"

Corpo

application/json
city
string
obrigatório

Merchant city (cidade).

Exemplo:

"Sao Paulo"

jwkUrl
string
obrigatório

JWK Set URL (urlJwk; no scheme).

Exemplo:

"example.com/jwks"

key
string
obrigatório

The recipient PIX key the composite QR pays into.

Exemplo:

"fulano.tal@provedor.com.br"

originalAmount
integer<int64>
obrigatório

Original charge amount in centavos (valorOriginal).

Exemplo:

100001

paymentPayloadUrl
string
obrigatório

Payment JWS host URL (urlPayloadJson; no scheme).

Exemplo:

"pix.example.com/abc"

recipientName
string
obrigatório

Recipient/beneficiary name (nomeRecebedor).

Exemplo:

"Fulano de Tal"

recurrenceStatus
integer<int64>
obrigatório

Recurrence stRecorrencia transition (0..4).

Exemplo:

0

status
integer<int64>
obrigatório

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

Exemplo:

0

txId
string
obrigatório

Conciliation id (idConciliacaoRecebedor).

Exemplo:

"JDPI2020010300000000000000000000001"

certificateIspb
string

Indirect-PSP certificate ISPB (ispbCertificadoJws, string).

Exemplo:

"04358798"

debtorName
string

Updated debtor name (dadosRecorrencia.devedor.nome).

Exemplo:

"Fulano dos Santos"

description
object[] | null

Optional additional-data entries (dadosAdicionais).

expirationTime
integer<int64>

QR expiration in seconds (0 = JDPI default).

Exemplo:

86400

payer
object

Optional payer block.

recurrencePayloadUrl
string

Recurrence JWS host URL (urlPayloadJsonRec; no scheme).

Exemplo:

"pix.example.com/rec/def"

startDate
string

Updated recurrence first payment date (dtInicialRecorrencia).

Exemplo:

"2025-02-10"

zipCode
string

Recipient postal code (cep).

Exemplo:

"01227200"

Resposta

OK

qrCode
string
obrigatório

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

Exemplo:

"00020126..."

documentId
string

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

Exemplo:

"52c43361-caa1-4ddb-9152-708426a25db3"

payloadJws
string

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

Exemplo:

"eyJhbGciOiJQUzUxMi..."

recurrencePayload
string

The signed recurrence JWS (payloadJwsRecorrencia).

Exemplo:

"eyJhbGciOiJQUzUxMi..."

revision
integer<int64>

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

Exemplo:

2