Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I tried to call eko finance api in c#.net. It is giving out 404 error. i tried to call the api,by pasting url in browser. It's giving out 'Authentication parameter is missing'. i tried to key developer key in coding,but was in vain.

Can any help me out in how to call eko payment and finance api in c#.net.

What I have tried:

I tried to call eko finance api in c#.net. It is giving out 404 error. i tried to call the api,by pasting url in browser. It's giving out 'Authentication parameter is missing'. i tried to key developer key in coding,but was in vain.
Posted
Updated 5-Jun-16 21:02pm

1 solution

Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from reputable transaction service companies - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!

So talk to Eko - they will be used to it, and should help. Remember, they don't get paid until your site is generating revenue, so most service companies are pretty good about helping you get to that point.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900