Complete a Portability Request
info
Completes the claim operation. As a result, the link with the key is created.
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": "completed",
}
Response
STATUS
200Response Body
{
"request_control_key": "95968498-5ad0-465a-9174-969d0bd1e84a",
"claim_request_status": "completed",
"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 |
claim_request_status
Value | Description |
---|---|
waiting_resolution | The notification was received by the counterparty |
confirmed | The donor confirmed the claim. It is waiting for the claimer to complete the process. |
cancelled | The donor or claimer canceled the portability request |
completed | Both the DICT and the claimer updated their records with the new linkage |