Confirm a Portability Request
Confirms the claim operation. As a result, the key's link with the donor participant is removed.
Status must be waiting_resolution
.
For possession claim, if the reason is default
, the resolution deadline (max_resolution_date
) must have passed. If the reason provided is client_request
, the closure deadline (max_conclusion_date
) will be brought forward to allow immediate closure by the claimer.
The tables below define, depending on the reason and type, who can confirm.
Ownership | Donor | Claimer |
---|---|---|
client_request | ✓ | |
account_closure | ||
default | ✓ |
Portability | Donor | Claimer |
---|---|---|
client_request | ✓ | |
account_closure | ✓ | |
default |
Request
ENDPOINT
/account/ACCOUNT_KEY/alias/ALIAS_KEY/claim/CLAIM_REQUEST_KEYMETHOD
PATCHRequest Body
{
"request_control_key": "8a923886-afce-4116-ac1f-69bdffcf8da9",
"claim_request_status": "confirmed",
"confirmation_reason": "client_request",
}
Response
STATUS
200Response Body
{
"request_control_key": "95968498-5ad0-465a-9174-969d0bd1e84a",
"claim_request_status": "confirmed",
"created_at": "2024-05-25T12:13:25"
}
Value | Description | type |
---|---|---|
claim_request_status | Status of the portability request. | string |
created_at | Date of creation of the portability request | datetime string |
request_control_key | Unique UUID4 identifier of the request. | uuid4 string |