Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Can anyone recommend a payment gateway and processing company that functions similar to PayPal's Website Payments Pro? We cannot use it because we are barred from it for the time being.

I already set up my own cart and order system, so I just need to be able to send CC information to have it processed, e.g. via curl. I looked at using Authorize.net AIM, which was promising, but they are only a payment gateway and do not do processing. Google Checkout's system seems very complicated, using XML. I just want to send some simple post parameters and get back authorization status.

share|improve this question

1 Answer

up vote 0 down vote accepted

http://authorize.net ended up providing exactly what was needed. They don't do CC processing on their own, but they did choose a merchant for us.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.