My Project
    • Default module
      • rpm docrest v1
        POST
      • citizen v1
        POST
      • staff-count v1
        POST
      • insolved-yur v1
        POST
      • rpm passport v1
        POST
      • rpm pinfl v1
        POST
      • rpm tin v1
        POST
      • insolved-fiz v1
        POST
      • debtors-pinfl v1
        POST
      • debtors-passport v1
        POST
      • debtors-stir v1
        POST
      • citizen v1
        POST
      • ypx plate-number v1
        POST
      • ypx pin v1
        POST
      • ypx tin v1
        POST
      • ypx carlist pin v1
        POST
      • ypx carlist tin v1
        POST
      • convictions search v1
        POST
      • convictions check v1
        POST
      • mvd.address.info.pin
        POST
      • stat.ktyadr.v1
        POST
      • kadastr.nomer
        POST
      • get token
        POST
      • Schemas
        • Sample Schemas
          • Pet
          • Category
          • Tag
    • GSI Verification API
      • GSI
        • Верификация личности (multipart/form-data)
        • Верификация личности (base64 видео)
        • Валидация JWT-подписи
        • Проверка наличия кэша GSI данных
      • Schemas
        • VerifyRequest
        • ValidateSignatureRequest
        • VerifyB64Request
        • CheckCacheRequest
        • VerifySuccessResponse
        • SignatureSuccessResponse
        • VerifyResultData
        • SignaturePayload
        • VerifyErrorResponse
        • SignatureExpiredResponse
        • SignatureInvalidResponse
        • SignatureErrorResponse
        • CheckCacheSuccessResponse
        • CheckCacheErrorResponse

    VerifyResultData

    Данные гражданина из GSI (HumanModel) + результаты верификации.
    Все поля HumanModel опциональны, так как разные типы документов возвращают разный набор полей.

    {
        "signature": "string",
        "capture": "string",
        "score": 0.95,
        "createdAt": "2019-08-24T14:15:22.123Z",
        "name": "string",
        "pin": "string",
        "current_pinpp": "string",
        "doc_pinfl": "string",
        "transaction_id": "string",
        "first_name": "string",
        "last_name": "string",
        "patronym": "string",
        "surname": "string",
        "givenname": "string",
        "namelat": "string",
        "surnamelat": "string",
        "patronymlat": "string",
        "namecyr": "string",
        "surnamecyr": "string",
        "patronymcyr": "string",
        "engname": "string",
        "engsurname": "string",
        "engpatronym": "string",
        "patronym_en": "string",
        "document": "string",
        "current_document": "string",
        "doc_seria": "string",
        "doc_number": "string",
        "date_issue": "string",
        "date_expiry": "string",
        "give_place": "string",
        "give_place_name": "string",
        "birth_date": "string",
        "birth_place": "string",
        "birthplace": "string",
        "birth_country": "string",
        "birth_country_name": "string",
        "citizenship": "string",
        "citizenship_name": "string",
        "nationality": "string",
        "nationality_name": "string",
        "gender": "string",
        "gender_name": "string",
        "sex": "string",
        "photo": "string"
    }
    Built with