要接付對大家最方便的應該還是 PayPal,畢竟,他運行的時間比較久

基本的方式, Web Form 或是 API 的方式,可以直接用 djangosnippets 的程式範例

http://djangosnippets.org/tags/paypal/

在加上 http://uswaretech.com/blog/2008/11/using-paypal-with-django/

這樣,很快就可以用啦

Web Form (PayNow),基本上,基本的元素

這是由文件的範例



但是我會再加上(加到 web form 裡)

input type=“hidden” name=“rm” value=“2”
input type=“hidden” name=“return” value=“http://somewhere after payment”
input type=“hidden” name=“cancel_return” value=“http://user cancel”>
input type=“hidden” name=“notify_url” value=“http://url to handle Paypal callback”



API

就直接照上面國外部落格作者寫得的就可以了