In this how-to you will learn how to setup paypal for your shop
- Click on “Profile” - “Instant Payment Notification Preferences”
- Set the Notification URL to http://www.yourdomainname.com/paypal/ipn/
- Turn IPN On
- Click on “Profile” - “Website Payment Preferences”
- Turn on “Auto Return”
- Set the “Return URL” to http://www.yourdomainname.com/paypal/pdt/
- Set “Payment Data Transfer” to On, this will create an Identity Token for us.
Copy our seller information to settings.py e.g.:
PAYPAL_RECEIVER_EMAIL = "seller_1262786866_biz@yourdomainname.com"
PAYPAL_IDENTITY_TOKEN = "j0Iw3M4l6znE45kWkyQs43PkwC9bkaceteiWXfddg5q_CW1Ev4HGuqVPPfBG"
Deploy your site to a live internet site for testing (Paypal servers must be able to see your site).
When you are finished testing your site and ready to go live, set up a live Paypal Business account (Website Payments Standard account has been reported to work) and repeat steps 5-8