#Mike-E-elements
1 messages · Page 1 of 1 (latest)
hi! you can't prefill them programmatically or with saved cards on a Stripe customer object for example, no, but things like browser prefilling should work
if you are saving cards on a Customer object and want to have a customer reuse them the better option is to list those , show the details in a UI to the customer, and call https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-existing directly , you'd only use PaymentElement for new cards