#simezl
1 messages · Page 1 of 1 (latest)
👋 happy to help
Do you see my question here?
yes sure! basically you need to collect all the billing details
But I found some other website can do something like this
if you're using Checkout and Automatic Tax then Stripe will have the hand on figuring out what needs to be collected https://stripe.com/docs/payments/checkout/taxes
I want to do something like this
Just provide postal code and countries
So stripe can help me calculate the tax automatically
https://stripe.com/docs/tax/customer-locations
I also found you guys support this way
how to apply it in our code?
yes that's also possible
you have to first create a customer with a location
and then create a Checkout Session and pass in the customer
I don't know what you mean, I want to just create the address information in checkout page
collect*
Here is how my checkout page looks like, I want to just input postal code and country
Doese it make sense to you?
then you don't have control over what is displayed