#Gabriel L
1 messages · Page 1 of 1 (latest)
Hello, can you send the ID of the Checkout Session that you tried this with? Can check in to what else may be required here
I can give you the checkout url, is that ok? https://checkout.stripe.com/c/pay/cs_live_a1xfnzcyhm1JnZMIDvFMqQcOMyTFno0UgOadfCwzKBqFznrp5xhIOlX898#fidkdWxOYHwnPyd1blppbHNgWnRtR1RNUGFWM1ZEaX1%2FMzRfMjdLXXRvaicpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYCkndXdgaWpkYUNqa3EnPydJZHFqJ3gl
Yep, that has the ID in it. For reference that would be cs_live_a1xfnzcyhm1JnZMIDvFMqQcOMyTFno0UgOadfCwzKBqFznrp5xhIOlX898 in this context
Checking in to this and will get back to you
Apologies for the delay. I actually still don't see billing_address_collection being passed in to your checkout session create call and automatic_tax.enabled is still being set to true https://dashboard.stripe.com/logs/req_XqP9JWtz2ZN1hC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ok.. so to be clear.. no matter what configuration we use, billing address is mandatory for GPay, taxes or not? Is that correct?
Will need to double check that and get back to you. I trust my colleagues but don't immediately know this one myself
Oh actually it looks like it is a shipping address https://stripe.com/docs/tax/checkout#:~:text=When you enable Stripe Tax,supports Apple Pay version 12.
So yes, it is required at the moment unfortunately. We are working to provide it without the shipping address collection but for the time being it is needed to display google pay
You can also not have google pay turned on for now and it will automatically show up when we release our update that enables gpay without shipping, though I don't have an ETA on that
Auto tax is disabled on our side...
So it really is a shipping address issue from what I can tell. Correct?
And you are already working on a fix for it but with no ETA. Correct?
I'm just trying to confirm 100%.
When creating the Checkout Session, your server passed automatic_tax: { enabled: "true", },
So automatic tax was on for that specific session https://dashboard.stripe.com/logs/req_XqP9JWtz2ZN1hC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And yes, with Stripe Tax, the shipping address is required. Work is underway to make this easier but no current ETA
Ok, I will check with our developpers then and will come back if I need to. Thank you for your assistance
One more question... do you know of any other reason why automatic_tax would be true even if the toggle is turned off like in my screenshot? ... or do you really think this is something from our side? Like, is there a delay or something maybe?
Just trying to rule out possibilities.
Hello 👋
This is something your PHP code is passing when it makes a request to Stripe's API to create the checkout session.
Ok, Thank you.