#sreekanthmk

1 messages · Page 1 of 1 (latest)

acoustic ridgeBOT
earnest roost
#

Yep there are webhooks for those but depending on how your integration works you may want to listen to different ones.

#

When your users cancel their subscriptions, is the Stripe subscription immediately deleted, or are you setting it up so that the subscription cancels at the end of the month?

raw kettle
#

subscription continues till end of the month I believe. But my requirement is, I need two webhook events. 1. when the user cancels his subscription. 2. when the subscription was not renewed (like card issues and all)

cobalt harness
raw kettle
#

yes it has customer.subscription.deleted => Sent when a customer’s subscription ends. I think this is the second webhook for my requirement. What is the webhook for when the user cancels his subscription? I cant see it there

raw kettle
#

Ok. is it possible to generate this events from stripe dashboard so that i can implement the functionality?

#

I want to see what the actual payload is

cobalt harness
raw kettle
#

any api playgrounds?

cobalt harness
#

Not sure what you mean by that

raw kettle
#

Any functionality provided by stripe so that i can simulate the webhook events in real time. Not using the test clocks

cobalt harness
#

You can't test renewals without test clocks, no. Otherwise, you can test creation and cancellation by creating a subscription and cancelling it in test mode