Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Credit Card processing library that handles many merchant gateways?

Looking for a c# library that interfaces to multiple merchant gateways. Should at minimum be able to handle PayPal and authorize.

like image 270
DevelopingChris Avatar asked Oct 13 '08 14:10

DevelopingChris


2 Answers

I've used dotnetcharge with success. They have support for something like 50 payment processors, plus (most importantly), data storage encryption for credit card information.

like image 82
Jeff Schumacher Avatar answered Sep 21 '22 15:09

Jeff Schumacher


Considering that working with the gateways themselves is extremely simple, Adding support to your application for each one shouldn't be difficult.

That said, here is one that claims to have the support you want:

http://www.componentsource.com/products/ibiz-e-payment-integrator-net/index.html

Note that Payflow link and payflow pro were purchased by PayPal from verisign.

like image 23
NotMe Avatar answered Sep 25 '22 15:09

NotMe