{
"cardAccountId": "CAC7975",
"enKashCardId": "EKCWLUAADN",
"beneficiaryIfsc": "SBIN0000289",
"beneficiaryPhone": "6000000129",
"beneficiaryName": "",
"beneficiaryAccountNumber": "",
"vpaHandle": "",
"beneficiaryEmail": "",
"nickName": "",
"offset": 0,
"limit": 5000
}
curl --location --request POST 'https://pay-en-uat.enkash.in/api/v0/partner/beneficiary-detail/search' \
--header 'partnerId: CRM338L2H' \
--header 'Authorization: Bearer FpxZseDuSA8bwY0NTTUJfCJ6xKQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardAccountId": "CAC7975",
"enKashCardId": "EKCWLUAADN",
"beneficiaryIfsc": "SBIN0000289",
"beneficiaryPhone": "6000000129",
"beneficiaryName": "",
"beneficiaryAccountNumber": "",
"vpaHandle": "",
"beneficiaryEmail": "",
"nickName": "",
"offset": 0,
"limit": 5000
}'
{
"code": 0,
"message": "Success",
"payload": [
{
"enkashBeneCode": "BCBA4B4M6X",
"beneficiaryId": "CBC32118205J3W",
"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": 43,
"nano": 0
}
},
"modifiedOn": {
"date": {
"year": 2025,
"month": 7,
"day": 29
},
"time": {
"hour": 11,
"minute": 8,
"second": 43,
"nano": 0
}
},
"bankName": "SBI",
"accountType": "SAVING"
}
]
}