#meisei81
1 messages · Page 1 of 1 (latest)
Have you set setup_future_usage on the Checkout Session?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
sorry. let me try.
I turn on the tax_id_collection[enabled] but I can't see the place to collect
What's the cs_xxx ID for that session?
That's not the ID of the session
I expect it's likely because of this:
Checkout only collects tax IDs on Customer’s that don’t already have an existing tax ID. If a Customer has one or more tax IDs saved, Checkout does not display the tax ID collection form even if tax ID collection is enabled.
https://stripe.com/docs/tax/checkout/tax-ids#:~:text=Checkout only collects tax IDs on Customer’s that don’t already have an existing tax ID. If a Customer has one or more tax IDs saved%2C Checkout does not display the tax ID collection form even if tax ID collection is enabled.
Or maybe this actually: https://stripe.com/docs/tax/checkout/tax-ids#:~:text=If you’re collecting,to auto.
These are my whole parameters in creating checkout session
this customer doesn't have any tax id
I see the field on cs_test_a1s9q5FSsRSqQPS9ED1tVYVVEdibSLC1Yzgnlh0Wo4gIG8kYrqML3qh74j
Just visited the URL
emm.. that's weird..
I turn on all wallet payment method in stripe dashboard but I can't find the google pay in the checkout
I can see alipay wechat pay but no google pay
What's session ID?
this one you used
cs_test_a1s9q5FSsRSqQPS9ED1tVYVVEdibSLC1Yzgnlh0Wo4gIG8kYrqML3qh74j
I see Google Pay
Is this related to the area? I'm now in China
"payment_method_types": [
"card",
"bancontact",
"eps",
"giropay",
"ideal",
"alipay",
"wechat_pay",
"link",
"paypal"
]
These are the whole payment methods I can see
Wallets are categorised as card so that's not the issue
You either:
- Don't have a real card in your wallet at
pay.google.com - You're in a region that doesn't support Google Pay. AFAIK China does so I doubt it's that
It'll be at the top of the page, not in the carousel:
Do you see the button here? https://stripe.com/docs/stripe-js/elements/payment-request-button