#pascal-marketplace

1 messages · Page 1 of 1 (latest)

simple remnant
simple remnant
#

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?

unkempt adder
#

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

simple remnant
#

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

unkempt adder
#

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.

simple remnant
#

Correct

unkempt adder
#

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?

simple remnant
unkempt adder
#

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?

simple remnant
#

Very good point, that depends on the payment flow that you want. What kind of multiparty payments are you doing here?

unkempt adder
#

I am using Standard. This is similar to Shopify, the end customer will interact with the seller only.

simple remnant
#

Ah yes Direct Charges, yes you will want these products to be created on the Connected accounts

#

A product only exists on the account they are created on so if it is created on the platform account, calls on the connected account will not recognize the ID

unkempt adder
#

Okay, guess I have more apis to implement now 🙂

#

Thank you