Paypal payments advanced integration with Python-Django. I am creating the ecommerce site in django. I need to integrate the paypal payments advanced . But i can't see any tutorial for that integration.
Asked
Active
Viewed 3,004 times
3
-
check this http://paypal.github.io/JavaScriptButtons/ – quux Dec 03 '13 at 15:00
1 Answers
3
You can use django-paypal app. It has pretty good docs. And here is a docs for django-paypal.

Aldarund
- 17,312
- 5
- 73
- 104
-
Thanks Aldarund. django-paypal documention mentioned the paypal-pro and paypal-standard . So how i used to the paypal advanced payment ? If u have suggestion please mentioned. Advanced Thanks to all .. – Muthuvel May 24 '13 at 05:03
-
django-paypal should work for you. Look at docs at section Using PayPal Payments Pro (WPP) – Aldarund May 24 '13 at 07:28
-
-