Best Stripe Plugin?

Hi all,

I’m seeking to add subscription payments via strip to a SAAS product I’m building.

Which plugin is good?

I see that dj-stripe is the highest ranking on Django Packages but it is missing documentation in some parts.

What Stripe app do you use? Or do you roll your own?

Thanks!

For my (minor) Stripe integration, I roll my own – in any case, in your place I’d look at least for general Python libraries, and do the data retention myself. I’d imagine that Python libraries are more readily available and more up-to-date, and saving the relevant data (if need be as a JSON blob) the lesser problem.

1 Like