Bangladesh

With just the number of a government issued ID, we can fetch all the information from the official government databases.

National ID

{
    "template_id" : "{{YOUR_TEMPLATE_ID}}",
    "user_data": {
      	"date_of_birth": "YYYY-MM-DD",
        "identity": {
            "identity_country_code": "BD",
            "identity_number_type": "NATIONAL_ID",
            "identity_number": "{{Valid_NID_Number}}"
        },
    }
}