#towc.
1 messages · Page 1 of 1 (latest)
Hello 👋
Do you see Google Pay and Apple Pay when you visit the page here from safari and chrome ?
https://stripe.com/docs/stripe-js/elements/payment-request-button
Hi, I thought firefox was a supported browser for google pay, but I see that it's not
thanks!
but I still don't see it in our billing page on chrome
I do see the button on the page you linked to, though
Can you share a screenshot?
Also, if you can share a test checkout page from your site then I can try testing it from my end
sure
https://studio.themetavoice.xyz/plans, press the "subscribe" button on personal or creator plan
Can you share the screenshot from the URL I shared above? 🙂
Just want to make sure you're seeing the Right Google Pay button
Anyway I can skip signup?
not really :/ but you can use a yopmail email, we don't block those
Can you share your account ID instead? I'll try looking up recent checkout sessions that were created
not sure where to find it, if it's a number
You can go here
https://dashboard.stripe.com/settings/user
and scroll all the way to the bottom
It should look something like acct_xxx
I'd recommend deleting your email since this is a public forum
acct_1MN6BsEAHr2DUfHA
Are you running in test mode or live mode?
both
most checkout sessions will come from live mode
my testing is done in test mode
but I would have expected to see the button on live too
If you don't prefill the email, does the Checkout page behave differently?
Hmm, I vaguely remember there was some limitations around using automatic tax.
Can you try disabling Stripe tax and see if that helps?
It should work with tax on, might just need some more information
sure, is there a way to do it that won't require some some migrations later?
When you enable Stripe Tax in Checkout, Google Pay is only available to customers for sessions that require collecting a shipping address. Apple Pay with Stripe Tax displays only when the customer’s browser supports Apple Pay version 12.
right, thanks, any idea if there's a workaround?
is there an easy way to require a shipping address? Would that cause problems elsewhere?
No workarounds unfortunately. You can use shipping_address_collection parameter to enable shipping address collection.
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-shipping_address_collection
These are requirements from Google/Apple when used with Stripe Tax
thanks. Does it make sense to require a shipping address for all countries?
I'm not sure how to deal with this
ideally a user would only have to add the shipping address if they want to use google pay
it might not be great if all users had to add the shipping address, even if they didn't want to use gpay
Yeah unfortunately, there's no workaround for this 😦
The requirement is firm when you use Stripe Checkout + Tax + Google Pay
thanks. what about conditional addresses?
like I described above. Also not available?
Yeah not something that's supported today
ok, thanks