#eric_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/1460547527987302410
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Is there a way to configure the payment update link available payment methods? I think both my payment method configurations are correct:
pmc_1LFFxsCgt3BzbRLilDIUA3cE
pmc_1Pzk2OCgt3BzbRLiURjIsRy8
I have iDEAL enabled and for recurring payments on both and SEPA debit enabled but I am still only presented with card options when I visit the url
๐ Hi there! Let me take a look
Thank you appreciate it! Any further info required just shout
This is all off the test-mode setting of an account for now
Where are you getting that update payment method link from?
This url: https://dashboard.stripe.com/acct_1LBcJRCgt3BzbRLi/test/subscriptions/sub_1SonKyCgt3BzbRLiiHiaSeFQ
When viewing an active subscription of a customer you have the option to share with them a url to update their payment:
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Our support team make use of this with customers when they call in asking to change it
Got it. Let me check, as I'm not sure how customisable that is, compared to using the billing portal directly: https://docs.stripe.com/customer-management
Thanks for taking a. look. From the network tab I can see it calls /setup-intents. Most recent id: seti_1Sp2PrCgt3BzbRLiFHx6Zpmba and the response appears to be an array but with only card as an option:
{
"id": "seti_1Sp2PrCgt3BzbRLiFHx6Zpmb",
"object": "setup_intent",
"client_secret": "seti_1Sp2PrCgt3BzbRLiFHx6Zpmb_secret_TmbdLGrvUvxcAsA6ZxXNDcm8ZazhkX8",
"payment_method_types": [
"card"
]
}
I'm going to get a coffee I'll be back in 10
Hey back
Yeah, I don't believe there's any customisation you can do there. You would have to create a Billing Portal session, where you can deep link the user to payment_method_update: https://docs.stripe.com/customer-management/portal-deep-links
When doing that, you would use a Billing Portal Configuration that you've created to use the desired PMC: https://docs.stripe.com/api/customer_portal/configurations/create?api-version=2025-12-15.preview&rds=1#create_portal_configuration-features-payment_method_update-payment_method_configuration
Okay so it sounds like the best approach from our side is to steer the customers towards using the billing portal. We already have actions in our customer-facing dashboards that allow them to use that
I can advise our support team to not make use of that link for this
hi! I'm taking over this thread. let me know if you have other questions!
I think if you're in agreement that there's nothing we can do with that url then I am probably done I just need to takes notes of this and add to my ticket
yes I agree with with wat arran said previously