Our team always used to hit the edge cases quickly... Some technologies might be there for years, but when we start hacking, we'll immediately come across a situation that might faced only by veterans. Our experience with Delphi (one of the coolest technologies), ASP.NET MVC, MonoRail/ASP.NET, iPhone/Android programming proved that. This time, with another new technology... fingers crossed...
Yesterday, colleague of mine brought to my notice about a payment system called NETELLER and it's merchant API named NETELLER Direct API V4 .
This NETELLER Direct API V4, helps the merchant to collect amount from users. It's simple--same just like early Authorize.net , along with the required amount you collect the user's id and password and post them to their API URL and they'll send you back with success or error codes in XML format.
The major problem with these types of system is security and privacy --you lose both as you're forced to type your username and password in alien web page. If I remember right, this is was the case with Authorize.net and they changed their design to something like PayPal . The PayPal design is somewhat better as you never type or forced to type your username and password in other alien web pages.
The alien merchant web page uses NETELLER Direct API V4 is forced to get user's NETELLER account and password. I'm much s...
Comments