DMVIC

# Request Parameters

The following parameters are expected:

Field Description Type
search_type The Search type you want to do. Examples: dmvic String
identifier This is the search parameter. E.g. "KAA123A" String

Please find sample implementation on the left


# Response Parameters

Below is a sample response

'search_type' is dmvic and identifier is the client's Registration Number

Search details on a customer's DMVIC using their Registration Number. As sample response is as follows:

{
  "code": "200.001",
  "data": {
    "account_no": "(string) The unique account number identifier",
    "title": "(string) The title of the DMVIC request",
    "date_created": "(string, ISO 8601) The timestamp when the request was created",
    "id": "(string, UUID) Unique identifier for the request",
    "client_name": "(string, nullable) Name of the client",
    "phone": "(string, nullable) Phone number of the client",
    "id_no": "(string, nullable) National ID number",
    "passport_no": "(string, nullable) Passport number",
    "status": "(string) Current status of the request. Possible values: Completed, Pending, Failed",
    "trend_status": "(string, nullable) Trending status of the request",
    "score_type_name": "(string) Type of scoring used - DIMVIC",
    "id_verified": "(boolean, nullable) Whether ID has been verified",
    "passport_verified": "(boolean, nullable) Whether passport has been verified",
    "gender": "(string, nullable) Gender of the client",
    "citizenship": "(string, nullable) Citizenship status",
    "ethnic_group": "(string, nullable) Ethnic group of the client",
    "serial_number": "(string, nullable) Serial number of the document",
    "place_of_birth": "(string, nullable) Client's place of birth",
    "place_of_live": "(string, nullable) Client's current place of residence"
  }
}