#viraths-payment-request
1 messages · Page 1 of 1 (latest)
Thanks, let me know if my question is not clear.
It's not possible to disable billing address when requestPayerName=true I'm afraid
It's the expected behaviour [0]:
By default, the browser‘s payment interface only asks the customer for actual payment information. A customer name can be collected by setting this option to true. This collected name will appears in the PaymentResponse object.
We highly recommend you collect name as this also results in collection of billing address for Apple Pay. The billing address can be used to perform address verification and block fraudulent payments. For all other payment methods, the billing address is automatically collected when available.
[0] https://stripe.com/docs/js/payment_request/create#stripe_payment_request-options-requestPayerName
Yeah that's a bit bad experience for our users as we are trying to make user experience better. Merchant warrior etc is flexible about this. Is there any chance you could add another flat called requestBillinAddress or something like that. So we have the flexibility
That's currently not possible. I'd suggest writing in to Support for the feedback: https://support.stripe.com/contact/
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ahh okay. Thanks for confirming the behaviour.