---
title: "Verify OTP"
method: POST
path: "/okyc/verify"
---

# Verify OTP

`POST /okyc/verify`

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `fullName` string
    - `isMobileVerified` boolean
    - `isEmailVerified` boolean
    - `shortAadhaarNumber` string
    - `dateOfBirth` string
    - `gender` string
    - `address` object
      - `country` string
      - `dist` string
      - `state` string
      - `po` string
      - `loc` string
      - `vtc` string
      - `subdist` string
      - `street` string
      - `house` string
      - `landmark` string
      - `pc` string
      - `careof` string
    - `profilePic` string
    - `xmlContent` string
    - `externalRef` string
    - `pool` object
      - `referenceId` string
      - `openingBalance` string
      - `mode` string
      - `closingBalance` string
      - `transactionValue` string
      - `payableValue` 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/versions/1d0672797b14/schema)
