#santosh.dhungana-stripe-tax

1 messages · Page 1 of 1 (latest)

boreal narwhal
tight saffron
#

i went through the docs but tax collection can be achieved with billing, invoice and checkout

#

my condition is i have created clients and attached their cards .. I just want to calculate tax based on users zipcode or shipping address

boreal narwhal
#

You can't do that with Payment Intents alone. Stripe Tax needs to know what type of products you're selling, and that information is stored at the Product level, so you need to leverage a flow that uses those Product objects.

tight saffron
#

thank you toby ..