Skip to content

ERD

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

Parent: erd_result. Unified Registry of Debtors data. This block has no separate boolean result.

Fields of erd_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
personal_number string IIN of the person being checked, if stored.
status string, enum Required: NOT_REQUESTED — not requested; REQUESTED — requested; RECEIVED — received; FAILED — error.
result_json array List of retrieved records. [] means an empty response; an absent field means no value is available. This API does not constrain the nested schema.
failure_reason object Failure reason, if recorded; see the structure.

The setting for rejection when records are found may record a failure_reason even if data was retrieved successfully. Record fields and formats depend on the provider; descriptions in supporting APIs do not make them required fields in Flow Session results.

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.

{
  "erd_result": {
    "personal_number": "000000000000",
    "status": "RECEIVED",
    "result_json": []
  }
}