Skip to content
On this page

Get Last Run Verificiation.

Endpoint for retrieving last run KYC Verification Details by Profile Id (Company / Person) .

Endpoints

EnvironmentAPI Endpoint
Sandboxhttps://onprem-test.streamline.laboremus.ug/routing/kyc/api/verifications/lastrun/{profileId}

Request

Request Type : GET

Authorization

INFO

Always add your Subscription key to the request.

Query Parameters

NameTypeRequiredDescription
vstringyesThe version of the API

Path Parameters Values

NameTypeRequiredDescription
idstring(uuid)yesThe Unique ID of an application

Response

Content type

application/json

Response Body

Here's the markdown table for the given JSON object, including nested objects but excluding the required column:

amlPepScreeningCheck

NameTypeDescription
processedAtstring (datetime)The date and time when the screening was processed.
createdAtstring (datetime)The date and time when the screening was created.
verifiedAtstring (datetime)The date and time when the screening was verified.
lastUpdatedstring (datetime)The date and time when the screening was last updated.
idstringUnique identifier for the screening check.
errorCodestringError code if applicable.
errorMessagestringError message if applicable.
statusstringCurrent status of the screening check.
surnamestringSurname of the individual screened.
givenNamestringGiven name of the individual screened.
otherNamesstringAny other names of the individual screened.
genderstringGender of the individual screened.
dateOfBirthstringDate of birth of the individual screened.
responseArrayList of response objects.

Response

NameTypeDescription
createdAtstringThe date and time when the response was created.
processedAtstringThe date and time when the response was processed.
statusstringStatus of the response.
totalHitsintegerTotal number of hits found.
detailsArrayList of detail objects related to the response.
optionstringOption chosen for the screening.
isErrorbooleanIndicates if there was an error in the response.
errorsArrayList of error objects, if any.

Details

NameTypeDescription
genderstringGender of the individual.
siblingsstringSiblings of the individual.
dateOfBirthArrayList of date of birth entries.
placeOfBirthArrayList of places of birth.
placeOfBirthRemarksstringRemarks about the place of birth.
politicalPartiesstringPolitical parties associated with the individual.
descriptionstringDescription of the individual.
occupationsstringOccupations of the individual.
spousestringSpouse of the individual.
givenNamesArrayList of given names.
aliasGivenNamesArrayList of alias names.
childrenArrayList of children.
linksArrayList of links associated with the individual.
lastNamesArrayList of last names.
citizenshipArrayList of citizenships.
citizenshipRemarksArrayList of remarks about citizenships.
positionsArrayList of positions held by the individual.
sourceTypestringSource type of the information.
addressRemarksstringRemarks about the address.
entityTypestringType of entity (individual, organization, etc.).
pepTypestringType of PEP (Politically Exposed Person) status.
namestringName of the individual.
sourceIdstringSource identifier.
sanctionDetailsArrayList of sanction details, if applicable.
parentsArrayList of parents.
functionsArrayList of functions held by the individual.
otherInformationArrayList of other information.
titlesArrayList of titles held by the individual.
tlNamestringName as per the T&L records.

Errors

NameTypeDescription
codestringError code.
messagestringError message.
descriptionstringDescription of the error.
typestringType of error.
suggestionArrayList of suggestions to resolve the error.

companyAmlScreeningCheck

NameTypeDescription
processedAtstring (datetime)The date and time when the screening was processed.
createdAtstring (datetime)The date and time when the screening was created.
verifiedAtstring (datetime)The date and time when the screening was verified.
lastUpdatedstring (datetime)The date and time when the screening was last updated.
idstringUnique identifier for the screening check.
errorCodestringError code if applicable.
errorMessagestringError message if applicable.
statusstringCurrent status of the screening check.
companyNamestringName of the company screened.
responsestringResponse details.

photoMatchCheck

NameTypeDescription
processedAtstring (datetime)The date and time when the screening was processed.
createdAtstring (datetime)The date and time when the screening was created.
verifiedAtstring (datetime)The date and time when the screening was verified.
lastUpdatedstring (datetime)The date and time when the screening was last updated.
idstringUnique identifier for the screening check.
errorCodestringError code if applicable.
errorMessagestringError message if applicable.
statusstringCurrent status of the screening check.
biometricTypestringType of biometric used for matching.
resultbooleanIndicates if the photo match was successful.

livenessDetectionCheck

NameTypeDescription
processedAtstring (datetime)The date and time when the screening was processed.
createdAtstring (datetime)The date and time when the screening was created.
verifiedAtstring (datetime)The date and time when the screening was verified.
lastUpdatedstring (datetime)The date and time when the screening was last updated.
idstringUnique identifier for the screening check.
errorCodestringError code if applicable.
errorMessagestringError message if applicable.
statusstringCurrent status of the screening check.
biometricTypestringType of biometric used for liveness detection.
resultbooleanIndicates if liveness detection was successful.

fingerprintCheck

NameTypeDescription
processedAtstring (datetime)The date and time when the screening was processed.
createdAtstring (datetime)The date and time when the screening was created.
verifiedAtstring (datetime)The date and time when the screening was verified.
lastUpdatedstring (datetime)The date and time when the screening was last updated.
idstringUnique identifier for the screening check.
errorCodestringError code if applicable.
errorMessagestringError message if applicable.
statusstringCurrent status of the screening check.
biometricTypestringType of biometric used for fingerprint verification.
resultbooleanIndicates if fingerprint verification was successful.

Biometric Actions

NameTypeDescription
processedAtstring (datetime)The date and time when the biometric action was processed.
createdAtstring (datetime)The date and time when the biometric action was created.
verifiedAtstring (datetime)The date and time when the biometric action was verified.
lastUpdatedstring (datetime)The date and time when the biometric action was last updated.
idstringUnique identifier for the biometric action.
errorCodestringError code if applicable.
errorMessagestringError message if applicable.
statusstring

Example Response Body

Content type

application/json

json
{
  "amlPepScreeningCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "surname": "string",
    "givenName": "string",
    "otherNames": "string",
    "gender": "string",
    "dateOfBirth": "string",
    "response": [
      {
        "createdAt": "string",
        "processedAt": "string",
        "status": "string",
        "totalHits": 0,
        "details": [
          {
            "gender": "string",
            "siblings": "string",
            "dateOfBirth": [
              "string"
            ],
            "placeOfBirth": [
              "string"
            ],
            "placeOfBirthRemarks": "string",
            "politicalParties": "string",
            "description": "string",
            "occupations": "string",
            "spouse": "string",
            "givenNames": [
              "string"
            ],
            "aliasGivenNames": [
              "string"
            ],
            "children": [
              "string"
            ],
            "links": [
              "string"
            ],
            "lastNames": [
              "string"
            ],
            "citizenship": [
              "string"
            ],
            "citizenshipRemarks": [
              "string"
            ],
            "positions": [
              "string"
            ],
            "sourceType": "string",
            "addressRemarks": "string",
            "entityType": "string",
            "pepType": "string",
            "name": "string",
            "sourceId": "string",
            "sanctionDetails": [
              "string"
            ],
            "parents": [
              "string"
            ],
            "functions": [
              "string"
            ],
            "otherInformation": [
              "string"
            ],
            "titles": [
              "string"
            ],
            "tlName": "string"
          }
        ],
        "option": "string",
        "isError": true,
        "errors": [
          {
            "code": "string",
            "message": "string",
            "description": "string",
            "type": "string",
            "suggestion": [
              "string"
            ]
          }
        ]
      }
    ]
  },
  "companyAmlScreeningCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "companyName": "string",
    "response": "string"
  },
  "photoMatchCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "biometricType": "string",
    "result": true
  },
  "livenessDetectionCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "biometricType": "string",
    "result": true
  },
  "fingerprintCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "biometricType": "string",
    "result": true,
    "biometricActions": [
      {
        "processedAt": "2024-10-01T08:41:25.940Z",
        "createdAt": "2024-10-01T08:41:25.940Z",
        "verifiedAt": "2024-10-01T08:41:25.940Z",
        "lastUpdated": "2024-10-01T08:41:25.940Z",
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "errorCode": "string",
        "errorMessage": "string",
        "status": "string",
        "type": "string",
        "result": true,
        "comment": "string",
        "performedBy": "string",
        "performedById": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
      }
    ]
  },
  "businessNameCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "registrationNumber": "string",
    "country": "string",
    "responseId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "response": {
      "processedAt": "2024-10-01T08:41:25.940Z",
      "createdAt": "2024-10-01T08:41:25.940Z",
      "verifiedAt": "2024-10-01T08:41:25.940Z",
      "lastUpdated": "2024-10-01T08:41:25.940Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "registrationNumber": "string",
      "businessName": "string",
      "businessType": "string",
      "businessSubType": "string",
      "incorporationDate": "string",
      "registrationDate": "string",
      "registrationStatus": "string",
      "location": "string",
      "annualReturns": "string",
      "businessAddressId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "businessAddress": {
        "country": "string",
        "district": "string",
        "county": "string",
        "town": "string",
        "village": "string"
      },
      "shareInfoId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "shareInfo": {
        "capital": "string",
        "secretary": "string",
        "directors": [
          "string"
        ],
        "shareHolders": [
          "string"
        ],
        "subscribers": [
          "string"
        ],
        "partners": [
          "string"
        ]
      },
      "requesterId": "string",
      "sentAt": "string",
      "referenceId": "string",
      "ursbErrorCode": "string",
      "version": "string",
      "oldDataId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "oldData": {
        "status": "string",
        "requestUri": "string"
      },
      "userId": "string",
      "userName": "string",
      "runDate": "string",
      "isError": true,
      "errors": [
        {
          "code": "string",
          "message": "string",
          "description": "string",
          "type": "string",
          "suggestion": [
            "string"
          ]
        }
      ]
    }
  },
  "identityDocumentChecks": [
    {
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "verifiedAt": "2024-10-01T08:41:25.941Z",
      "lastUpdated": "2024-10-01T08:41:25.941Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "idType": "string",
      "idNumber": "string",
      "documentNumber": "string",
      "country": "string",
      "dateOfBirth": "string",
      "dateOfIssue": "string",
      "dateOfExpiry": "string",
      "surname": "string",
      "givenNames": "string",
      "otherNames": "string",
      "requiresValidation": true,
      "useFingerprint": true,
      "fingerprintPosition": "string",
      "response": "string"
    }
  ],
  "kccaLicenceChecks": [
    {
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "verifiedAt": "2024-10-01T08:41:25.941Z",
      "lastUpdated": "2024-10-01T08:41:25.941Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "applicationReference": "string",
      "response": {
        "applicationReference": "string",
        "status": "string",
        "text": "string",
        "success": true,
        "isError": true,
        "errorCode": 0,
        "coin": 0,
        "taxPayerName": "string",
        "tin": "string",
        "businessName": "string",
        "category": "string",
        "nature": "string",
        "year": 0,
        "issueDate": "string",
        "expiryDate": "string",
        "amount": 0,
        "division": "string",
        "parish": "string",
        "village": "string",
        "street": "string",
        "building": "string",
        "shopNo": "string",
        "prn": "string",
        "sentAt": "string",
        "processedAt": "string"
      }
    }
  ],
  "phoneNumberChecks": [
    {
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "verifiedAt": "2024-10-01T08:41:25.941Z",
      "lastUpdated": "2024-10-01T08:41:25.941Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "value": "string",
      "country": "string",
      "vendorCode": "string",
      "nationalIdNumber": "string",
      "response": {
        "createdAt": "string",
        "status": "string",
        "verificationStatus": "string",
        "phoneNumber": "string",
        "sentAt": "string",
        "responsePayload": "string",
        "processedAt": "string",
        "nameFound": "string",
        "network": "string",
        "phoneNumberStatus": true,
        "errorCode": "string",
        "errorMessage": "string",
        "vendorCode": "string",
        "isPhoneNumberValid": true,
        "isOwner": "string",
        "lastSimSwapDate": "string",
        "isError": true,
        "errors": [
          {
            "code": "string",
            "message": "string",
            "description": "string",
            "type": "string",
            "suggestion": [
              "string"
            ]
          }
        ]
      }
    }
  ],
  "tinChecks": [
    {
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "verifiedAt": "2024-10-01T08:41:25.941Z",
      "lastUpdated": "2024-10-01T08:41:25.941Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "number": "string",
      "country": "string",
      "response": {
        "tin": "string",
        "errorCode": "string",
        "errorDescription": "string",
        "initiator": "string",
        "contactNumber": "string",
        "county": "string",
        "district": "string",
        "isCustomsAgent": "string",
        "isLicenseValid": "string",
        "licenseNumber": "string",
        "mobileNumber": "string",
        "postalAddress": "string",
        "registrationStatus": "string",
        "subCounty": "string",
        "taxPayerEmail": "string",
        "taxPayerName": "string",
        "telephoneNumber": "string",
        "typeofUser": "string",
        "village": "string",
        "nitaFaultCode": "string",
        "nitaFaultMessage": "string",
        "nitaFaultDescription": "string",
        "nitaFaultAms": "string",
        "nitaFaultText": "string",
        "status": "string",
        "sentAt": "string",
        "processedAt": "string",
        "createdAt": "string",
        "lastUpdated": "string",
        "isError": true,
        "errors": [
          {
            "code": "string",
            "message": "string",
            "description": "string",
            "type": "string",
            "suggestion": [
              "string"
            ]
          }
        ]
      }
    }
  ],
  "riskProfileCheck": {
    "processedAt": "2024-10-01T08:41:25.941Z",
    "createdAt": "2024-10-01T08:41:25.941Z",
    "verifiedAt": "2024-10-01T08:41:25.941Z",
    "lastUpdated": "2024-10-01T08:41:25.941Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "nationality": "string",
    "occupation": "string",
    "district": "string",
    "monthlyIncome": "string",
    "usePhoneNumber": true,
    "useTin": true,
    "usePep": true,
    "useIdentityDocument": "string",
    "response": {
      "riskScore": 0,
      "riskClass": "string",
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "status": "string",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "computedRiskRatings": [
        {
          "score": 0,
          "riskFactor": "string"
        }
      ]
    }
  }
}
{
  "amlPepScreeningCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "surname": "string",
    "givenName": "string",
    "otherNames": "string",
    "gender": "string",
    "dateOfBirth": "string",
    "response": [
      {
        "createdAt": "string",
        "processedAt": "string",
        "status": "string",
        "totalHits": 0,
        "details": [
          {
            "gender": "string",
            "siblings": "string",
            "dateOfBirth": [
              "string"
            ],
            "placeOfBirth": [
              "string"
            ],
            "placeOfBirthRemarks": "string",
            "politicalParties": "string",
            "description": "string",
            "occupations": "string",
            "spouse": "string",
            "givenNames": [
              "string"
            ],
            "aliasGivenNames": [
              "string"
            ],
            "children": [
              "string"
            ],
            "links": [
              "string"
            ],
            "lastNames": [
              "string"
            ],
            "citizenship": [
              "string"
            ],
            "citizenshipRemarks": [
              "string"
            ],
            "positions": [
              "string"
            ],
            "sourceType": "string",
            "addressRemarks": "string",
            "entityType": "string",
            "pepType": "string",
            "name": "string",
            "sourceId": "string",
            "sanctionDetails": [
              "string"
            ],
            "parents": [
              "string"
            ],
            "functions": [
              "string"
            ],
            "otherInformation": [
              "string"
            ],
            "titles": [
              "string"
            ],
            "tlName": "string"
          }
        ],
        "option": "string",
        "isError": true,
        "errors": [
          {
            "code": "string",
            "message": "string",
            "description": "string",
            "type": "string",
            "suggestion": [
              "string"
            ]
          }
        ]
      }
    ]
  },
  "companyAmlScreeningCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "companyName": "string",
    "response": "string"
  },
  "photoMatchCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "biometricType": "string",
    "result": true
  },
  "livenessDetectionCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "biometricType": "string",
    "result": true
  },
  "fingerprintCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "biometricType": "string",
    "result": true,
    "biometricActions": [
      {
        "processedAt": "2024-10-01T08:41:25.940Z",
        "createdAt": "2024-10-01T08:41:25.940Z",
        "verifiedAt": "2024-10-01T08:41:25.940Z",
        "lastUpdated": "2024-10-01T08:41:25.940Z",
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "errorCode": "string",
        "errorMessage": "string",
        "status": "string",
        "type": "string",
        "result": true,
        "comment": "string",
        "performedBy": "string",
        "performedById": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
      }
    ]
  },
  "businessNameCheck": {
    "processedAt": "2024-10-01T08:41:25.940Z",
    "createdAt": "2024-10-01T08:41:25.940Z",
    "verifiedAt": "2024-10-01T08:41:25.940Z",
    "lastUpdated": "2024-10-01T08:41:25.940Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "registrationNumber": "string",
    "country": "string",
    "responseId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "response": {
      "processedAt": "2024-10-01T08:41:25.940Z",
      "createdAt": "2024-10-01T08:41:25.940Z",
      "verifiedAt": "2024-10-01T08:41:25.940Z",
      "lastUpdated": "2024-10-01T08:41:25.940Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "registrationNumber": "string",
      "businessName": "string",
      "businessType": "string",
      "businessSubType": "string",
      "incorporationDate": "string",
      "registrationDate": "string",
      "registrationStatus": "string",
      "location": "string",
      "annualReturns": "string",
      "businessAddressId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "businessAddress": {
        "country": "string",
        "district": "string",
        "county": "string",
        "town": "string",
        "village": "string"
      },
      "shareInfoId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "shareInfo": {
        "capital": "string",
        "secretary": "string",
        "directors": [
          "string"
        ],
        "shareHolders": [
          "string"
        ],
        "subscribers": [
          "string"
        ],
        "partners": [
          "string"
        ]
      },
      "requesterId": "string",
      "sentAt": "string",
      "referenceId": "string",
      "ursbErrorCode": "string",
      "version": "string",
      "oldDataId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "oldData": {
        "status": "string",
        "requestUri": "string"
      },
      "userId": "string",
      "userName": "string",
      "runDate": "string",
      "isError": true,
      "errors": [
        {
          "code": "string",
          "message": "string",
          "description": "string",
          "type": "string",
          "suggestion": [
            "string"
          ]
        }
      ]
    }
  },
  "identityDocumentChecks": [
    {
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "verifiedAt": "2024-10-01T08:41:25.941Z",
      "lastUpdated": "2024-10-01T08:41:25.941Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "idType": "string",
      "idNumber": "string",
      "documentNumber": "string",
      "country": "string",
      "dateOfBirth": "string",
      "dateOfIssue": "string",
      "dateOfExpiry": "string",
      "surname": "string",
      "givenNames": "string",
      "otherNames": "string",
      "requiresValidation": true,
      "useFingerprint": true,
      "fingerprintPosition": "string",
      "response": "string"
    }
  ],
  "kccaLicenceChecks": [
    {
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "verifiedAt": "2024-10-01T08:41:25.941Z",
      "lastUpdated": "2024-10-01T08:41:25.941Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "applicationReference": "string",
      "response": {
        "applicationReference": "string",
        "status": "string",
        "text": "string",
        "success": true,
        "isError": true,
        "errorCode": 0,
        "coin": 0,
        "taxPayerName": "string",
        "tin": "string",
        "businessName": "string",
        "category": "string",
        "nature": "string",
        "year": 0,
        "issueDate": "string",
        "expiryDate": "string",
        "amount": 0,
        "division": "string",
        "parish": "string",
        "village": "string",
        "street": "string",
        "building": "string",
        "shopNo": "string",
        "prn": "string",
        "sentAt": "string",
        "processedAt": "string"
      }
    }
  ],
  "phoneNumberChecks": [
    {
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "verifiedAt": "2024-10-01T08:41:25.941Z",
      "lastUpdated": "2024-10-01T08:41:25.941Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "value": "string",
      "country": "string",
      "vendorCode": "string",
      "nationalIdNumber": "string",
      "response": {
        "createdAt": "string",
        "status": "string",
        "verificationStatus": "string",
        "phoneNumber": "string",
        "sentAt": "string",
        "responsePayload": "string",
        "processedAt": "string",
        "nameFound": "string",
        "network": "string",
        "phoneNumberStatus": true,
        "errorCode": "string",
        "errorMessage": "string",
        "vendorCode": "string",
        "isPhoneNumberValid": true,
        "isOwner": "string",
        "lastSimSwapDate": "string",
        "isError": true,
        "errors": [
          {
            "code": "string",
            "message": "string",
            "description": "string",
            "type": "string",
            "suggestion": [
              "string"
            ]
          }
        ]
      }
    }
  ],
  "tinChecks": [
    {
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "verifiedAt": "2024-10-01T08:41:25.941Z",
      "lastUpdated": "2024-10-01T08:41:25.941Z",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "errorCode": "string",
      "errorMessage": "string",
      "status": "string",
      "number": "string",
      "country": "string",
      "response": {
        "tin": "string",
        "errorCode": "string",
        "errorDescription": "string",
        "initiator": "string",
        "contactNumber": "string",
        "county": "string",
        "district": "string",
        "isCustomsAgent": "string",
        "isLicenseValid": "string",
        "licenseNumber": "string",
        "mobileNumber": "string",
        "postalAddress": "string",
        "registrationStatus": "string",
        "subCounty": "string",
        "taxPayerEmail": "string",
        "taxPayerName": "string",
        "telephoneNumber": "string",
        "typeofUser": "string",
        "village": "string",
        "nitaFaultCode": "string",
        "nitaFaultMessage": "string",
        "nitaFaultDescription": "string",
        "nitaFaultAms": "string",
        "nitaFaultText": "string",
        "status": "string",
        "sentAt": "string",
        "processedAt": "string",
        "createdAt": "string",
        "lastUpdated": "string",
        "isError": true,
        "errors": [
          {
            "code": "string",
            "message": "string",
            "description": "string",
            "type": "string",
            "suggestion": [
              "string"
            ]
          }
        ]
      }
    }
  ],
  "riskProfileCheck": {
    "processedAt": "2024-10-01T08:41:25.941Z",
    "createdAt": "2024-10-01T08:41:25.941Z",
    "verifiedAt": "2024-10-01T08:41:25.941Z",
    "lastUpdated": "2024-10-01T08:41:25.941Z",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "errorCode": "string",
    "errorMessage": "string",
    "status": "string",
    "nationality": "string",
    "occupation": "string",
    "district": "string",
    "monthlyIncome": "string",
    "usePhoneNumber": true,
    "useTin": true,
    "usePep": true,
    "useIdentityDocument": "string",
    "response": {
      "riskScore": 0,
      "riskClass": "string",
      "processedAt": "2024-10-01T08:41:25.941Z",
      "createdAt": "2024-10-01T08:41:25.941Z",
      "status": "string",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "computedRiskRatings": [
        {
          "score": 0,
          "riskFactor": "string"
        }
      ]
    }
  }
}

Error Response

400 Bad Request

application/json

NameTypeDescription
typestring or nullType of error response
titlestring or nullThe title of the error response
statusinteger(int32)The status of the error response
traceIdstring or nullThe traceId of the error request producing the error
errorsobjectObject defining the errors

errors

NameTypeDescription
propertyArray of stringsThe definition of the errors

401 Unauthorized

application/json

NameTypeDescription
errorobject(Error)Type of error response

Error

NameTypeDescription
codestring or nullThe Error code
messagestring or nullThe Error message

403 Forbidden

application/json

NameTypeDescription
errorobject(Error)Type of error response

Error

NameTypeDescription
codestring or nullThe Error code
messagestring or nullThe Error message

404 Not Found

application/json

NameTypeDescription
errorobject(Error)Type of error response

Error

NameTypeDescription
codestring or nullThe Error code
messagestring or nullThe Error message

500 Server Error

application/json

NameTypeDescription
errorobject(Error)Type of error response

Error

NameTypeDescription
codestring or nullThe Error code
messagestring or nullThe Error message

Tech served right