Managee KYC Updated

Overview

Sent when the data submitted to create a managee is accepted or rejected. When the data provided is approved, the managee will be able to transact. Before this time most functionality will be disabled for the managee.

If managee data is rejected, they will not be allowed to transact. This is currently a final state, and you should check the data and retry by creating a new managee, or contact support.

Data Object

FieldDescription

ManageesId

Id of the updated managee

VerificationStatus

New status: “Accepted” or “Rejected”

AcceptDate

Date of acceptance, or null

RejectDate

Date of rejection, or null

RejectReason

Reason for rejection, or null

Data Example

{
    "Id": "2c58ed48-67d2-4d8e-bbb1-548864773d2c", 
    "Type": "MANAGEE_KYC_UPDATED",
    "Data": {
        "ManageesId": 11049, 
        "VerificationStatus": "Accepted", 
        "AcceptDate": "2023-01-31T15:06:38.963", 
        "RejectReason": null,
        "RejectDate": null
    } 
}

Last updated