#amit_02785

1 messages · Page 1 of 1 (latest)

last dewBOT
keen vine
#

Be aware that, if you pause the paymen tcollection, you wan't receive customer.subscription.paused because invoices continue to be created during that time period.

valid kernel
#

So, for handling the webhook, I need to use the customer.subscription.updated event instead of the customer.subscription.paused and customer.subscription.resumed events.
cause for this methods https://stripe.com/docs/billing/subscriptions/pause Those events are not works.

keen vine
#

yes you can use customer.subscription.updated event to track that

valid kernel
#

Okay Thanks,