Skip to content

Checking Pledges by an Individual's Full Name

Checks whether an individual has pledges registered by full name and date of birth, via the movable property pledge notification registry (Federal Notary Chamber). Returns all pledge records in which the person is the pledgor.

URL

Method: POST

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

Request parameters

Name Type Required Description
last_name string Yes Individual's last name
first_name string Yes Individual's first name
patronymic string No Individual's patronymic
dob string No Date of birth in DD.MM.YYYY format
use_proxy boolean No Use a proxy for the request

Example request

{
  "last_name": "Польный",
  "first_name": "Константин",
  "patronymic": "Юрьевич",
  "dob": "03.12.1993",
  "use_proxy": false
}

Request headers

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

Response

Example response

{
  "query_type": "person",
  "query_value": "Польный Константин Юрьевич",
  "found": true,
  "total": 3,
  "records": [
    {
      "notification_number": "2025-010-902106-798",
      "registration_date": "2/6/2025",
      "pledgor_name": "Константин Юрьевич Польный, 12/3/1993",
      "pledgee_name": "Pledgee information hidden from publication …",
      "subject_description": "Body number: JF1-1019134"
    },
    {
      "notification_number": "2026-012-558297-917",
      "registration_date": "2/16/2026",
      "pledgor_name": "Константин Юрьевич Польный, 12/3/1993",
      "pledgee_name": "Pledgee information hidden from publication …",
      "subject_description": "VIN: X9FDXXEEBDCE35007, Body number: X9FDXXEEBDCE35007"
    },
    {
      "notification_number": "2026-012-626206-932",
      "registration_date": "3/5/2026",
      "pledgor_name": "Константин Юрьевич Польный, 12/3/1993",
      "pledgee_name": "Общество с ограниченной ответственностью Микрокредитная компания «Быстроденьги»",
      "subject_description": "VIN: X9FDXXEEBDCE35021"
    }
  ]
}

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 found
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