Enquire Fund Transfer Status
Developing
Request
Body Params application/json
{
"beneficiaryDetailId": "BED22433536Z5F",
"accountNumber": "82374111112",
"ifsc": "HDFC0001234",
"enkashCardId": "EKCWLUAADN",
"amount": 10,
"productCode": "DEFAULT",
"merchantName": "enkash",
"remarks": "test",
"payoutMode": "IMPS",
"otpMedium": "MOBILE",
"otp": "968846",
"otpReferenceId": "EKR1Q285XK",
"cardAccountId": "CAC7975",
"uniqueTxnReferenceId" : "ABC1234"
}
Request Code Samples
curl --location --request GET 'https://pay-en-uat.enkash.in/api/v0/partner/instant-payout?transactionReferenceId=IP74PLS41N7NR68' \
--header 'partnerId: CRM338L2H' \
--header 'authorization: Bearer hxtaSWH8zb5XrA71XDrgFu1uO50' \
--header 'Cookie: _cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=6709E31F4515A4151FABAC8E52CAD2A0' \
--header 'Content-Type: application/json' \
--data-raw '{
"beneficiaryDetailId": "BED22433536Z5F",
"accountNumber": "82374111112",
"ifsc": "HDFC0001234",
"enkashCardId": "EKCWLUAADN",
"amount": 10,
"productCode": "DEFAULT",
"merchantName": "enkash",
"remarks": "test",
"payoutMode": "IMPS",
"otpMedium": "MOBILE",
"otp": "968846",
"otpReferenceId": "EKR1Q285XK",
"cardAccountId": "CAC7975",
"uniqueTxnReferenceId" : "ABC1234"
}'
Responses
application/json Modified at 2025-08-13 09:08:01