#Serotonin9443-checkout
1 messages ยท Page 1 of 1 (latest)
Hello! Let me double check on that for you
Do you mind sharing a Checkout Session ID so I can take a look?
cs_live_b1N8MhY235piU7Dyeqyhm3nIJL2oHDfR2knFbovqqhou6yY4ipHd2XDdo9
I don't see an indication on that event that they paid with GPay, but that is what the customer told me.
Yeah looking at this a bit more on our end, I don't think billing_address_collection: required works with digital wallets - it's part of the reason why right now we don't allow Apple + Google Pay in a Checkout session that needs Stripe Tax (which requires an address)
Huh... I thought I had enabled tax on all of the prices attached to that checkout session ๐ค
Is there any way I can force the checkout session to not accept digital wallets? I'm not seeing anything under the payment_methods field for digital wallets
Is there a specific reason you want to force it not accept digital wallets?
I need to enforce collecting the billing address for my business, because it plugs into some compliance information that we collect for each customer.
If I get an incomplete address with a digital wallet, I need to not accept digital wallets.
I don't think there's a way to disable digital wallets, but did you mention you wanted to enabled automatic tax on Checkout? If automatic tax is something you're planning on using you get the added "benefit" of not having google + apple pay
That would be great! Currently the prices I have attached to the Subscription that people are buying have a "Tax Behavior: Exclusive". I was under the impression that would set me up for automatic tax? Is there something else I need to do?
For checkout sessions you also need to set automatic_tax[enabled]=true when you create the session (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-automatic_tax-enabled)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Aha, perfect. So if I enable that, I should get complete addresses going forwards?
yup!
Thank you so much! ๐