#_chai_latte_
1 messages ยท Page 1 of 1 (latest)
You want the pending_setup_intent in this case
So you expand the pending_setup_intent to get the SetupIntent's client secret
And you use that instead
๐
wow it worked thank you so much
why did it used to work and just stop working?
i committed to git when it was working and i tried reverting to it and paymentintent was null
If the initial Invoice for a Subscription is $0 then there is no PaymentIntent generated
Instead a pending_setup_intent is provided to store the payment method for the future
๐