Muhammad Adnan
Muhammad Adnan

Reputation: 1375

payment gateway library

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

Upvotes: 2

Views: 1559

Answers (4)

dan-manges
dan-manges

Reputation: 5367

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

Upvotes: 1

Bill Berlington
Bill Berlington

Reputation: 2414

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

Upvotes: 0

Bill Berlington
Bill Berlington

Reputation: 2414

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/

Upvotes: 0

John Lechowicz
John Lechowicz

Reputation: 2583

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.

Upvotes: 0

Related Questions