#chad-saved-paymentmethods
1 messages · Page 1 of 1 (latest)
Hello! The Payment Element is only for collecting new payment info. If you want to display already-saved Payment Methods you would use the API you mentioned and build your own UI for it, yep.
You may also be interested in the Customer Portal, which provides a Stripe-hosted place for people to manage Payment Methods and Subscriptions: https://stripe.com/docs/customer-management
chad-saved-paymentmethods
is there additional cost to utilizing the stripe-hosted link you sent me
I don't believe so, but we don't know much about pricing here. If you have pricing quesitons Stripe support can answer better than we can: https://support.stripe.com/contact/email
Another question... we only hooked up the payment element, but seems like we should add in the address element as well. I read something about combining those elements, but maybe i didn't quite understand it. If we add in the address element, will those show up as two different modules or can they be combined into a single screen?
They're separate Elements and can be shown on the same page or two different pages, it depends on the payment flow you want to build.
They can't be combined into a single Element, but you can show them next to each other so they would visually appear as the same form.
In the address element i see in your documentation, it shows fields for Full name, Country or region, and then Address. The payment element already has a spot for country. Are we able to not show country on address element or on payment element?
If you use them together the Payment Element should automatically exclude the fields being asked for in the Address Element.
Ok. Thanks. I appreciate all of the help.
No problem!