#viraths-payment-request

1 messages · Page 1 of 1 (latest)

slim grotto
#

👋 Happy to help

long nebula
#

Thanks, let me know if my question is not clear.

slim grotto
#

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

long nebula
#

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

slim grotto
#

That's currently not possible. I'd suggest writing in to Support for the feedback: https://support.stripe.com/contact/

long nebula
#

Ahh okay. Thanks for confirming the behaviour.