I am interested to know if there is any open source payment gateway based on ASP.net C# to process Visa, Amex, Discover, MasterCard payments.
Thanks all
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you probably need to clarify what you’re trying to achieve.
If you’re hoping someone has written an open source Payment Gateway I don’t expect you would find one. I also don’t expect this is what you really want…
Are you hoping for something like ActiveMerchant, but for c#? ActiveMerchant is a unified API for interfacing with various gateways. I don’t know of a c# equivalent
The simplest way is probably just to choose a gateway that you’re happy with, then work through the integration using the API docs provided by that gateway. Paypal, or Authorize.net for example will both provide API documentation to assist with your integration.