문제

I've integrated about half a dozen e-payment gateways, from popular ones (like paypal) to not-so popular ones.

It seems every time I try to integrate a non-popular epayment gateway, I exceed my original time-estimation.

I think I'm a decent programmer, but my time estimations probably needs work.

Do other programmers run into many "surprises" when integrating e-payment gateways they've never heard of?

Any advice will help.

thanks

도움이 되었습니까?

해결책

Yes this is totally true. Payment gateways are very finicky and even the big ones like have strange quirks.

What I find is the main issue is documentation. The more well known gateways have reams of good documentation. The lesser known ones have little bad and out of date information.

This isn't limited to payment gateways. I've encoutered the same thing on IVR's, Fax Services, (The USPS api is an example of a very good one ). It doesn't matter if it is soap, rest or simple query strings, if the documentation is bad you are forced to guess and check. This debugging takes forever.

다른 팁

I never had to integrate an e-payment gateway, but a few years ago I worked for a retail company and EVERY time I had to write some proprietary file format to communicate between our application and those of our customers/suppliers, it was hell :) Apparently, writing good specs is very hard...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top