#israelFC - Payments
1 messages · Page 1 of 1 (latest)
Hello! To clarify, you want to show previously-connected bank accounts as payment options, correct?
Yes. Similar to say Amazon where when you are checking out you can choose a credit card based on the ones you have previously connected to your account.
Yep, you can do that, but you would do so outside of the Payment Element. The Payment Element is designed to collected new Payment Methods, not display old ones. What you can do, though, is use the API to list a Customer's Payment Methods, relay the relevant information to your frontend, and present those as options instead of using the Payment Element: https://stripe.com/docs/api/payment_methods/customer_list
I will try this, thank you!
Happy to help!
If the payment element is meant for new payment methods, is there a specific element meant to use existing payment methods during the checkout flow?
No, you would need to build that UI yourself.
Okay, thank you