National ID (without Photo)
Last updated
Last updated
Input | Value |
---|---|
country | UG |
id_type | NATIONAL_ID_NO_PHOTO |
id_number | National identity number |
secondary_id_number | Card number |
dob | Date of Birth (YYYY-MM-DD) |
The textual match result for the Secondary ID Number and the Date of Birth fields. You can read more about the responses returned when you run Basic KYC in Uganda.
To limit the probability of your user mistyping the id number, we advice that you enforce the format of the id number field in your app. You can use the regex below:
/^[A-Z0-9]{14}$/i
The Uganda national id (without photo) can be used on any of the following products:
For the supported integration options, you can check the integration options supported by each product here.
To test the Uganda national id (without photo) in our Sandbox, we provide you with 5 different id numbers to mirror various scenarios you can experience with real IDs in production.
ID Number | Result | Result Code |
---|---|---|
00000000000000 | Success with PII return | 1012 |
00000000000001 | Failure, no record found | 1013 |
00000000000002 | Invalid ID number format | 1014 |
00000000000003 | Database unavailable/unknown network issue | 1015 |
00000000000004* | Success with custom PII return | 1012 |
* You can read more about customising the PII response in sandbox in our documentation here.