Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"cardAccountId": "CAC7975",
"companyId": "CEKQ08TRRG",
"enKashCardId": "EKCWLUAADN",
"otpMedium": "MOBILE",
"otpRequestId": "EKFR3XMAMZ",
"otp": "305683"
}
Request samples
curl --location --request POST 'https://pay-en-uat.enkash.in/api/v0/partner/enKashCard/viewCard' \
--header 'authorization: Bearer j8o6WSg6p6W7uOzycG6Yewzn06E' \
--header 'partnerId: CRM338L2H' \
--header 'Cookie: _cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=0358753FB975001E868ABA71D2AA2204' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardAccountId": "CAC7975",
"companyId": "CEKQ08TRRG",
"enKashCardId": "EKCWLUAADN",
"otpMedium": "MOBILE",
"otpRequestId": "EKFR3XMAMZ",
"otp": "305683"
}'
Responses
application/json {
"code": 0,
"message": "Success"
}
Modified at 2025-08-05 05:40:06