Rwanda
Rwanda Passport
Verify a customer’s identity using their Rwandan passport number.
POST
Rwanda Passport
The Rwanda Passport endpoint validates a passport number against Rwanda’s passport registry and returns the associated personal details.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
passport_number | string | Yes | The customer’s passport number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.PassportNo | string | Passport number |
data.FirstName | string | First name |
data.LastName | string | Last name |
data.MiddleName | string | Middle name |
data.Nationality | string | Nationality |
data.DateOfBirth | string | Date of birth (DD/MM/YYYY) |
data.Gender | string | Gender |
data.PlaceOfBirth | string | Place of birth |
data.PlaceOfIssue | string | Place of issue |
data.IssueDate | string | Issue date (DD/MM/YYYY) |
data.ExpiryDate | string | Expiry date (DD/MM/YYYY) |
data.Picture | string | Base64-encoded passport photo |
data.Signature | string | Base64-encoded signature |

