I am working on Django-based application and need to implements payments. One time payments, no recurring payments.
Since the service that I will be offering is very simple and fee is low ($2 or less) I am looking for something very simple where user doesn't have to go through 7 page setup.
I know there is tons of articles about different options. What I am looking for is make it really easy for user to pay, regardless of complexity on my side.
I am considering PayPal for now. Any suggestions?
Thanks,