#jasonkuhrt-requires-confirmation
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you clarify which part of the flow is getting stuck at requires_confirmation?
๐ stepping in here as toby needs to step away. Can you provide me an example subscription ID that I can look at?
sub_1LBJt3IhnflvQVbikpQCveDD
Thanks, looking!
These docs pointed to by the api docs talk about payment intents api but oriented toward using them from the frontend. It says nothing about our case of 1) a backend situation where 2) the payment intent was created automatically by stripe
Okay so the reason here is the payment_behavior that you are using.
You have it set for default_incomplete
Whereas if you want the invoice to attempt a charge automatically using the default payment method then you want to use allow_incomplete
Oh wow
Are you saying the default payment method is not used if default_incomplete is chosen?
And another question: What are the downsides to allow_incomplete?
(versus default_incomplete)