#Priyanka
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
What option are you trying to turn on?
Also what kind of connect charges are you making? Direct charges? Destination charges? Separate charges and transfers?
I think it's a Direct charges
I just use connected account id in my api header
and payment is registered in connected account
I can see tax rate option in Products menu on platform but I can't see it on connected account's product option
If this is the dashboard can you send me a screenshot of that option? Looking for where you can set this in the API, but a screenshot may help me find it faster
Would this potentially be it? https://stripe.com/docs/api/products/update#update_product-tax_code
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah gotcha, you can create those with this endpoint https://stripe.com/docs/api/tax_rates/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You will also want to use the Stripe-Account header and keep track of which tax rate ID is assosciated with which account