django-paypal

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
Download

django-paypal Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • David Cramer
  • Publisher web site:
  • http://code.google.com/u/dcramer/

django-paypal Tags


django-paypal Description

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro django-paypal is a pluggable application that implements with PayPal Payments Standard and Payments Pro.Before diving in, a quick review of PayPal's payment methods is in order! PayPal Payments Standard is the "Buy it Now" buttons you may have seen floating around the internets. Buyers click on the button and are taken to PayPal's website where they can pay for the product. After completing the purchase PayPal makes an HTTP POST to your notify_url. PayPal calls this process Instant Payment Notification (IPN) but you may know it as webhooks. This method kinda sucks because it drops your customers off at PayPal's website but it's easy to implement and doesn't require SSL.PayPal Payments Pro allows you to accept payments on your website. It contains two distinct payment flows - Direct Payment allows the user to enter credit card information on your website and pay on your website. Express Checkout sends the user over to PayPal to confirm their payment method before redirecting back to your website for confirmation. PayPal rules state that both methods must be implemented.There is currently an active discussion over the handling of some of the finer points of the PayPal API and the evolution of this code base - check it out over at Django PayPal on Google Groups. Requirements: · Python · Django


django-paypal Related Software