django-paypal

Django & PayPal integration

烈酒焚心 提交于 2019-11-30 01:34:46
问题 I am designing a website in Python (using Django), and I need to sell things through it. Can somebody help me with the source code to integrate the paypal-pro (do-direct payment) or else paypal-standard (express checkout)? 回答1: You might want to try django-paypal, there's even a tutorial right there on the front page. 回答2: paypal.standard.ipn PayPal API Generates a Button which will call its API through paypal.standard.ipn . For API Integration you have to follow below given steps: Install