#eleanor-checkout-subscriptions

1 messages ยท Page 1 of 1 (latest)

stoic plover
#

Hi there ๐Ÿ‘‹ apologies for the delay, I'm looking into that.

dense saddle
#

Thank you! If it's useful, I'm looking at this documentation of the Checkout session creation, which is what we want to do: https://stripe.com/docs/api/checkout/sessions/create and this documentation of subscription creation, which is what we currently use https://stripe.com/docs/api/subscriptions/create

stoic plover
#

Gotcha, you're correct that there isn't currently a way to pass error_if_incomplete to a a Checkout Session.

Those sessions do use the incomplete state, and there is currently no way to avoid this. Can you help me understand why you'd like to avoid the incomplete subscriptions?

dense saddle
#

It's currently not well-defined with our billing logic and fulfillment process what would happen if a user has an incomplete subscription, so I wanted to see if there was a way to maintain the same functionality that we were using before. Otherwise we will just add more safeguards to check if a subscription is incomplete, I guess?