---
title: "Mobile Number to EPFO UAN"
method: POST
path: "/corporateEmpCheck"
---

# Mobile Number to EPFO UAN

`POST /corporateEmpCheck`

Instantpay's Mobile Number to EPFO (Employee Provident Fund Organisation) UAN (Universal Account Numbers)Verification API solution offers a seamless solution for businesses to verify EPFO UAN number details using mobile numbers. 

By integrating this feature, businesses can streamline employee onboarding processes, enhance data accuracy, and ensure compliance with EPFO regulations. Simplify the verification of mobile numbers and UANs to create a more efficient and secure environment for managing employee information.

## Headers

- `X-Ipay-Auth-Code` string
- `X-Ipay-Client-Id` string
- `X-Ipay-Client-Secret` string
- `X-Ipay-Endpoint-Ip` string

## Request body

- object
  - `customerPhoneNumber` string
  - `latitude` string — End Customer Latitude.
  - `longitude` string — End Customer Longitude.
  - `externalRef` string — Your Unique Transaction id
  - `consent` string — Consent should be accepted by customer

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `employeData` object
      - `personalDetails` object
        - `userGender` string
        - `userDob` string
        - `userFullName` string
        - `userPhoneNumber` string
      - `employmentDetails` object
        - `isEmployed` boolean
        - `dateOfExitMarked` boolean
        - `uanList` string[]
        - `uanCount` integer
        - `recentEmployerData` object
          - `memberId` string
          - `establishmentId` string
          - `dateOfExit` string
          - `dateOfJoining` string
          - `establishmentName` string
          - `uanNumber` string
        - `previousEmployerData` object
          - `list` object[]
            - `sequenceNumber` string
            - `uanNumber` string
            - `dateOfExit` string
            - `dateOfJoining` string
            - `establishmentId` string
            - `establishmentName` string
            - `memberId` string
            - `leaveReason` string
            - `mobile` string
            - `aadhaarVerificationStatus` string
    - `pool` object
      - `referenceId` string
      - `openingBalance` string
      - `paymentAmount` string
      - `mode` string
      - `closingBalance` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string
  - `internalCode` unknown

## Other responses

- `400` — 400

---

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