Skip to main content
PUT
Update an Immediate Charge

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Encabezados

X-Account-Id
string
requerido

Account ID (UUID format)

Parámetros de ruta

collection_id
string
requerido

Identifier of the immediate collection

Cuerpo

application/json
additionalInfo
object

AdditionalInfo is the new key-value map for additional information

Ejemplo:
amount
string

Amount is the new collection amount in decimal format with 2 decimal places

Ejemplo:

"150.00"

debtorDocument
string

DebtorDocument is the new CPF or CNPJ of the payer (must be provided with DebtorName)

Ejemplo:

"98765432109"

debtorName
string

DebtorName is the new name of the payer (must be provided with DebtorDocument)

Ejemplo:

"Maria Santos"

description
string

Description is the new custom description for the collection

Ejemplo:

"Updated payment description"

expirationSeconds
integer

ExpirationSeconds is the new expiration time in seconds (must be greater than 0)

Ejemplo:

7200

metadata
object

Metadata is a map for updating custom key-value pairs (RFC 7386 merge patch)

receiverKey
string

New Pix key that will receive the payment

Minimum string length: 1
Ejemplo:

"+5511988888888"

tags
string[]

Tags is the new array of custom tags

Ejemplo:

Respuesta

Collection updated successfully

additionalInfo
object

AdditionalInfo contains additional key-value information

Ejemplo:
amount
string

Amount is the collection amount in decimal format

Ejemplo:

"100.00"

createdAt
string

CreatedAt is the timestamp when the collection was created

Ejemplo:

"2024-01-15T10:30:00Z"

debtorDocument
string

DebtorDocument is the CPF or CNPJ of the payer

Ejemplo:

"12345678901"

debtorName
string

DebtorName is the name of the payer

Ejemplo:

"João da Silva"

description
string

Description is the custom description of the collection

Ejemplo:

"Payment for order #12345"

emv
string

EMV is the QR code payload in EMV format

Ejemplo:

"00020126580014br.gov.bcb.pix..."

expirationSeconds
integer

ExpirationSeconds is the time in seconds until expiration

Ejemplo:

3600

id
string

ID is the unique identifier of the collection

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

locationUrl
string

LocationURL is the URL to access the collection location/QR code

Ejemplo:

"https://api.example.com/qr/550e8400"

metadata
object

Metadata is the custom metadata associated with this collection

receiverKey
string

Pix key that will receive the payment

Ejemplo:

"+5511999999999"

status
string

Status is the current status of the collection

Ejemplo:

"ACTIVE"

tags
string[]

Tags is an array of custom tags

Ejemplo:
txId
string

TxID is the transaction identifier

Ejemplo:

"TXN123456789"

updatedAt
string

UpdatedAt is the timestamp of the last update

Ejemplo:

"2024-01-15T10:30:00Z"