This guide dives into the most common HTTP error codes related to the company endpoints of KYC API V2, offering insights into what they mean, why they occur, and how to effectively address them.
/company/announcement/{kompanyId}
Error code and message
Description
400ERR_COMPANY_ANNOUNCEMENT_BAD_REQUEST
The parameters passed to the request were invalid or malformed. Make sure you pass all required parameters. Check the error message returned for more information. The live documentation on https://kycapi.kompany.com can assist you with this process of constructing your request correctly.
400ERR_ANNOUNCEMENT_INVALID_PARAM
Invalid parameter detected. Please check the documentation.
500ERR_COMPANY_ANNOUNCEMENT_SERVER_ERROR
An unexpected error appeared during request execution. Please retry the request or get in contact with Customer Support team if the error persists.
The language code passed as the parameter was invalid. Valid values are: [OG, EN].
404ERR_DATASET_NOT_FOUND
The dataset you have tried to retrieve does not seem to exist. Please double check if the passed datasetId is correct.
/company/enhanced
Error code and message
Description
400ERR_ENHANCED_INVALID_PARAM
Invalid parameter detected. Please check the documentation.
402ERR_COMPANY_ENHANCED_DATASET_NOT_FOUND
There is no dataset provided for the given input parameters.
403ERR_COMPANY_ENHANCED_BO_NOT_ALLOWED
Your KYC API plan does not permit ordering the Beneficial Owners Check document for Germany. Please contact Customer Support at solutions@moodys.com to request access.
404ERR_COMPANY_BENEFICIAL_OWNERS_NOT_FOUND
The company for which you have tried to request the dataset does not have any beneficial owners.
405ERR_COMPANY_ENHANCED_NOT_SUPPORTED
Enhanced datasets are currently not supported in this country. Please check the KYC API documentation for all available countries. If you have a specific request, get in contact with Customer Support team.
405ERR_WRONG_ENHANCED_OPTION_REQUEST
Requesting an enhanced dataset with both generalData and beneficialOwners options is not allowed.