The value mappings for the kyc_level parameter sent in the webhook request are listed below.10: Unkown
20: Unverified
30: Verified
40: ContractedDigital KYC 20 Level#
If a user is upgraded to Unverified (20) level through the digital KYC process, the following webhook is sent.{
{
"tenant_id": 7193628450192736815,
"account_id": 0,
"user_id": 0,
"is_kyc_upgrade": true,
"kyc_level": 20,
"account_number": "baris123",
"account_type_id": 1,
"email": null,
"reason": null
}
}
Digital KYC 40 Level#
If a user is upgraded to Contracted (40) level through the digital KYC process, the following webhook is sent.{
{
"tenant_id": 7193628450192736815,
"account_id": 0,
"user_id": 0,
"is_kyc_upgrade": true,
"kyc_level": 40,
"account_number": "baris123",
"account_type_id": 1,
"email": null,
"reason": null
}
}
If a user is rejected during manual verification in the digital KYC process, the following webhook payload is triggered.#
{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"account_type": 1,
}
Modified at 2025-07-24 12:54:12