KYC notification

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
    }
}
PropertyTypeSizeDescription
ChangeTypeNumber

Notification type identifier. For KYC notification, ChangeType equals "20".
MasterMerchantIdGUID36Master identification.
Data.SubordinateMerchantIdGUID36Seller identification.
Data.StatusNumber

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.

⚠️

Warning

If the KYC analysis returns the status "Rejected", contact Support to check if a new analysis can be performed.