#Nate.tsg
1 messages · Page 1 of 1 (latest)
sure, you can use https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-defaultValues-billingDetails I believe to prefill with existing information you already have
you could alternately use https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails to disable the collection of certain inputs by passing "never"
Thanks will check it out. When creating setupIntent can I pass it there
nope, it's not part of the SetupIntent object, it's part of the PaymentElement configuration you create on the frontend.