#davidcharles9114
1 messages · Page 1 of 1 (latest)
hello! The payment will fail but whether Subscription creation is successful depends on the payment_behaviour that you're using when creating the subscription
If the Subscription is created with payment_behavior=default_incomplete or payment_behavior=allow_incomplete , the Subscription creation should still succeed with the Subscription in status=incomplete and if payment is not made within 23 hours, the Subscription will transition to status=incomplete_expired.
you should test it out to see how it works
in case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks
In the stripe dashboard in the Test lock, I can not create subscription with payment_behavior=default_incomplete.
Seem Stripe dashboard in Test CLock not support
Are you a developer?
then you would want to test this using the API, not using the Stripe Dashboard
Will I be able create new Subscription default behavior incomplete in test Lock?