When there is a change in the KYC analysis status, Split de Pagamento will send a notification with the following parameters: notification type, master merchant ID, seller ID, and KYC analysis status.
Example of API notification:
{
"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 equals "20". | |
MasterMerchantId | GUID | 36 | Master identification. |
Data.SubordinateMerchantId | GUID | 36 | Seller identification. |
Data.Status | Number | KYC process analysis status. Valid statuses are: UnderAnalysis = 1; Approved = 2; ApprovedWithRestriction = 3; Rejected = 4. |
If you configured custom headers when registering your notification URL in Split de Pagamento, the notification will also return the custom headers.
WarningIf the KYC analysis returns the status "Rejected", contact Support to check if a new analysis can be performed.