#zorospain
1 messages · Page 1 of 1 (latest)
The method will be charge automatically
For Stripe Account owner it's more of receiving a webhook event
For every month
We don't send email for each payment failed on one Subscription AFAIK
You can catch the webhook event and send an email to yourself if you wish to
But we don’t know when the subscription gets canceled in 12 month duration for a failed payment
Should we always listen to a failed event?
What are our options?
When a Sub is changed to cancelled you should receive a webhook event customer.subscription.updated
The question is how do we setup from integration point of view meaning subscription could be canceled anytime
We can’t listen to this webhook event let’s say after every month for smart retries to have failed
Is there an automated way or a checkbox in the Stripe dashboard itself?
Sorry I don't really follow your question. WDYM by can't listen to webhook event?
Do you mean you want to test it, but can't wait for a month?
No
What I mean is the subscription currently setup is month by month basis
And if for any month the payment gets failed and hence by automatic way of Stripe the subscription gets canceled
We don’t know when it happens so we can call the Stripe endpoint to check for subscription updated?
Do you understand now?
The thing is there’s no webhook endpoint for cancellation as we’re relying on Stripe’s automatic cancellation
What we need to know is incase of failed payment for a subscription leading to subscription cancelation how can we receive an email?
I get that, but why don't you setup a webhook endpoint listen to customer.subscription.updated?