cancel
Showing results for 
Search instead for 
Did you mean: 

Python/Django: Which authorize.net library should I use?

Django

I need authorize.net integration for subscription payments, likely using CIM. The requirements are simple - recurring monthly payments, with a few different price points. Customer credit card info will be stored a authorize.net .

There are quite a few libraries and code snippets around, I'm looking for recommendations as to which work best.

  • Satchmo seems more than I need, and it looks like it's complex.

  • Django-Bursar  seems like what I need, but it's listed as alpha.

  • The adroll/authorize library  also looks pretty good.

  • The CIM XML APIs don't look too bad, I could connect directly with them.

And there are quite a few other code snippets.

What's the best choice right now, given my fairly simple requirements?

DeloresScott
Member
1 REPLY 1

Hey I am also working on Django. I have seem some apps for django are  a bit outdated 2013ish. did you find something?

I will be building something with Accept.JS UI. let me know if I can be of help.

efrainvalles
Member