Enkash Developer Portal
Home
Home
Login
  1. KYC
  • Back to home
  • Wallet APIs
  • KYC
    • Min KYC
      POST
    • VKYC Status
      GET
    • VKYC Link Generation
      GET
  • Auth Token
    POST
  • Create Wallet (with Full Details)
    POST
  • Get Wallet Details
    POST
  • Update Wallet Holder Details
    PATCH
  • Load Money Topup
    POST
  • Add Beneficiary
    POST
  • Search Beneficiaries
    POST
  • Generate OTP
    POST
  • Fund Transfer
    POST
  • Enquire Fund Transfer Status
    GET
  • Get Transaction Details
    POST
  • Get Account Balance
    POST
  1. KYC

VKYC Link Generation

Developing
GET
https://pay-en-uat.enkash.in/api/v0/partner/enKashCard/vkyc/link

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://pay-en-uat.enkash.in/api/v0/partner/enKashCard/vkyc/link?enKashCardId=EKCHUZJWZW' \
--header 'partnerId: CRM338L2H' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: _cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=0358753FB975001E868ABA71D2AA2204'

Responses

🟢200Success
application/json
Body

Example
{
    "code": 0,
    "message": "Success",
    "payload": {
        "enkashCardId": "EKCHUZJWZW",
        "kycStatus": "EnumModel(name=MIN_KYC_VERIFIED, label=Min Kyc Verified, description=null)",
        "kycSubStatus": "EnumModel(name=VKYC_IN_PROGRESS, label=VKYC In Progress, description=null)",
        "kycLink": "https://investor-onboarding-preproduction.signzy.tech/encash_preprod/6811e8e00e53e2001c75059b/1b66af3a5ac0663e0ce927a63c0aad382da284599b18e8ebd78f3fd2a97f45de1154d88c232c98fe/eMain?ns=encash_preprod",
        "kycExpiryDays": 1
    }
}
🟠422Failure
Modified at 2025-11-10 10:56:35
Previous
VKYC Status
Next
Auth Token
Built with