-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for subscription #419
Comments
Can you elaborate? There are a few ways to handle recurring subscriptions (assuming that's what you are referring). |
Yes, Im talking about recurring subscriptions. This lib already have support for this? I see some PRs to add support for this. Things that help understand if the user is a subscriber will help. |
Perhaps this project would be helpful? https://github.com/PetrDlouhy/django-plans-payments |
Hi, I want pay with this library a product with recurring subscription on checkout, it possible? I don't know where i put the product-id in this library. Thanks. |
Hi Paulo, the stripe endpoints available in this library are for Checkout Sessions. I would suggest trying dj-stripe, I think they have support for other Stripe products. |
Hi,
Can you add support for subscription?
This is a nice project.
Thanks.
The text was updated successfully, but these errors were encountered: