Ask YC: Credit card processing in Python?
I need to do credit card processing, (I use Python and Django), and I don't know where to start from.
So what are the libraries/tutorials I should read on to do this?
So what are the libraries/tutorials I should read on to do this?
4 comments
[ 5.3 ms ] story [ 20.9 ms ] threadAlthough it would be nice to see what some thoughts and ideas people on HN have utilized themselves when implementing a Django web app.
So a few questions after reading some of the articles for those in the know,
1. How can a Non US citizen get a Merchant Account? 2. I just want to confirm that the Credit card is valid, (or maybe get a token payment.) (I want to confirm that you CAN pay for the service, the first month is free.) Is Authorise.net good for something like this. What is a good price to charge as a token payment?