This guide dives into the most common HTTP general error codes for KYC API V2, offering insights into what they mean, why they occur, and how to effectively address them.
/api/v2
Error code and message
Description
400ERR_MISSING_TENANT_ID
Request not allowed without x-tenant-id in request header.
401ERR_GENERAL_INVALID_AUTHORIZATION
No Authentication parameters provided
404ERR_CALLBACK_SETTING_NOT_FOUND
There is no callback setting for the given input parameters!
404ERR_GENERAL_INVALID_URL
This endpoint does not exist
404ERR_KOMPANY_ID_NOT_FOUND
Kompany ID not found.
404ERR_KOMPANY_MESSAGE_NOT_FOUND
There is no kompany message provided for the given input parameters.
404ERR_SANDBOX_CONFIG_NOT_FOUND
A sandbox configuration was not found with the given request
429ERR_GENERAL_LIMIT_EXCEEDED
You have no access to this feature or you have exceeded the set limits for this endpoint.
500ERR_SANDBOX_CONFIG_ERROR
Error with sandbox configuration.
500ERR_GENERAL_SERVER_ERROR
An unexpected Error appeared during request processing, Please try again!
/system/kompanyMessages
Error code and message
Description
400ERR_KOMPANY_MESSAGES_BAD_REQUEST
The POST sent with the request is invalid! Please check documentation.
400ERR_KOMPANY_MESSAGES_INVALID_PARAM
The post body that you provided was invalid. Please check input params based on swagger documentation.