#pavle_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/1384066701649379489
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
That's expected since Customer Portal only change the customer's field. However, you can make an Update Subscription API on your own and change the default_payment_method based on the customer input method too
Hi Orakaro thank you very much for your response, but this means that this is not possible via Stripe portal? We would have to create our own frontend and api endpoints for this?
And then call the Stripe API
No you can still use Customer Portal, but after it's done, you can listen to the customer.updated webhook event and and an Update Subscription API subsequently, I think
Ok perfect thank you very much ๐