arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Registration Packet Structure

hashtag
Overview

A registration packet is a zipped, encrypted file containing ID information of an individual. It contains meta information about operator/supervisor, registration center, machine, devices etc.

hashtag
Zipped packet

Example zipped file:

10001100771006920220128223618-10001_10077-20220128223618.zip

Naming convention: appid-refid_timestamp.zip

  • refid: centerid_machineid

hashtag
Unzipped packet

  • *_id.zip: Applicant demographic/biometric/document fields which are marked as "pvt" or "kyc" or "none" in .

  • *_id.json: Meta information (process, encrypted hash, signature, schema version etc.) for *_id.zip file.

hashtag
Unzipped components

Note: this is a sample packet and doesnot mean a particular information will be always available in same packet. The fields are populated based on the fieldCategory set in schema json.

  • Id

  • Evidence

  • Optional

hashtag
Sample packet

See .

*_evidence.zip: Applicant's demographic/biometric/document fields which are marked as "evidence" or "none" in ID Schema.
  • *_evidence.json: Meta information (process, encrypted hash, signature, schema version etc.) for *_evidence.zip file.

  • *_optional.zip: Applicant demographic/biometric/document fields which are marked as "optional" or "none" ID Schema.

  • *_optional.json: Meta information (process, encrypted hash, signature, schema version etc.) for *_optional.zip file.

  • appid
    ID Schema
    sample packetarrow-up-right
    .
    └── REGISTRATION_CLIENT
        └── NEW
            β”œβ”€β”€ 10001100771006920220128223618_evidence.json
            β”œβ”€β”€ 10001100771006920220128223618_evidence.zip
            β”œβ”€β”€ 10001100771006920220128223618_id.json
            β”œβ”€β”€ 10001100771006920220128223618_id.zip
            β”œβ”€β”€ 10001100771006920220128223618_optional.json
            └── 10001100771006920220128223618_optional.zip
    id
    β”œβ”€β”€ ID.json
    β”œβ”€β”€ individualBiometrics_bio_CBEFF.xml
    β”œβ”€β”€ packet_data_hash.txt
    β”œβ”€β”€ packet_meta_info.json
    β”œβ”€β”€ packet_operations_hash.txt
    β”œβ”€β”€ proofOfAddress.pdf
    β”œβ”€β”€ proofOfIdentity.pdf
    └── proofOfRelationship.pdf
    evidence
    β”œβ”€β”€ ID.json
    β”œβ”€β”€ packet_data_hash.txt
    β”œβ”€β”€ packet_meta_info.json
    β”œβ”€β”€ packet_operations_hash.txt
    └── proofOfException.pdf
    optional
    β”œβ”€β”€ ID.json
    β”œβ”€β”€ packet_data_hash.txt
    β”œβ”€β”€ packet_meta_info.json
    └── packet_operations_hash.txt