#Cheelin
1 messages · Page 1 of 1 (latest)
we once collect phone in our own page but just did not see any phone field in google's pop up page
You can set requestPayerPhone in the payment request option: https://stripe.com/docs/js/payment_request/create#stripe_payment_request-options-requestPayerPhone
Yup, this should if you set requestShipping to true: https://stripe.com/docs/js/payment_request/create#stripe_payment_request-options-requestShipping
I've already set this but still not work
paymentRequest = stripe.paymentRequest({
country: 'US',
requestPayerName: true,
requestPayerEmail: true,
requestShipping: true,
requestPayerPhone: true,
shippingOptions: [],
disableWallets: ['link'],
...options
});
What is not working?