Authorization: Bearer ********************
{
"companyId": "CEKQ08TRRG",
"cardAccountId": "CAC7975",
"email": "[email protected]",
"mobile": "6000091111",
"title": "Mr",
"firstName": "Kris",
"lastName": "singh",
"gender": "M",
"address": "cda block",
"address2": "ab colony",
"city": "kota",
"state": "Rajasthan",
"country": "India",
"pincode": "323307",
"documents": [
{
"docType": "PAN",
"docNo": "CPNPN9971R"
}
],
"specialDate": "02-09-2001"
}
curl --location --request POST 'https://pay-en-uat.enkash.in/api/v0/partner/enKashCard' \
--header 'authorization: Bearer hxtaSWH8zb5XrA71XDrgFu1uO50' \
--header 'partnerId: CRMAXZ11Q' \
--header 'Cookie: _cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=6709E31F4515A4151FABAC8E52CAD2A0' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": "CEKQ08TRRG",
"cardAccountId": "CAC7975",
"email": "[email protected]",
"mobile": "6000091111",
"title": "Mr",
"firstName": "Kris",
"lastName": "singh",
"gender": "M",
"address": "cda block",
"address2": "ab colony",
"city": "kota",
"state": "Rajasthan",
"country": "India",
"pincode": "323307",
"documents": [
{
"docType": "PAN",
"docNo": "CPNPN9971R"
}
],
"specialDate": "02-09-2001"
}'
{
"code": 0,
"message": "Success",
"payload": {
"enKashCardId": "EKCWLUAADN",
"userId": "EK7PED2F",
"cardAccountId": "CAC7975",
]
"email": "[email protected]",
"mobile": "6000091111",
"title": "Mr",
"firstName": "Kris",
"lastName": "Singh",
"gender": "M",
"specialDate": "02-09-2001",
"address": "cda block",
"address2": "ab colony",
"city": "kota",
"state": "Rajasthan",
"country": "India",
"pincode": "323307",
"otbBalance": 0,
"cardStatus": {
"name": "UL",
"label": "UnLocked"
},
"kycStatus": {
"name": "NOT_UPLOADED",
"label": "Not Uploaded"
}
}
}