When there is a change in the status of the KYC analysis, we will send a notification with the parameters of the notification type, identification of the master and seller and status of the KYC analysis.

Example of notification sent:

{
    "ChangeType": 20,
    "MasterMerchantId": "96ffb8be-6693-4f9b-bf8e-925b555b3207",
    "Data": {
        "SubordinateMerchantId": "4d76b525-e66d-402e-a318-5fd3ce1af7aa",
        "Status": 2
    }
}
PROPERTYTYPESIZEDESCRIPTION
ChangeTypeNumber-Notification type identifier. For KYC notification, ChangeType is equal to "20".
MasterMerchantIdGUID36Master ID.
Data.SubordinateMerchantIdGUID36Seller ID.
Data.StatusNumber-KYC process review status. Valid statuses are:
UnderAnalysis = 1;
Approved = 2;
ApprovedWithRestriction = 3;
Rejected = 4.

ℹ️

If you have configured custom headers when registering your notification URL, the notification will also return the custom headers.

⚠️

Attention

If the KYC review returns the status "Rejected", please contact Support to see if a new review is possible.