Acknowledge a Claim
Use this endpoint to acknowledge receipt of a claim by the donor participant. This operation notifies that the donor participant has received the claim and moves it from OPEN to WAITING_RESOLUTION status.
Notes:
-
This operation is performed by the donor participant (the participant that currently owns the key).
-
Acknowledging a claim starts the resolution period (D+7) for the donor to respond.
-
Claims in non-OPEN status can be acknowledged if the donor participant matches our ISPB. This operation is idempotent.
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).
Path Parameters
Unique identifier of the claim (UUID format).
Response
Claim acknowledged 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"

