{
"beneficiaryName": "Anurag",
"beneficiaryAccountNumber": "347982231219",
"beneficiaryIfsc": "SBIN0000289",
"beneficiaryEmail": "[email protected]",
"beneficiaryPhone": "6000000129",
"bankName": "SBI",
"accountType": "SAVING",
"aliasName": "Anurag",
"customerRef": "EKCWLUAADN",
"cardAccountId": "CAC7975",
"enKashCardId": "EKCWLUAADN"
}
curl --location --request POST 'https://pay-en-uat.enkash.in/api/v0/partner/beneficiary-detail' \
--header 'partnerId: CRM338L2H' \
--header 'Authorization: Bearer b3f7z20YrIFAnkG9wmvEu3yj72k' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"beneficiaryName": "Anurag",
"beneficiaryAccountNumber": "347982231219",
"beneficiaryIfsc": "SBIN0000289",
"beneficiaryEmail": "[email protected]",
"beneficiaryPhone": "6000000129",
"bankName": "SBI",
"accountType": "SAVING",
"aliasName": "Anurag",
"customerRef": "EKCWLUAADN",
"cardAccountId": "CAC7975",
"enKashCardId": "EKCWLUAADN"
}'
{
"code": 0,
"message": "Success",
"payload": {
"enkashBeneCode": "BCBA4B4M6X",
"beneficiaryAccountNumber": "34798242329",
"beneficiaryIfsc": "SBIN0000289",
"beneficiaryName": "Anurag",
"beneficiaryEmail": "[email protected]",
"beneficiaryPhone": "6000000129",
"createdOn": {
"date": {
"year": 2025,
"month": 7,
"day": 29
},
"time": {
"hour": 11,
"minute": 8,
"second": 42,
"nano": 759000000
}
},
"modifiedOn": {
"date": {
"year": 2025,
"month": 7,
"day": 29
},
"time": {
"hour": 11,
"minute": 8,
"second": 42,
"nano": 759000000
}
},
"bankName": "SBI",
"accountType": "SAVING"
}
}