#lucas_pontes_
1 messages · Page 1 of 1 (latest)
Yes, I do.
Okay then you want to use Webhooks and check the status of the Subscription. See: https://stripe.com/docs/billing/subscriptions/webhooks -- you most likely want to pay attention to customer.subscription.updated and if the Subscription moves to a status of past_due then that indicates payment failed.
Thank you! I'll check it out.