Is it possible to get user email and phone number from gpay when using stripe PaymentElement control? (https://docs.stripe.com/payments/payment-element)
I see that with the ExpressCheckoutElement, it is possible to specify emailRequired and phoneNumberRequired options (https://docs.stripe.com/elements/express-checkout-element/accept-a-payment#handle-click-event). I also see those options in the old PaymentRequestButtonElement with paymentRequest (https://docs.stripe.com/stripe-js/elements/payment-request-button?client=react#mount-element)
Is there a way to achieve the same with PaymentElement? Right now the only contact info displayed for me in gpay window is user name. Thank you in advance.