Category: web
04/10/08 11:05 - ID#43970
Online Payment Suggestions?
Hey, I need help on a web development / geek question.
What service would you recommend for online credit card transactions?
Anybody set up online payment accounts? Were you satisfied with the service, reasonable fees? Also doesn't take hours of coding to implement?
I'm working with a non-profit group that wanted to switch to Authorize.net, but their subscription is expiring this month. I'm just finishing up their new website, and I don't like the looks of Authorize.net. The instillation guides and sample codes are mostly from 2004, and they require a bunch of coding and configuring to start up. And all of the sample code says "use at your own risk" which doesn't make me feel good.
Considering "Network for Good", and "Paypal", but my knowledge of this area is slim.
Suggestions are very much appreciated,
What service would you recommend for online credit card transactions?
Anybody set up online payment accounts? Were you satisfied with the service, reasonable fees? Also doesn't take hours of coding to implement?
I'm working with a non-profit group that wanted to switch to Authorize.net, but their subscription is expiring this month. I'm just finishing up their new website, and I don't like the looks of Authorize.net. The instillation guides and sample codes are mostly from 2004, and they require a bunch of coding and configuring to start up. And all of the sample code says "use at your own risk" which doesn't make me feel good.
Considering "Network for Good", and "Paypal", but my knowledge of this area is slim.
Suggestions are very much appreciated,
Permalink: Online_Payment_Suggestions_.html
Words: 136
Here is the API, if you haven't seen it already:
:::link:::
The way it worked for us, you generate a request through a secure connection, and receive a response back, which you can parse to find the information you are looking for, etc...