DevelopingChris
DevelopingChris

Reputation: 40808

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.

Upvotes: 9

Views: 2556

Answers (2)

Jeff Schumacher
Jeff Schumacher

Reputation: 3156

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.

Upvotes: 2

ChrisLively
ChrisLively

Reputation: 88082

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.

Upvotes: 1

Related Questions