#richie138 - Emails for Failed Payments
1 messages ยท Page 1 of 1 (latest)
Credit cards
Sorry, I mean what Stripe tools are you using to collect payments from your customers?
I use checkout v3
Customers create subscriptions which are then collected every month by stripe
Okay. We don't have a failed payment email option in the Dashboard AFAIK. You can create that functionality yourself by using webhooks and listening to the payment_intent.payment_failed event.
๐คฆโโ๏ธ right. Subscriptions, thanks for reminding me.
No problem, it's a big app ๐
And it keeps getting changed/updated.
Okay I do not think it is possible to add the customer ID in the return URL. I'm guessing you would want this to identify the redirected user in terms of their Stripe Customer record.
Yes that's what I'd like it for
We don't allow that as it's not really secure enough. I know this is likely just to allow your users to update their payment method but we strongly recommend authenticating your users in your application first.
Unfortunate
Yeah, I can understand that.
What about the email address?
I do not think the Link field accepts any dynamic variable inputs