#arjun258387_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1291781430665281559
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ that's controlled by fields.billingDetails.address
https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-address
when creating the Payment Element instance.
If those fields are required to be collected for the payment method type being used, you'll need to collect them on your own and provide them in your confirmation request via confirmParams.payment_method_data.billing_details:
https://docs.stripe.com/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
i want to remove address field from payment element form ?\
Please see my above message, or if that isn't clear let me know what about it is giving you trouble so I can clarify.