Question

is there any free to use .net based payment gateways library (wrapper) which ease life to implement famous payment gateways like different methods of paypal, authorize.net, dodirect....?

Was it helpful?

Solution

Olvio Ecommerce for Authorize.NET is a free library that you can use for .NET (VB and C#) projects to access the Authorize.NET gateway. I've used it myself and although it is a bit dated, am still satisfied with how this product performs.

OTHER TIPS

Braintree has an open source .NET Library. It's specific to Braintree though, so it won't work with other payment gateways.

I have worked with this E-Payment Integrator which supports almost 70 gateways.. The trial version is free..

However since there is no free lunch, the full version has to be purchased.. http://www.nsoftware.com/ibiz/epayment/

You will get the source code for any gateway for any platform in the help/documentation/ download sections of the payment gateway/payment processor website. Compile these codes and host it on codeplex.com. This will be the open source project you want...

And do remember to upgrade the code regularly, since the APIs for the payment gateways changes often for to security measures...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top