> For the complete documentation index, see [llms.txt](https://customer-api-docs.ibanera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://customer-api-docs.ibanera.com/callbacks/managee-jumio-completed.md).

# Managee Jumio Completed

## Overview

This callback is sent when a customer under management has completed the Jumio KYC process. Once the Jumio process is complete, the account will reviewed by Ibanera's compliance team. Prior to receieving this callback, a manager can prompt a new customer to complete the Jumio process by accessing the [`jumioLink` from creating a managee](/api-endpoints/managees.md#create-a-managee-v2).

## Data Object

<table><thead><tr><th width="260">Field</th><th>Description</th></tr></thead><tbody><tr><td>ManageesId</td><td>Id of the managee / Customer</td></tr><tr><td>ManageeCustomerUsersId</td><td><p>ID of the CustomerUser that completed Jumio. A <strong>Customer</strong> represents the account entity, whereas a <strong>CustomerUser</strong> represents a singular user that is linked to a <strong>Customer.</strong></p><p>Accounts for personal customers will only have one CustomerUser per Customer.</p><p>Accounts for Businesses, may have several CustomerUser per Customer, where the Customer represents the Business, and the CustomerUser represents a user that can access the Business account.</p></td></tr><tr><td>DateJumioCompleted</td><td>Date of Jumio Completion</td></tr></tbody></table>

## Data Example

```json
{
      "Id":"8b3291e8-633a-4aa0-a548-61b479dde915",
      "Type":"MANAGEE_JUMIO_COMPLETED",
      "Data":
            {
                  "ManageesId":14017,
                  "ManageeCustomerUsersId":14040,
                  "DateJumioCompleted":"2024-04-04T15:41:52.15"
            }
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://customer-api-docs.ibanera.com/callbacks/managee-jumio-completed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
