Skip to main content
POST
Conciliar cobranza

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
txId
string
requerido

Transaction identifier of the charge to mark as paid.

Ejemplo:

"txid-cobv-001"

Respuesta

OK

amount
string
requerido

Original charge amount in BRL as a decimal string, scale 2.

Ejemplo:

"250.00"

chargeType
string
requerido

Charge type: COB (immediate), COBV (due-date), or LoteCobV batch item.

Ejemplo:

"COB"

createdAt
string
requerido

Creation timestamp in RFC3339 UTC.

Ejemplo:

"2025-03-07T14:30:00Z"

id
string
requerido

Server-assigned charge identifier (UUID).

Ejemplo:

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

merchantCity
string
requerido

Merchant city on the charge.

Ejemplo:

"São Paulo"

merchantName
string
requerido

Merchant legal/trade name on the charge.

Ejemplo:

"Lerian Studio"

pixKey
string
requerido

Pix key of the receiver settling the charge.

Ejemplo:

"12345678901"

status
string
requerido

Charge lifecycle status (ATIVA, CONCLUIDA, REMOVIDA_PELO_USUARIO_RECEBEDOR, REMOVIDA_PELO_PSP).

Ejemplo:

"ATIVA"

txId
string
requerido

Merchant transaction identifier for the charge.

Ejemplo:

"txid-cobv-001"

updatedAt
string
requerido

Last-update timestamp in RFC3339 UTC.

Ejemplo:

"2025-03-07T14:30:00Z"

discountAmount
string

Configured early-payment discount in BRL as a decimal string, scale 2; empty for none.

Ejemplo:

"10.00"

dueAt
string

Due date for due-date charges (COBV) as an RFC3339 UTC timestamp; null for immediate charges.

Ejemplo:

"2025-03-15T23:59:59Z"

expiresAt
string

Immediate-charge (COB) expiry as an RFC3339 UTC timestamp; null when not applicable.

Ejemplo:

"2025-03-08T23:59:59Z"

interestPercent
string

Configured monthly interest as a percentage decimal string (e.g. "1.00" = 1%); empty for none.

Ejemplo:

"1.00"

paidAt
string

Settlement timestamp as an RFC3339 UTC timestamp; null until the charge is reconciled as paid.

Ejemplo:

"2025-03-08T10:15:00Z"

payableAmount
string

Amount payable at the reference time in BRL, scale 2, after discount/penalty/interest; empty when not computed.

Ejemplo:

"252.50"

payloadLocation
string

Resolvable payload location URL for the dynamic charge QR (empty when unavailable).

Ejemplo:

"https://pix.example.com/qr/v2/txid-cobv-001"

penaltyPercent
string

Configured late-payment penalty as a percentage decimal string (e.g. "2.00" = 2%); empty for none.

Ejemplo:

"2.00"

rawPayload
string

Raw EMV copy-and-paste payload string for the charge (empty when unavailable).

Ejemplo:

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