#aksharj-webhook
1 messages · Page 1 of 1 (latest)
@ashen knot I'm not sure I follow, could you elaborate a little on what exactly you're trying to do?
Hi @celest heart thanks for your message. i see that a users subscription status is canceled on Stripe but active in our application
i did get a webhook for this but the status of subscription is active in the event.data
i am trying to debug to see why this happened
the easiest way is to use the dashboard
subscription id is sub_IRcenqEwtSoWK8
ok
ah i think i see what happened
the subscription was deleted, this triggered subscription.deleted event
i only was listening to subscription.updated event
only one question i have for now is, what action do we need to take in the dashboard so that it triggers a subscription.deleted event?
'cancel' for example