#npscomplete - Payment Element
1 messages · Page 1 of 1 (latest)
Hello! The Payment Element will only collect information required for the selected method of payment. For cards address is not required so you should collect it using your own form fields and supply it client-side when you confirm the payment: https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
Thanks! We are using a setupIntent but I see it has an analog method. I'll investigate.
Yep, you can do the same thing there: https://stripe.com/docs/js/setup_intents/confirm_setup#confirm_setup_intent-options-confirmParams-payment_method_data-billing_details
Yes, I think I get it. Thanks a bunch.