Discussions
Connection being refused
I am trying to test ur get customer api but connection is being refused(i am getting this error = Failed to connect to staging.eko.in port 25004: Connection refused), while in postman it is working fine.
Posted by anil about 5 years ago
API NEED
WANT TO NEDD API
Posted by mantosh kumar over 5 years ago
Please Give Live data of my HDFC Bank DEtails to verify
here example given kodak bank i need to hdfc bank what are the input data i need to give as below
FOR kodak For HDFC
1.bankcode:KKBK
2.accounts/1711650498
string url = "https://staging.eko.in:25004/ekoapi/v1/banks/bankcode:KKBK/accounts/1711650498";
string body = "initiator_id=9910028267&customer_id=8800776655&client_ref_id=AVS20181123144419311";
var client = new RestClient(url);
var request = new RestRequest(Method.POST);
request.AddHeader("content-type", "application/x-www-form-urlencoded");
request.AddHeader("cache-control", "no-cache");
/*Adding developer key in header*/
request.AddHeader("Postman-Token", "db8fca45-045a-4062-85a3-9e4c5f0271e0");
request.AddHeader("cache-control", "no-cache");
request.AddHeader("secret-key-timestamp", "1516705204593");
request.AddHeader("secret-key", "MC6dKW278tBef+AuqL/5rW2K3WgOegF0ZHLW/FriZQw=");
request.AddHeader("developer_key", "becbbce45f79c6f5109f848acd540567");
request.AddParameter("application/x-www-form-urlencoded", body, ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
var content = response.Content; /// Contains response from the server
Posted by vinod over 5 years ago
How can I use bank real bank details
I want to developer one banking app. In this app I want to provide user perticular bank Login and it's balance details. So I request you to How can I use bank detail.
Thank you.
Posted by Dilip over 5 years ago
AEPS API
I WANT YOUR AEPS API PLZ CONTACT 9798951585
Posted by DEEPAK KUMAR DAS over 5 years ago
api
I want to use your MOney transfer API. please contact me 8882511673
Posted by Sudhir Kumar Gupta over 5 years ago
I have send money by EKO but transtion done but money not send in account
I have send money by eko online but transation done but didnt come in account
Posted by Rahul Sharma over 5 years ago
want to use AEPS api and became member
Please provide me information about how to buy AEPS API
Posted by Ayesha over 5 years ago
I want AEPS & DMR API for our portal Adifloor.com
Hi i want aeps & DMR Api for our agents we have already 600+ Agents in our portal but now want to join with you.
Posted by Sachin over 5 years ago
API
Hi Team,
when I call your API for add recipient its give following error : "StatusCode: UnsupportedMediaType, Content-Type: text/html;charset=utf-8, Content-Length: 1111)""
So can you please provide proper API link with parameter for add recipient ..
Thank you
Posted by Gaurang Sheladiya almost 6 years ago