I am using Stripe’s Payment Element to allow a user to add new cards. I am also using the API to get a list of all saved cards. Now, I was hoping I can use the Payment Element to edit the card data too.
In a standard payment element I can already edit my saved cards:
So basically, the only missing piece looks to be instructing the Payment Element that on load, it should automatically open the specific’s payment method update screen. But as far as I can see, there are no options todo that.
Any ideas/alternatives?