#chaimat

1 messages · Page 1 of 1 (latest)

torpid warrenBOT
edgy spindle
#

Depends, generally customer.subscription.deleted

jovial ermine
#

okay, what other events are possible for subscription cancellation? as in what does it depend on?

edgy spindle
#

If you set cancel_at_period_end for example, customer.subscription.updated will first fire to reflect that and then .deleted will only fire once the cancellation happens

#

But customer.subscription.deleted happens on the actual cancellation

jovial ermine
#

Okay, Thanks

#

Also wanted to confirm that lets say a user has bought monthly subscription, and the subscription of first month is successful, now when does strip attempt to charge the user's card for the next month's payment by default?

edgy spindle