{
"companyId": "CEKEP5GSGP",
"cardAccountId": "CABFIPS",
"email": "[email protected]",
"mobile": "6001098801",
"title": "Mr",
"firstName": "johny",
"lastName": "bateman",
"gender": "M",
"primaryEnKashCard": false,
"physicalCard": true,
"remarks": "string",
"physicalDeliveryAddressFlag": true,
"deliveryAddress": "test",
"deliveryAddress2": "test",
"deliveryCity": "test",
"deliveryState": "test",
"deliveryCountry": "test",
"deliveryPincode": "323309",
"documents": [
{
"docType": "PAN",
"docNo": "CPNPN9977R"
}
],
"specialDate": "02-09-2001"
}curl --location --request POST '/api/v0/partner/enKashCard' \
--header 'authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379 ' \
--header 'partnerId: CRXXXXXXX' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": "CEKEP5GSGP",
"cardAccountId": "CABFIPS",
"email": "[email protected]",
"mobile": "6001098801",
"title": "Mr",
"firstName": "johny",
"lastName": "bateman",
"gender": "M",
"primaryEnKashCard": false,
"physicalCard": true,
"remarks": "string",
"physicalDeliveryAddressFlag": true,
"deliveryAddress": "test",
"deliveryAddress2": "test",
"deliveryCity": "test",
"deliveryState": "test",
"deliveryCountry": "test",
"deliveryPincode": "323309",
"documents": [
{
"docType": "PAN",
"docNo": "CPNPN9977R"
}
],
"specialDate": "02-09-2001"
}'{
"code": 0,
"message": "Success",
"payload": {
"enKashCardId": "EKCWLUAADN",
"cardAccountId": "CAC7975",
"title": "Mr",
"firstName": "Kris",
"lastName": "Singh",
"otbBalance": 0,
"cardStatus": {
"name": "UL",
"label": "UnLocked"
},
"kycStatus": {
"name": "NOT_UPLOADED",
"label": "Not Uploaded"
},
"partnerTncUrl": "string"
}
}