Skip to main content

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.

OwnershipDonorClaimer
client_request
account_closure
default
PortabilityDonorClaimer
client_request
account_closure
default

Request

ENDPOINT
/account/ACCOUNT_KEY/alias/ALIAS_KEY/claim/CLAIM_REQUEST_KEY
METHOD
PATCH
Request Body
{
"request_control_key": "8a923886-afce-4116-ac1f-69bdffcf8da9",
"claim_request_status": "confirmed",
"confirmation_reason": "client_request",
}

Response

STATUS
200
Response Body
{
"request_control_key": "95968498-5ad0-465a-9174-969d0bd1e84a",
"claim_request_status": "confirmed",
"created_at": "2024-05-25T12:13:25"
}
ValueDescriptiontype
claim_request_statusStatus of the portability request.string
created_atDate of creation of the portability requestdatetime string
request_control_keyUnique UUID4 identifier of the request.uuid4 string