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.

Data Object

FieldDescription

ManageesId

Id of the managee / Customer

ManageeCustomerUsersId

ID of the CustomerUser that completed Jumio. A Customer represents the account entity, whereas a CustomerUser represents a singular user that is linked to a Customer.

Accounts for personal customers will only have one CustomerUser per Customer.

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.

DateJumioCompleted

Date of Jumio Completion

Data Example

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

Last updated