{ "accountNumber": "string", "ifsc": "string", "enkashCardId": "EKCZP2O8A6", "amount": 1, "productCode": "DEFAULT", "merchantName": "string", "remarks": "string", "payoutMode": "IMPS", "nodalBank": "KOTAK_PPI", "sourceEnkashId": "string", "otpMedium": "MOBILE", "otp": "647722", "otpReferenceId": "string" }
curl --location --request POST 'https://pay-en-uat.enkash.in/api/v0/parnter/instant-payout' \ --header 'partnerId: CRMAXZ11Q' \ --header 'authorization: Bearer hxtaSWH8zb5XrA71XDrgFu1uO50' \ --header 'Cookie: _cfuvid=jS8C5lxGW4Q6FRWotUQnMGhbxbpGmvk3fGg1kdmq4WM-1752680737979-0.0.1.1-604800000; JSESSIONID=6709E31F4515A4151FABAC8E52CAD2A0' \ --header 'Content-Type: application/json' \ --data-raw '{ "accountNumber": "string", "ifsc": "string", "enkashCardId": "EKCZP2O8A6", "amount": 1, "productCode": "DEFAULT", "merchantName": "string", "remarks": "string", "payoutMode": "IMPS", "nodalBank": "KOTAK_PPI", "sourceEnkashId": "string", "otpMedium": "MOBILE", "otp": "647722", "otpReferenceId": "string" }'
{}