Reputation: 40808
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
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
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