#Ohyeahshh-PaymentElement
1 messages · Page 1 of 1 (latest)
👋 happy to help
if you're using the PaymentElement you can't force it to ask for billingDetails
by default this setting https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails is set to auto
and Stripe would assess whether it's necessary or not to collect those informations
if you deem it necessary to always collect billingDetails
you'd have to set this to never
create your own inputs
and then pass the info while confirming the Payment Intent https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details