#Saif-hide-postal
1 messages · Page 1 of 1 (latest)
Hi 👋 yes, you can set them to never in fields.billing_details when creating the Element which will suppress them:
https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails
If you're suppressing them because you're collecting them in your own fields, then you can provide the values you collect when confirming the payment via the confirm_params.payment_method_data.billing_details parameter:
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
Saif-hide-postal