Replies: 1 comment 2 replies
-
Stripe will automatically delete incomplete subscriptions after a period of time so there is nothing you need to do. We don't use the PaymentElement in Jumpstart Pro anymore btw. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @excid3, I noticed in my Jumpstart Pro app that a view to payment creates a Stripe invoice/subscription to even render the page. When I had done Stripe integrations myself, I did not have that issue, so I went to investigate. I saw in your code you have this comment: # Stripe subscriptions are handled entirely client-side # We need to create a subscription to render the PaymentElement def new. So if people visit the checkout page multiple times without paying, how should we handle these empty invoices? Just check Stripe on our own and delete them? This seems like a suboptimal way to do this.
Is there anyone with the same issue? How do you go about this?
Beta Was this translation helpful? Give feedback.
All reactions