#littlepinkcookie_code

1 messages ยท Page 1 of 1 (latest)

light tigerBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1347183887033565275

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

fathom sleet
#

End of the code is

automatic_tax: {
            enabled: true,
            liability: {
                type: 'account',
                account: provider.stripeAccountId,
            },
        }
#

Is there something I'm missing ? Like a way to say this given tax id X is now the default tax id of the express account Y ?

exotic kraken
#

๐Ÿ‘‹ happy to help

#

would you mind sharing a request ID or a checkout session ID?

fathom sleet
#

Sure! Here is the checkout session id that is currently opened on my screen : cs_test_b1GuwEf5WuGDRGgX8H7Qxun6FqOI53Fgq18Ut85im8iHadbVVBc9fbF4SC

#

Do you want me to finish the checkout to have better view ?

exotic kraken
#

yes please

fathom sleet
#

done

#

The Connected account I'm trying to use with the custom Tax ID is : acct_1QzcSRQlrB1Ff3AF

exotic kraken
#

you're also not passing transfer_data

fathom sleet
#

I didn't do the Tax Setting indeed, but I don't see where it's about having the Seller VAT number with it

exotic kraken
#

let's step back 1 second before we proceed

#

reading this table

fathom sleet
#

About the transfer_data, correct me if I'm wrong, but won't it do an automatic payout ? We need to hold the money for a given time before allowing them to collect it

exotic kraken
#

do you consider your business to be a platform or a marketplace?

#

About the transfer_data, correct me if I'm wrong, but won't it do an automatic payout ? We need to hold the money for a given time before allowing them to collect it
that can be done whether by collecting a separate charge and transfer or by making the payouts manual...

fathom sleet
#

do you consider your business to be a platform or a marketplace?
According to the definitions in this table, we are a platform. Professionals set up their page, where customers can book sessions one by one

exotic kraken
#

but this is a product then which makes you a marketplace

#

no?

fathom sleet
#

To be honest the difference in this table is very thin and it's hard for me to give a firm answer

We are a booking platform, people are not buying material items, but they book sessions with sellers (i.e 1h Yoga, tomorrow at 14:30)

exotic kraken
#

ok in that case yes it's more of a platform

#

so the next question becomes how are you collecting the tax IDs from your connected accounts?

fathom sleet
#

Via a form, happenning after the Express onboarding

exotic kraken
#

your own form?

fathom sleet
#

Yes

exotic kraken
#

then you need to use the Tax Settings API as I suggested earlier

#

and don't forget to fill the default Tax ID as well

fathom sleet
#

Got it, so

Step 1: express account onboarding
Step 2: via my custom form I'm populating the connected account Tax Settings & Tax ID
Step 3: modifying my checkout to comply with the doc you just sent above
Correct ?

and don't forget to fill the default Tax ID as well
Ah! That's the part I'm missing! I can't seem to find that part in the documentation

exotic kraken
#

sorry my bad I mean tax code

#

if the product don't have any tax code

#

this would be the one used

light tigerBOT
fathom sleet
#

Ah ok! And so to display the seller VAT number on the invoice, this is some setting I need to apply at Invoicing level ? Or should it be something populated at checkout stage that will be reflected on this invoice

prime gulch
#

Hey! Taking over for my colleague. Let me catch up.

#

And so to display the seller VAT number on the invoice, this is some setting I need to apply at Invoicing level ? Or should it be something populated at checkout stage that will be reflected on this invoice
It should be displayed in the invoice yes:
https://docs.stripe.com/tax/invoicing/tax-ids#tax-ids

fathom sleet
#

Ok I see! Sorry for the chained very basic questions, I'm scareed about threads closing so fast that require starting a new one ๐Ÿ˜…
It sounds like I've got everything to start, I'll give it a try! Many thanks guys