views:

158

answers:

2

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  A: 

Did you look at pypaypal? You could create a view that connects to PayPal and submit your payment commands.

aeby
+1  A: 

You might want to try django-paypal, there's even a tutorial right there on the front page.

Dominic Rodger
You sir, are a saint... +1 for the service you've done the community in editing the question :)
Jiaaro