#phillip_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1279177281792774226
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ just making sure we're aligned, you're talking about when a recurring payment for a Subscription fails?
Hi @wheat flower , yes correct!
Perfect, yup, you can use your own URL in those emails for card payment failures, but it's used whenever the email is sent. You can't add logic to only include your link based on why the payment failed (not entirely sure if that's what you were referring to by "just for this case").
To add that you'll switch to the Use your own custom link selection on this page:
https://dashboard.stripe.com/settings/billing/automatic
Under Manage failed payments for subscriptions -> Card payments -> Customer emails
and then add your URL in the box there.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It's generally up to you how you want to handle this, but overall the goal is to send the customer to a surface where they can update payment method details or provide a payment method to use for the payment.
Some common options are:
- Send them to the Hosted Invoice Page for the Invoice, so they can pay the outstanding Invoice
- Send them to our Customer Portal with a configuration that allows them update their payment methods
- Send them to your page that collects payment method details and saves those for future usage, then processes the payment that failed again.
ugh, nvm toby, I was confused because I didn't checked "Send emails when card payments fail". I didn't know more options would appear. I directly pressed the "preview mail" icon button and was confused because I was only able to edit the business URL.
So should be all good!
Can be closed
Ah gotcha, no worries! Glad to hear you got it all sorted!