#adrklu_best-practices
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/1309413429517221929
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Apologies for loaded request.
Stripe doesn't support sending an email for your customer to manage the payment methods.
The best hosted page integration is to use Customer Portal to manage the existing payment methods: https://docs.stripe.com/customer-management
Is it possible to generate a customer portal deep link/flow payment_method_update to update the payment method that has a longer expiry than the standard 24hrs?
For e.g., to store as a link within an email with note: this link expires in 7 days etc
Portal sessions are temporary. New portal sessions expire after a 5 minute period. If a customer uses it within that time period, the session expires within 1 hour of the most recent activity.
I'd recommend sending the customer your own link that generates new Customer Portal every time when the customer clicks. Your system should also check whether the timestamp when customer clicks is within 7 days from timestamp when the email is sent