#Pavan-billing-address
1 messages · Page 1 of 1 (latest)
hello! you're referring to this documentation i think?
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
The billing address details are saved on the payment method. As such, if you want to pass the billing address on, you could pass it in when performing confirmCardPayment or confirmCardSetup.
https://stripe.com/docs/api/payment_methods/object#payment_method_object-billing_details
https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-data-payment_method
https://stripe.com/docs/js/setup_intents/confirm_card_setup#stripe_confirm_card_setup-data-payment_method