#davidcharles9114

1 messages · Page 1 of 1 (latest)

hard ravenBOT
brave copper
#

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

craggy roost
#

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

brave copper
#

Are you a developer?

craggy roost
#

Yes,

#

I am developer

brave copper
#

then you would want to test this using the API, not using the Stripe Dashboard

craggy roost
#

Will I be able create new Subscription default behavior incomplete in test Lock?