8

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?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Ayyappan Anbalagan
  • 11,022
  • 17
  • 64
  • 94

1 Answers1

9

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....

JP.
  • 5,536
  • 7
  • 58
  • 100