Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement a payment gateway in ASP.NET [closed]

I need to know how to implement a payment gateway in ASP.NET for my billing based project.

Is there one gateway enough to access all the bank account?

like image 493
Ayyappan Anbalagan Avatar asked May 06 '10 17:05

Ayyappan Anbalagan


1 Answers

I would look at some open source solutions that do the same thing. Nopcommerce comes to mind and implements the APIs for a large number of payment providers. Download the code and get digging....

like image 139
JP. Avatar answered Sep 18 '22 17:09

JP.