any links to tutorials for creating a https POST request to submit a cart to a payment gateway, in this case sagepay.
or is the best example going to be the one in the satchmo package?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
do you need to contact the server directly or redirect your user there?
For getting the user there, usually the idea is to have the user click a button that POSTs the correct information. This us usually disguised as a “Confirm Order” button.
This can either be achieved with a django form with the correct fields and all the fields hidden: