Skip to content

Checking Pledges by a Legal Entity's INN

Checks whether a legal entity has pledges registered by INN, via the movable property pledge notification registry (Federal Notary Chamber). Exact search of all pledge records by taxpayer identification number.

URL

Method: POST

  • Production: https://registry.wallet.kvell.group/reg2/pledge/check/inn

Request parameters

Name Type Required Description
inn string Yes Legal entity's INN (10 digits)

Example request

{
  "inn": "9731004688"
}

Request headers

Name Type Required Description
X-Api-Key string Yes Unique identifier (UUID)

Response

Example response

{
  "query_type": "inn",
  "query_value": "9731004688",
  "found": true,
  "total": 4,
  "records": [
    {
      "notification_number": "2024-009-353793-495",
      "registration_date": "4/12/2024",
      "pledgor_name": "ПУБЛИЧНОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО \"ГРУППА КОМПАНИЙ \"САМОЛЕТ\"",
      "pledgee_name": "Pledgee information hidden from publication …",
      "subject_description": ""
    },
    {
      "notification_number": "2023-007-680260-480",
      "registration_date": "2/20/2023",
      "pledgor_name": "Публичное акционерное общество «Группа компаний «Самолет»",
      "pledgee_name": "Pledgee information hidden from publication …",
      "subject_description": ""
    },
    {
      "notification_number": "2021-005-745099-346",
      "registration_date": "3/16/2021",
      "pledgor_name": "Публичное акционерное общество «Группа Компаний «Самолет»",
      "pledgee_name": "Публичное Акционерное Общество \"Совкомбанк\"",
      "subject_description": "Property number: GKS-53-18"
    },
    {
      "notification_number": "2023-007-562999-862",
      "registration_date": "1/10/2023",
      "pledgor_name": "Публичное акционерное общество «Группа компаний «Самолет»",
      "pledgee_name": "Pledgee information hidden from publication …",
      "subject_description": ""
    }
  ]
}

Response parameters

Name Type Description
query_type string Query type
query_value string Query value
found boolean Whether pledges were found
total integer Number of records
records array List of pledges
records[].notification_number string Pledge notification number
records[].registration_date string Pledge registration date
records[].pledgor_name string Pledgor
records[].pledgee_name string Pledgee
records[].subject_description string Description of the pledged item