---
title: "Get KYC Data"
method: GET
path: "/v1/kyc/details/{applicationId}"
tags: ["KYC"]
---

# Get KYC Data

`GET /v1/kyc/details/{applicationId}`

## Path parameters

- `applicationId` string, required

## Headers

- `accept-language` string

## Response `200`

Get KYC Data

- KYCDetailsResponse
  - `statusCode` number, required — The HTTP status code of the error
  - `data` KycDetailsAggResponse, required
    - `applicationId` string, required — Id of the application
    - `dataConsent` boolean, required — Data Consent
    - `business` KycDetailsBusinessResponse[], required
      - `createdAt` string, required — Created Timestamp of the payment in UTC Format eg. 2023-03-30T11:46:42.195Z
      - `updatedAt` string, required — Updated Timestamp of the payment in UTC Format eg. 2023-03-30T11:46:42.195Z
      - `businessId` string, required — Id of the business
      - `customerReferenceNo` string, required — Customer reference number
      - `customerName` string, required — Customer or a Company's Full Name.
      - `customerEmail` string, required — Email address of Customer/company which is used for login to B2B PayLater portal.
      - `mobileNo` string, required — Company/Customer's Mobile number along with country code.
      - `taxIdentificationNo` string, required — Registered tax identifixation number for company
      - `companyRegistrationNo` string, required — Registration number with which company is registered.
      - `companyRegistrationDate` string, required — Company Registration Date is a date at which company is registered.
      - `companyDescription` string, required — Some description of company
      - `incorporationCountry` string, required — Country of incorporation for company.
      - `industry` string, required — Industry indicates the type of activity in which company is involved. For eg. Travel, Media, Manufacuring etc
      - `country` string, required — Country in which company is located.
      - `zipCode` string, required — ZipCode/PinCode for address.
      - `state` string, required — State in which company is located.
      - `district` string, required — District in which company is located.
      - `city` string, required — City in which company is located.
      - `area` string, required — Area in which company is located.
      - `street` string, required — Street in which company is located.
      - `bankName` string, required — Bank name where company account is.
      - `bankAccountNumber` string, required — Account number of company account.
      - `bankAccountName` string, required — Bank Account Name.
      - `bankSwiftCode` string, required — Bank Swift code.
      - `bankAddress` string, required — Bank Address.
      - `documents` KycDetailsDocumentsResponse[], required
        - `createdAt` string, required — Created Timestamp of the payment in UTC Format eg. 2023-03-30T11:46:42.195Z
        - `updatedAt` string, required — Updated Timestamp of the payment in UTC Format eg. 2023-03-30T11:46:42.195Z
        - `documentId` string, required — Id of the document
        - `fileName` string, required — Name of the document.
        - `type` string, required — Type of document Eg:(Passport or Utility Bill etc.)
      - `directors` KycDetailsDirectorResponse[], required
        - `directorId` string, required — Id of the director
        - `status` 'active' | 'inactive' — Director Status
        - `directorName` string, required — Name of the director.
        - `email` string, required — Email address of director.
        - `mobileNo` string, required — Contact phone number of director.
        - `shareholding` string, required — The amount of shares that director owns in a company or business
        - `personalIdentificationNumber` string, required — Personal identification number.
        - `address` string, required — Address of director.
        - `country` string, required — Country of director.
        - `zipCode` string, required — ZipCode/PinCode for address.
        - `state` string, required — State of the director
        - `district` string, required — District of the director
        - `city` string, required — City of the director
        - `area` string, required — Area of the director
        - `street` string, required — Street of the director
        - `documents` KycDetailsDocumentsResponse, required
          - `createdAt` string, required — Created Timestamp of the payment in UTC Format eg. 2023-03-30T11:46:42.195Z
          - `updatedAt` string, required — Updated Timestamp of the payment in UTC Format eg. 2023-03-30T11:46:42.195Z
          - `documentId` string, required — Id of the document
          - `fileName` string, required — Name of the document.
          - `type` string, required — Type of document Eg:(Passport or Utility Bill etc.)
  - `message` string, required — Human-readable message containing all available details about the operation
  - `success` boolean, required — A boolean indicating whether this was a success response or an error response

## Other responses

- `401` — Invalid credentials
- `403` — Forbidden resource
- `500` — Internal Server Error, Some problem is there, please try after sometime

---

[API](https://skmtc.net/credilinq/apis/credilinq-apis.md) · [All operations](https://skmtc.net/credilinq/apis/credilinq-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credilinq/credilinq-apis/revisions/fc4f4dd68f9b/schema)
