payment gateway [duplicate]
Possible Duplicate:
I need some guidance on payment gateways
hi,
i have a web app.. and need to process credit card payments开发者_C百科. Can anyone please recommend the best payment gateway provider that is easy to implement?
I'd suggest you get an idea of the features you want and run with it. If the question "is" programming related, then I assume that you're looking for an easy way to integrate your .NET app with the gateway.
Might I suggest DotNetCharge.
I have used PayPal's 'PayFlowPro' payment gateway. They have a nice .NET interation via a .dll they have built and it is quite easy to use. You can learn more about it in the link below:
Payflow Pro: Online Payment Gateway https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-pro-overview-outside
RBS Worldpay have an easy to implement interface. Passing them information is done with a specially crafted hyperlink and recieving the confirmation of payment from them is done with a request from the RBS system to a web page with certain parameters being passed. Should take no longer than a couple of hours to get fully working.
They also have a good amount of documentation available on thier support site about how it all works.
精彩评论