Skip to content

KZ Info

The overview describes the common field interpretation rules, failure reasons, and full/light file formats.

Parent: kz_info_result. Enforcement proceedings data from AIS OIP. This block has no separate boolean result.

Fields of kz_info_result.

Fields marked “Required” are always present within this object. Other fields are included when a value is available; null is excluded from the response.

Field JSON type Purpose and conditions
iin string IIN of the person being checked, if stored.
exec_proc_info_status string, enum Required: NOT_REQUESTED — not requested; REQUESTED — requested; RECEIVED — received; FAILED — error.
exec_proc_info array Enforcement proceedings data, if retrieved. [] means an empty response; an absent field is not equivalent to an empty response. Items are dynamic; the public response does not apply a closed schema.
failure_reason object Failure reason, if recorded; see the structure.

The presence of proceedings may cause rejection according to the check's settings; successful retrieval (RECEIVED) does not by itself mean there are no records. Dates, amounts, and nested values are transmitted in the source's format, with no universal units or formats.

JSON examples

Fragments of the root response object, not complete responses. All values and URLs are illustrative. File formats follow the explanations on this page.

{
  "kz_info_result": {
    "iin": "000000000000",
    "exec_proc_info_status": "RECEIVED",
    "exec_proc_info": []
  }
}