Skip to main content
POST
Initiate claim

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

Idempotency-Key
string

Idempotency key, max 255 characters

Path Parameters

participantISPB
string
required

Claiming participant ISPB (8 numeric digits)

Body

application/json

PIX key ownership or portability claim to initiate (seven-day deadline; claimer and donor ISPB must differ)

claimType
string
required

Claim kind: OWNERSHIP (dispute the current owner) or PORTABILITY (move an existing key to this participant)

Example:

"OWNERSHIP"

keyType
string
required

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

Example:

"CPF"

keyValue
string
required

PIX key value being claimed (format depends on keyType: CPF, CNPJ, EMAIL, PHONE, or EVP)

Example:

"12345678901"

Response

Created

Claim record with its current status and deadlines

claimType
string
required

Claim kind: OWNERSHIP or PORTABILITY

Example:

"OWNERSHIP"

claimerISPB
string
required

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

Example:

"12345678"

deadline
string
required

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

Example:

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

donorISPB
string
required

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

Example:

"87654321"

id
string
required

Server-assigned claim UUID

Example:

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

keyType
string
required

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

Example:

"CPF"

keyValue
string
required

PIX key value under claim

Example:

"12345678901"

requestedAt
string
required

Claim initiation timestamp (RFC 3339, UTC)

Example:

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

status
string
required

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

Example:

"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

Example:

""

resolvedAt
string

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

Example:

""