# Beneficial Owner Update process

## Prerequisites

Partners are required to create Beneficial Owner, upload necessary documents and then initiate the update process.

## Process steps

The process is asynchronous and involves several steps:

1. Partner calls the update beneficial owner endpoint,
2. There is verified if everything is present and if there is detected an update with restricted data, we open an admin task,
3. If admin rejects, this finishes process. If admin approves, we send the beneficial owner block with new data to KYC to reverify,
4. if KYC response shows issues, there is opened second admin task with possibility to reject globally or accept the update,
5. If admin rejects, Beneficial Owner is rejected globally and process finishes. If admin approves, Beneficial Owner is updated and process finishes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wawex.ai/documentation/customer-management/8_beneficial_owner_update_process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
