What is the Simplest Possible Payment Gateway to Implement? (using Django)
Posted
by b14ck
on Stack Overflow
See other posts from Stack Overflow
or by b14ck
Published on 2010-03-24T03:05:00Z
Indexed on
2010/03/24
3:13 UTC
Read the original article
Hit count: 268
I'm developing a web application that will require users to either make one time deposits of money into their account, or allow users to sign up for recurring billing each month for a certain amount of money.
I've been looking at various payment gateways, but most (if not all) of them seem complex and difficult to get working. I also see no real active
Django projects which offer simple views for making payments.
Ideally, I'd like to use something like Amazon FPS, so that I can see online transaction logs, refund money, etc., but I'm open to other things.
I just want the EASIEST possible payment gateway to integrate with my site. I'm not looking for anything fancy, whatever does the job, and requires < 10 hours to get working from start to finish would be perfect.
I'll give answer points to whoever can point out a good one. Thanks!
© Stack Overflow or respective owner