From the category archives:

paypal

A common goal in web application development is creating subscription based application, where users can use their domains. For example, 1. Basecamp allows you to manage your project, and gives users as subdomain like xyz.grouphub.com 2. Blogger goes a step further, and allows you to use arbitrary domains with your domain, using Cnames. django-subdomains is [...]

{ 6 comments }

Using Paypal with Django

by shabda on November 11, 2008

Paypal has a comprehensive API to use their services programatically. The ExpressCheckout API allows you to get the user’s details and then process the payments on your servers. They include a SOAP and NVP API. With NVP you do a GET to the Paypal servers with Url encoded values, get responses in plain text and [...]

{ 17 comments }