#Ema-applepay

1 messages · Page 1 of 1 (latest)

hoary helm
#

hi! you do need to have the file hosted at that exact URL with no redirects or the registration won't work. I've never used Nuxt so I don't really know you'd set up the route to not do that. Maybe you want to disable it? https://nextjs.org/docs/api-reference/next.config.js/trailing-slash You say you did but maybe the change didn't apply or something?

#

Google Pay shows the cards saved in your Google Pay wallet associated with your Google account. If you're using Checkout, the button will appear if you're in Chrome and logged into a Google account with saved cards for that account

eager shadow
eager shadow
#

My form also seems to have some issues with Address auto-complete, is it supposed to work OOTB or do I need to enable it somehow?

#

Sorry for all these questions!!

eager shadow
eager shadow
hoary helm
#

it's in the URL for example

eager shadow
#

it's a live ID

#

Does it make a difference?

hoary helm
#

hmm ok! you can still share it if you're comfortable with that

#

I want to check if you use automatic tax

eager shadow
#

automatic_tax: { enabled: true }

hoary helm
#

i..e do you pass automatic_tax:{enabled:true} when creating the Session

#

then yes, Google/Apple Pay don't display when using that

#

also if you use Checkout you don't need to register any domains for Apple Pay actually, so don't worry about that, it's not relevant .

eager shadow
#

My payment is a subscription, does it make any difference?

#

And is there an efficient way to manage taxes while disabling automatic_tax? We are trying to make the checkout process as easy as possible and it's my first experience with Stripe

hoary helm
#

I would use automatic tax. And just accept that you can't have these wallets

#

it sucks but it's the best option for now. There are technical reasons why those wallets can't work with automatic tax and it's a priority we're working on. The customer can still pay.

eager shadow
#

Okay! Thank you about that! There's only the issue with the address autofill left to tackle :>

#

And I was wondering about how Stripe handles upselling (I am currently opening a checkout session for the base price ID, and would select the upselling tier on the Checkout UI)

hoary helm