How can I know the stripe_id in the subscription when the renew is monthly, using webhooks
I want to know what subscription is renewing, I have the stripe_id in my database so when the date to renew is coming, I want to know which subscription was renew but I cant get the stripe_id when I use the Stripe CLI, I use the stripe trigger invoice.payment_succeeded event, I have this