---
title: "Verify Client KYC for Forex"
method: GET
path: "/fund/customer/lrs/kycstatus/:customerId"
---

# Verify Client KYC for Forex

`GET /fund/customer/lrs/kycstatus/:customerId`

To proceed with EasyFund transfer, the client should have completed the KYC verification which is essential for LRS. This API returns the status of the customer’s PAN and Aadhar

## Path parameters

- `customerId *` string, required

## Headers

- `api-key` string
- `auth-key` string

## Response `200`

200

- union
  - object
    - `status` integer
    - `message` string
    - `doc` object
      - `pan` string
      - `kyc` string
      - `userStatus` string
      - `emailAddress` string
      - `phoneNum` string
      - `createdAt` string
  - object
    - `status` integer
    - `message` string
    - `doc` object
      - `pan` string
      - `kyc` string
      - `userStatus` string
      - `msg` string
  - object
    - `status` integer
    - `message` string
    - `doc` object
      - `pan` string
      - `kyc` string
      - `userStatus` string
      - `msg` string
      - `emailAddress` string
      - `phoneNum` string
      - `createdAt` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `502` — 502

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/revisions/08e36bbbd3be/schema)
