#maxbash_api

1 messages ¡ Page 1 of 1 (latest)

queen daggerBOT
mental kettleBOT
#

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.

queen daggerBOT
#

👋 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/1245406238229925968

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

austere ether
#

Hello! I'm not sure I completely understand. You have a connected account and you want to get the Tax IDs it has? What is "kvk"?

pastel venture
#

Yes, so for example I have a company called Gibbon Software and I had to fill in this information which is required in the Netherlands. Then I connected this company to our platform using Connect. Now the platform needs the KVK and VAT number for their own tax registers, so I was wondering if the platform can get these details through the API

austere ether
pastel venture
#

It returns

{
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/tax_ids"
}

austere ether
#

That indicates there are no Tax IDs on that Account.

pastel venture
#

req_vo8tE2wDoR7Y3d

austere ether
#

You made that request on your own account, not on a connected account.

#

If you want to make that request on a connected account you need to specify the account ID in the Stripe-Account header per the documentation I linked above.

pastel venture
#

I added the header Stripe-Account: acct_1PIrRdIspn7wOnfu right?

austere ether
#

You did not.

#

Not in that request.

pastel venture
#

In this one? req_T543eqtYY2bzr1

#

According to postman I did right?

austere ether
#

Yep, that one was made on the connected account.

#

Did you get a Tax ID in the response?

pastel venture
#

Nope, same response

{
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/tax_ids"
}

austere ether
#

Are you certain there's a Tax ID object on that account?

pastel venture
#

Well I'm certain there is a KVK and VAT number on the account, like seen in the image above. I do not know how that relates to a Tax ID object

austere ether
#

Oh... you mean you provided those details during account onboarding?

pastel venture
#

Yes

austere ether
#

You, as the platform, can't access those details on a Standard connected account.

pastel venture
#

Ah and are there ways that we could? With non-standard accounts, request or something else?

austere ether
#

Let's back up a bit. Can you tell me more about what you're trying to build?

pastel venture
#

Yes ofcouse. We have an event platform and event organisers can sell their tickets on our platform. We charge a 10% fee for that and do this with Stripe Connect. However, we need to invoice these organisers for all of the fees we collected, so we need their invoicing information. Since they already put in all this information in Stripe, I thought it would be good to gather that information instead of asking them twice.

austere ether
pastel venture
#

Ah I see

#

So there is no way to collect and retrieve the information from within the Stripe platform?

austere ether
#

Correct.

pastel venture
#

Alright, thanks!