#angel785420
1 messages · Page 1 of 1 (latest)
Hello!
Can you give me some more details? Stripe Transfers aren't somethign that you'd pass in a tax code for and are completely unrelated to Products, so I'm not fully sure what you're trying to do
So I have an application that allows sellers to sell products to other users in the application. A potential customer can buy from mutiple sellers how can I automate taxes based on each sellers location? since my application also sells food items wchich can be different tax rate, I was wondering if that could be automated aswell? I was looking at this https://stripe.com/docs/tax/tax-categories
For some context I currently have it setup where I the main stripe company account collects the whole amount, collect my application fee and then transfer the respected amounts to the sellers
The tax information isn't something you pass in when transferring - it's something you'd have to set up when you actually collect the payment
Have you taken a look at this? https://stripe.com/docs/tax/connect
You're doing separate charges and transfers - so you'll want to be using the Tax API to create PaymentIntents (https://stripe.com/docs/tax/custom)