So You Want to Make a Payment: Comparing and contrasting Django payment options

A Talk presented by Joe Jasinski
log in to bookmark.

Audience level

Intermediate

Category

How To/Intro

Time

September 5th, 11:05 a.m. – 11:45 a.m.


Description

So you've developed an eCommerce site and now you want users to be able to make payments. The aim of this talk will be to introduce and compare some common payment gateway options, such as Payflow, Authorize.net, Stripe, and Braintree, with the focus of integrating them into Django projects.


Abstract

When developing eCommerce applications in Django, you will often be faced with the choice of which payment API to use. It's not always clear which services are available, which will fit your needs, and how to get started with them. This talk aims to evaluate these payment options from a Django programmer's perspective and provide you with background that may help you choose a payment processor that fits your needs.

Topics will include: