Live data from Hacker News

Ask HN: Credit card payment within site

news.ycombinator.com

11–14 of 14 posts

Re: Ask HN: Credit card payment within site

#11

We use Website Payments Pro on our site (shameless plug - http://www.littleheroes.com ). I cannot say enough about how great their API is. I have Python code if you'd like, but it's really just straightforward POST. You can do subscriptions and one-time payments, as well as doing pre-auths. And it's great because customers don't leave your site. You can withdraw the money from your PayPal account to your bank account…

Just don't ever try to call them for support. It is awful. Simply awful.

If you do enough volume, they assign you a dedicated support rep.

Re: Ask HN: Credit card payment within site

#12

I am almost done implementing cc payments on a small app I'm doing, and it was my first time. Advice: First, read revorad's list. I basically found as many HN posts as I could on the topic. They didn't help me come to a decision at all, but they gave me some background information on the topic. They weren't helpful for making a decision because for the most part it seems like a lot of people just said "I did X and I'…

+1 for Authorize.net. We've been using them for a few years and have been very happy with them.

Re: Ask HN: Credit card payment within site

#14
post #2

I would like to know the answer to this too. I think WPP does allow recurring payments and CC data storage. I hear services like Chargify ( http://chargify.com ) are very useful to get up and running quickly (if you already have a merchant account). Here's my list of bookmarks from earlier discussions on the subject on HN: http://news.ycombinator.com/item?id=1392842 http://news.ycombinator.com/item?id=33322 http://ne…

Thanks, I have some reading to do :)

The company is based in HK, so have to filer out the non US company options..

Cheers

Post reply on HN