#Bharat - Elements
1 messages · Page 1 of 1 (latest)
Hi @cyan bough ! Thanks for taking a look
I think option 2 makes the most sense, but let me look through our docs to see if other options fit better.
agreed I'd do #2 too
Thanks! That's really helpful to hear.
And a follow up question. We also have a subscription tier without a trial. And for that, if the user's charge fails on the client to confirm the latest_invoice.payment_intent it creates an incomplete subscription. For those, when the user retries, is it best practice to:
-
Do the same thing as above and try to update the existing incomplete subscription by confirming again the
latest_invoice.payment_intent? -
Let those incomplete subscriptions just accumulate and create another one since
incompletesubs will go away if not activated in 23 hours? (A bit concerned about huge volumes of incomplete subscriptions with this one)