#mirajacc-payment_element
1 messages · Page 1 of 1 (latest)
hello! we decide whether to collect the postal code based on the country selected. You can choose to never display the address fields : https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-address
Thanks @next niche for your prompt response. I'm using the stripe react library with useElements and confirmPayment. I couldn't implement the above solution but tried to see if this works. Unfortunately, it didn't. Any suggestion on implementing the above solution to the react-based code?
onesec, finding the correct parameters to pass in
Sure. Thanks @next niche