#arjun258387_docs

1 messages ยท Page 1 of 1 (latest)

blazing leafBOT
#

๐Ÿ‘‹ 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.

mild girderBOT
rose swift
#

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

stone urchin
#

i want to remove address field from payment element form ?\

rose swift
#

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.

stone urchin
#

ok now i clear what you say first i read doc given by you

#

Thank you sir