#Fuzzbear
1 messages · Page 1 of 1 (latest)
You can use Subscription Retrieval API to get the subscription status: https://stripe.com/docs/api/subscriptions/retrieve
Ah i see but how do i check it every month? Is there a way to execute code if it’s canceld ?
If the subscription is cancelled, Stripe will send customer.subscription.deleted event to your Webhook: https://stripe.com/docs/billing/subscriptions/webhooks#events