Retrieve the full digitized KYC profile for a specific customer within a processed batch.
COMPLETED to fetch the enriched data for successfully processed records.
application/json| Field | Type | Description |
|---|---|---|
success | Boolean | Request success status. |
message | String | Human-readable status message. |
data.batch_id | UUID | The batch ID this customer belongs to. |
data.status | String | Processing result: success or failure. |
data.biometric_completed | Boolean | Whether biometric verification has been completed. |
data.digitised_on | String | Timestamp when the record was digitized (ISO 8601 format). |
data.data | Object | The full KYC profile data (see sections below). |
data.data.uaeKycId | String | The UAE KYC unique identifier for this customer. Save this — you’ll need it for Re-KYC and AUTHORISE journeys. |
data.errors | Object | Error details if status is failure (empty if successful). |
Personal Info (personalInfo)
| Field | Description |
|---|---|
fullNameEn / fullNameAr | Full name in English / Arabic. |
firstNameEn / firstNameAr | First name in English / Arabic. |
secondNameEn / secondNameAr | Second name in English / Arabic. |
familyNameEn / familyNameAr | Family name in English / Arabic. |
motherNameEn / motherNameAr | Mother’s name in English / Arabic. |
dateOfBirth | Date of birth. |
hijriDateOfBirth | Date of birth in Hijri calendar. |
genderEn / genderAr | Gender in English / Arabic. |
currentNationality | Current nationality. |
personClass | Person classification. |
maritalStatusEn / maritalStatusAr | Marital status in English / Arabic. |
placeOfBirthEn / placeOfBirthAr | Place of birth in English / Arabic. |
mobileNo | Mobile number. |
titleEn / titleAr | Title in English / Arabic. |
insideUAE | Whether the person is currently inside the UAE. |
immigrationStatus | Current immigration status. |
occupationEn / occupationAr | Occupation in English / Arabic. |
Residence Info (residenceInfo)
| Field | Description |
|---|---|
emiratesIdNumber | Emirates ID number associated with the residence. |
documentNo | Residence document number. |
residenceClassEn / residenceClassAr | Residence class in English / Arabic. |
residenceDepartmentEn / residenceDepartmentAr | Residence department in English / Arabic. |
accompanyCount | Number of accompanying persons. |
sponsorNameEn / sponsorNameAr | Sponsor name in English / Arabic. |
issueDate | Residence permit issue date. |
expiryDate | Residence permit expiry date. |
Person Contact Details (personContactDetails)
| Field | Description |
|---|---|
emirateEn / emirateAr | Emirate in English / Arabic. |
cityEn / cityAr | City in English / Arabic. |
areaEn / areaAr | Area in English / Arabic. |
streetEn / streetAr | Street in English / Arabic. |
poBox | P.O. Box number. |
mobileNo | Mobile number. |
homePhone | Home phone number. |
workPhone | Work phone number. |
Active Passport (activePassport)
| Field | Description |
|---|---|
documentType | Passport document type. |
documentNo | Passport number. |
documentNationality / documentNationalityAbbr | Passport nationality (full / abbreviated). |
documentIssueCountry / documentIssueCountryAbbr | Issue country (full / abbreviated). |
issueDate | Passport issue date. |
expiryDate | Passport expiry date. |
Active Visa (activeVisa)
| Field | Description |
|---|---|
visaType | Type of visa. |
visaDepartment | Visa issuing department. |
passportNo | Passport number on the visa. |
passportExpiryDate | Passport expiry date. |
passportIssuePlace | Passport issue place. |
visaStatus | Current visa status. |
issueDate | Visa issue date. |
createdDate | Visa creation date. |
validityDate | Visa validity date. |
expiryDate | Visa expiry date. |
Immigration File (immigrationFile)
| Field | Description |
|---|---|
status | Immigration file status. |
fileTypeEn / fileTypeAr | File type in English / Arabic. |
fileNumber | Immigration file number. |
issuePlace | Place of issue. |
issueDate | Issue date. |
expiryDate | Expiry date. |
Sponsor Details (sponsorDetails)
| Field | Description |
|---|---|
nameEn / nameAr | Sponsor name in English / Arabic. |
departmentEn / departmentAr | Sponsor department in English / Arabic. |
sponsorNo | Sponsor number. |
sponsorTypeEn / sponsorTypeAr | Sponsor type in English / Arabic. |
sponsorIdn | Sponsor identification number. |
sponsorNationality / sponsorNationalityAbbr | Sponsor nationality (full / abbreviated). |
tradeLicense | Trade license number. |
Travel Detail (travelDetail)
| Field | Description |
|---|---|
isInsideUAE | Boolean — whether the person is inside the UAE. |
travelType | Travel type (e.g., Inside UAE, Outside UAE). |
travelDate | Travel date (YYYY-MM-DD). |
travelTime | Travel time (HH:MM:SS). |
travelDocumentNo | Passport or GCC card number. |
travelDocumentIssueDate | Travel document issue date (YYYY-MM-DD). |
travelDocumentExpiryDate | Travel document expiry date (YYYY-MM-DD). |
success from the Get Batch Records API.x-transaction-key header is mandatory and is unique to your client organization.