#richie138 - Emails for Failed Payments

1 messages ยท Page 1 of 1 (latest)

past totem
#

Hi ๐Ÿ‘‹
What kind of payment methods are you using?

lean cairn
#

Credit cards

past totem
#

Sorry, I mean what Stripe tools are you using to collect payments from your customers?

lean cairn
#

I use checkout v3

#

Customers create subscriptions which are then collected every month by stripe

past totem
#

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.

lean cairn
#

Then...

#

So my question is can I somehow include the customer id in that link?

past totem
#

๐Ÿคฆโ€โ™‚๏ธ right. Subscriptions, thanks for reminding me.

lean cairn
#

No problem, it's a big app ๐Ÿ™‚

past totem
#

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.

lean cairn
#

Yes that's what I'd like it for

past totem
#

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.

lean cairn
#

Unfortunate

past totem
#

Yeah, I can understand that.

lean cairn
#

What about the email address?

past totem
#

I do not think the Link field accepts any dynamic variable inputs