UAE EID Fine Enquiry Check
The Emirates ID Fine Enquiry Service API allows users to check if a given Emirates ID (EID) has any fines associated with it. The API returns information on whether a fine is found, the number of days the fine has been active, and the total fine amount in dirhams.
This API is useful for individuals and organizations needing to verify the fine status of an Emirates ID. It can be integrated into systems for background checks, compliance verification, and other administrative processes where fine status information is required. The Emirates ID Fine Enquiry Service API is beneficial in various scenarios:
- Background Checks:
- Employers: Verify candidates' fine status.
- Landlords: Screen potential tenants.
- Compliance Verification:
- Banks: Assess applicants for before approving loans and credit cards.
- Government Agencies: Check for fines before providing services.
- Administrative Processes:
- Insurance Companies: Evaluate policyholders' risk.
- Legal Firms: Provide accurate legal advice based on clients' fine status.
- Personal Use:
- Individuals: Check their own EID for fines.
- Real Estate Transactions:
- Agents and Buyers: Ensure parties have no fines before transactions.
Input | Data Type | Mandatory/Optional | Description |
---|---|---|---|
emiratesIdNumber | String | Mandatory | The unique Emirates ID number to be checked. |
dateOfBirth | String | Mandatory | The date of birth of the EID holder (format: YYYY-MM-DD). |
gender | String | Mandatory | The gender of the EID holder. |
callbackUrl | String | Optional | URL to receive asynchronous callback responses. |
Output | Data Type | Description |
---|---|---|
fineFound | Boolean | Indicates if a fine is found (true/false). |
fineDays | String | The number of days the fine has been active. |
fineAmount | String | The total fine amount in dirhams. |