#serLomov
1 messages · Page 1 of 1 (latest)
👋 Hopping in here - do you have any example requests IDs with those errors that we could take a look at?
Let me see if I can track one down
Yeah, it sounds like you're incorrectly using the Stripe-Account header or maybe using the wrong API keys and seeing the request itself will help us narrow it down
Here's one using for https://api.stripe.com/v1/accounts req_XyKjLE02WriF3v
Here's one for https://api.stripe.com/v1/account_links req_asZevQmIrIVnEL
Can you clarify really quick - do you (as a platform) have connected accounts that you want to created ADDITIONAL connected accounts for?
Ah, no what I'm trying to do is to invite our clients to create their first connected account with us
Gotcha - then is there a reason you're using the Stripe-Account header with these requests?
If you want to create accounts on your own platform then you shouldn't be using the Stripe-Account header for /v1/accounts of /v1/account_links
Probably just inexperience with the api. That and for some of these I tested using the zapier integration since it was faster to set up than retool
What account header should I be using?
You shouldn't be using any account header at all for accuont/ account link creation
We have a good guide here (https://stripe.com/docs/connect/express-accounts) on how to do this
but the most relevant section will be https://stripe.com/docs/connect/express-accounts#create-account - you can see in that example, there's no Stripe-Account header set. You just call the /v1/accounts API with your platform account's API keys