#jasoncoomans_40140
1 messages · Page 1 of 1 (latest)
With setting to auto, those fields will only be collected when required. Payment Element doesn't support collecting the billing address all the times. You'd need to implement your own field and pass the billing address when confirming the intent: https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
Thank you so much