Skip to main content
PUT
Update a CobV (due-date) composite PIX Automatico QR code

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string
required

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

Example:

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

Body

application/json
city
string
required

Merchant city (cidade).

Example:

"Sao Paulo"

daysAfterDue
integer<int64>
required

Days after the due date the charge can still be paid (diasAposVenc).

Example:

365

dueDate
string
required

Due date for payment (dtVenc; aaaa-mm-dd).

Example:

"2021-06-17"

finalAmount
integer<int64>
required

Final charge amount in centavos (valorFinal).

Example:

100001

key
string
required

The recipient PIX key the composite QR pays into.

Example:

"fulano.tal@provedor.com.br"

paymentPayloadUrl
string
required

CobV JWS host URL (urlPayloadJson; no scheme).

Example:

"pix.example.com/cobv/abc"

recipientName
string
required

Recipient/beneficiary name (nomeRecebedor).

Example:

"Fulano de Tal"

recipientStreet
string
required

Recipient street (logradouroRecebedor).

Example:

"Rua Pix, 123"

recurrenceStatus
integer<int64>
required

Recurrence stRecorrencia transition (0..4).

Example:

0

state
string
required

Recipient state (uf).

Example:

"SP"

status
integer<int64>
required

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

Example:

0

txId
string
required

Conciliation id (idConciliacaoRecebedor).

Example:

"JDPI2020010300000000000000000000001"

zipCode
string
required

Recipient postal code (cep).

Example:

"01227200"

certificateIspb
string

Indirect-PSP certificate ISPB (ispbCertificadoJws, string).

Example:

"04358798"

debtorName
string

Updated debtor name (dadosRecorrencia.devedor.nome).

Example:

"Fulano dos Santos"

description
object[] | null

Optional additional-data entries (dadosAdicionais).

discount
integer<int64>

Discount in centavos (desconto; omit/0 to skip).

Example:

4

fine
integer<int64>

Fine in centavos (multa; omit/0 to skip).

Example:

20022

interest
integer<int64>

Interest in centavos (juros; omit/0 to skip).

Example:

1015

jwkUrl
string

JWK Set URL (urlJwk; no scheme).

Example:

"example.com/jwks"

originalAmount
integer<int64>

Original charge amount in centavos (valorOriginal).

Example:

100116

payer
object

Optional payer block.

rebate
integer<int64>

Rebate in centavos (abatimento; omit/0 to skip).

Example:

111

recurrencePayloadUrl
string

Recurrence JWS host URL (urlPayloadJsonRec; no scheme).

Example:

"pix.example.com/rec/def"

startDate
string

Updated recurrence first payment date (dtInicialRecorrencia).

Example:

"2025-03-15"

Response

OK

qrCode
string
required

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

Example:

"00020126..."

documentId
string

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

Example:

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

payloadJws
string

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

Example:

"eyJhbGciOiJQUzUxMi..."

recurrencePayload
string

The signed recurrence JWS (payloadJwsRecorrencia).

Example:

"eyJhbGciOiJQUzUxMi..."

revision
integer<int64>

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

Example:

2