Enkash Developer Portal
Home
Home
Login
  1. Home
  • Back to home
  • Wallet APIs
  • Auth Token
    POST
  • Create Wallet
    POST
  • Generate OTP
    POST
  • Min KYC
    POST
  • Get Wallet Details
    POST
  • VKYC
    GET
  • VKYC Status
    GET
  1. Home

VKYC

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
enKashCardId
string 
required
Example:
EKCHUZJWZW
Header Params
partnerId
string 
required
Example:
CRMAXZ11Q
Authorization
string 
required
Example:
••••••
Cookie
string 
required
Example:
_cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=0358753FB975001E868ABA71D2AA2204

Request 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: CRMAXZ11Q' \
--header 'Authorization: ••••••' \
--header 'Cookie: _cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=0358753FB975001E868ABA71D2AA2204'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-07-16 18:17:20
Previous
Get Wallet Details
Next
VKYC Status
Built with