Enquire Fund Transfer Status
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request GET 'https://pay-en-uat.enkash.in/api/v0/partner/instant-payout?transactionReferenceId=PT85790603SJ3F' \
--header 'partnerId: CRM338L2H' \
--header 'authorization: Bearer hxtaSWH8zb5XrA71XDrgFu1uO50' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: _cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=6709E31F4515A4151FABAC8E52CAD2A0' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"status": "SUCCESS",
"amount": 10.0000,
"enKashTransactionId": "ECT0Z606F796N",
"instantPayoutId": "IP4VYV2EDYPOMYG",
"payoutMode": "IMPS",
"paymentDate": "2025-08-20T23:52:09"
}
Modified at 2025-08-21 05:51:39