#inesherminio

1 messages · Page 1 of 1 (latest)

robust rainBOT
vivid dew
#

My issue is when the user goes back on the flow and decides to change it's order. Then, what I needed was to update the items on the subscription. However, Stripe is telling me that subscriptions with an incomplete payment intent cannot be updated.
Yep, this is true. General recommendation is to delay subscription creation until the very last moment

#

Otherwise you'll need to create a new subscription to reflect the changes your customer made

uneven aurora
#

The thing is, if I don't create a subscription, then I don't have the clientSecret, thus I cannot have the user input the payment details. Right?

#

Thus, the only workaround I see would be going the way you were going: deleting subscription and creating another

merry bobcat
#

the only real solution is that yes, or changing the design so that when the user gets to the payment page, they must already have selected everything and it's completely finalised and they're not able to change it