Jobzy Logo
KYCSouth africa

SAID Verification

Here's how you can verify a South African SAID using the Talent API


Service Endpoint:
baseUrl/kye/za/said
For the baseUrl refer Here

Sample Request Body Object:

const sampleRequest = {
  id: "8012185201081",
};

Sample Response Body Object:

const sampleFoundResponse = {
  success: true,
  statusCode: 200,
  message: "success",
  data: {
    id: "645bca7fd80de606cd7e5ad4",
    validations: {
      data: {
        lastName: {
          validated: true,
          value: "PILLAY",
        },
        firstName: {
          validated: true,
          value: "LAVEN",
        },
      },
      validationMessages: "",
    },
    parentId: null,
    status: "found",
    reason: null,
    dataValidation: true,
    selfieValidation: false,
    firstName: "LAVEN",
    lastName: "PILLAY",
    isSmartCardIssued: "Yes",
    idIssueDate: "20150708",
    idSequenceNumber: "1",
    deceasedStatus: "alive",
    dateOfDeath: "",
    maritalStatus: "Single",
    dateOfMarriage: "",
    onHANIS: "yes",
    onNPR: "yes",
    countryOfBirth: "South Africa",
    hanisReference: "2305105157920",
    isConsent: true,
    businessId: "628b38f03ae28a14f52d4bf7",
    type: "zaSAID",
    allValidationPassed: true,
    requestedAt: "2023-05-10T16:47:21.989Z",
    requestedById: "628b38f13ae28a7b742d4bf9",
    country: "ZA",
    createdAt: "2023-05-10T16:47:22.374Z",
    lastModifiedAt: "2023-05-10T16:47:22.374Z",
    metadata: {},
    requestedBy: {
      firstName: "Onyeka",
      lastName: "Ijeh",
      middleName: "",
      id: "628b38f13ae28a7b742d4bf9",
    },
  },
  links: [],
};

NOTE: For a full request function sample refer to Sample Request Function

On this page