# 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](https://customer-api-docs.ibanera.com/api-endpoints/managees#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"
            }
}
```
