#mrfede_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/1347600806500765736
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Aditional context: Im already using the PaymentElement in my checkout, passing the customer session to enable managing/displaying saved payment methods.
Now I want my customers to be able to manage those saved payment methods from the account management page
Ideally I can use some Element to display that...
Hi, yes you can achieve this using PaymentElement and we document this here: https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements#save-payment-methods
After you review rhe document, let me know what questions you may have
Hi @wary pelican !
Im already doing that with the PaymentElement, passing the customer session secret
The payment method info is being saved for the customer, all good on that side
What I need now is a way to let the user manage their saved payment method, outside of the checkout context
Ah, you would need to build that on your end.
Ooh I see
Ok sounds good, just wanted to confirm that before start building
Thanks!
Sure. We do have Customer Portal, https://docs.stripe.com/customer-management where you can configure your customers to manage payment methods but I do not think that is what you're looking for.
I'll check it out, thanks!