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
}
}
PROPERTY | TYPE | SIZE | DESCRIPTION |
---|---|---|---|
ChangeType | Number | - | Notification type identifier. For KYC notification, ChangeType is equal to "20". |
MasterMerchantId | GUID | 36 | Master ID. |
Data.SubordinateMerchantId | GUID | 36 | Seller ID. |
Data.Status | Number | - | 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.