#pascal-marketplace
1 messages · Page 1 of 1 (latest)
What information on using Tax with Connect are you looking for? Is there a specific step in setting up Tax that is running to an issue with your Connect integration?
I have setup the Tax in the dashboard. I am passing the very basic information to the Stripe Checkout session - price, connected account etc. The error I am getting is You can not pass automatic_tax when not using prices.
I want to understand if the prices have to be setup for the Connected Account before using Stripe Tax or can it work on adhoc prices sent to the checkout
Unfortunately not. That error is specifically about ad hoc prices not being compatible with Tax.
So you will need to make Prices objects for this
Thank you for the confirmation. Just for my clarification, in my implementation, I have to create the price/product object for each item Seller adds to their store, in their connected account.
Correct
I am checking the price API, I am not exactly clear how I can pass the connected account information with the price object so that it can be in their account. Is it possible?
You should be able to pass the Stripe-Account header like with other connect calls https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you. I will check that. You have been great help.
One query, which one would be a better option - creating product in connected account or creating product in the platform account?
Very good point, that depends on the payment flow that you want. What kind of multiparty payments are you doing here?
I am using Standard. This is similar to Shopify, the end customer will interact with the seller only.