#maks.piechota
1 messages · Page 1 of 1 (latest)
Hi
You should find your threads in the history section of Discord
where is that?
on Top right
I don't know honestly, may be that's an issue with you Discord account
check with Discord Support
ok I will save it next time
ok it was not resolved
so if you can see it
can you go through
and continue with me?
from the point where we left?
Could you summarize your latest question here ?
What is your follow up question/issue ?
I want to find the easiest way possible to handle the invoice.payment_failed event. I don't want to send emails to the user, I don't want to implement payment method update workflow within my system. So I figured when the event comes in, I would cancel the corresponding subscription (if already exists) and make the user do new subscription by creating a new checkout session where they can pay again.
My question is if such approach is correct and if there are any issues with that workflow you would see?
You can achieve that yes. But the recommended way to to use Stripe Emails or Update the Customer payment method (the two options you were referring to) That's a user friendly workflow.