#maks.piechota

1 messages · Page 1 of 1 (latest)

stuck lodgeBOT
rapid timber
#

my whole history disappeared?

#

and I had some answer there

#

I cannot refer to now

frosty osprey
#

Hi
You should find your threads in the history section of Discord

rapid timber
#

where is that?

frosty osprey
#

on Top right

rapid timber
frosty osprey
#

I don't know honestly, may be that's an issue with you Discord account

#

check with Discord Support

rapid timber
#

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?

frosty osprey
#

Could you summarize your latest question here ?

#

What is your follow up question/issue ?

rapid timber
#

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?

frosty osprey
#

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.