Create a Claim
Use this endpoint to create a new key claim for portability or ownership. Not every type of key can be claimed or ported. The table below defines the possibilities:
| compatible? | OWNERSHIP | PORTABILITY |
|-------------------|---------------|-----------------|
| CPF | | Yes |
| CNPJ | | Yes |
| PHONE | Yes | Yes |
| EMAIL | | Yes |
| EVP | | |
Notes:
-
OWNERSHIP claims are only allowed for PHONE key types.
-
PORTABILITY claims are allowed for CPF, CNPJ, PHONE, and EMAIL key types.
-
EVP keys cannot be claimed or ported.
-
The claimer account information is automatically retrieved from CRM using the X-Account-Id header.
-
The claim enters OPEN status upon creation and awaits acknowledgment from the donor participant.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
Body
Response
Claim created successfully.
Internal UUID of the claim.
"019c96a0-0c3e-77b5-8321-4807058a67bb"
BACEN DICT identifier for this claim.
"019c96a0-0d16-7184-ad7f-38545eeb671c"
The Pix key value being claimed.
"+5561988887777"
Type of Pix key.
"PHONE"
Type of claim.
OWNERSHIP, PORTABILITY "OWNERSHIP"
Current status of the claim.
OPEN, WAITING_RESOLUTION, CONFIRMED, CANCELLED, COMPLETED "OPEN"
ISPB of the donor PSP.
"30306294"
Deadline for donor response (D+7 from creation).
"2024-01-22T10:30:00Z"
Deadline for claim completion (D+14 from creation).
"2024-01-29T10:30:00Z"
Timestamp when the claim was created.
"2024-01-15T10:30:00Z"
Timestamp when the claim was last updated.
"2024-01-15T10:30:00Z"

