#d0m
1 messages · Page 1 of 1 (latest)
Yeah you can create a new sub
No: If the payment intent is not confirmed within 23 hours subscriptions transition to status=incomplete_expired, which is a terminal state.
terminal state means you won't be able to do that
Alternatively you can look into allow_incomplete: https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank's