Skip to main content
POST
Cancelar reclamo

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Idempotency-Key
string

Idempotency key, max 255 characters

Parámetros de ruta

claimID
string
requerido

Claim UUID

Cuerpo

application/json

Cancellation reason. The cancelling side is derived from the authenticated participant, not this body.

reason
string
requerido

Cancellation reason: USER_REQUESTED (participant withdrawal) or FRAUD (anti-fraud cancel, either side on either claim type)

Ejemplo:

"USER_REQUESTED"

Respuesta

OK

Claim record with its current status and deadlines

claimType
string
requerido

Claim kind: OWNERSHIP or PORTABILITY

Ejemplo:

"OWNERSHIP"

claimerISPB
string
requerido

ISPB (8 numeric digits) of the participant initiating the claim

Ejemplo:

"12345678"

deadline
string
requerido

Donor-response deadline, seven days after initiation (RFC 3339, UTC)

Ejemplo:

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

donorISPB
string
requerido

ISPB (8 numeric digits) of the current key owner (donor), resolved during initiation

Ejemplo:

"87654321"

id
string
requerido

Server-assigned claim UUID

Ejemplo:

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

keyType
string
requerido

PIX key type: CPF, CNPJ, EMAIL, PHONE, or EVP

Ejemplo:

"CPF"

keyValue
string
requerido

PIX key value under claim

Ejemplo:

"12345678901"

requestedAt
string
requerido

Claim initiation timestamp (RFC 3339, UTC)

Ejemplo:

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

status
string
requerido

Claim lifecycle state: OPEN, WAITING_RESOLUTION, CONFIRMED, CANCELLED, or COMPLETED

Ejemplo:

"OPEN"

resolution
string

Terminal resolution reason (e.g. DONOR_CONFIRMED, CANCELLED_BY_CLAIMER, CANCELLED_BY_CLAIMER_FRAUD, CANCELLED_BY_DONOR, CANCELLED_BY_DONOR_FRAUD, DEADLINE_EXPIRED); empty until the claim resolves

Ejemplo:

""

resolvedAt
string

Resolution timestamp (RFC 3339, UTC); omitted while the claim is unresolved

Ejemplo:

""