#mooon
1 messages · Page 1 of 1 (latest)
Hi there! Can you provide more context?
You can use the Stripe CLI to trigger this event type: https://stripe.com/docs/webhooks/test
https://stripe.com/docs/cli/trigger#trigger-event-customer_subscription_deleted
Yep, that's possible. You can use the CLI to listen and forward events to your local endpoint, then delete the subscription
Yes, the customer.subscription.deleted event details will include the subscription object, including metadata
Could you share the subscription ID? It should look like sub_...
ah, that metadata is on the payment link, not subscriptions created using that payment link