#Beans

1 messages ยท Page 1 of 1 (latest)

pale badgerBOT
dreamy stirrup
#

Hi there!

#

I'm not sure I understand, can you clarify your question?

mild bobcat
#

We are using Stripe Express Account for our users

#

They are creating their own products in our website

#

Right now the products created are in our main account.

#

How can we do it in a way that when they create their product, it will be connected on their Stripe Express Account

#

Is that make sense? ๐Ÿ˜„

dreamy stirrup
#

What do you mean by products? The Stripe products objects https://stripe.com/docs/api/products?
These products are on your platform account, and you want them on the connected accounts?

mild bobcat
#

Right

#

We want them to connect to their respective connected accounts.

dreamy stirrup
mild bobcat
#

Will check this out.

#

So instead our API KEY

#

I will use the connect account api key?

dreamy stirrup
#

No, you always use the API key of the platform account, but on top of it you pass the Stripe-Account header that contains the account ID of the connected account.

mild bobcat
#

ohh

#

like this?

dreamy stirrup
#

Exactly.

mild bobcat
#

The CONNECTED_STRIPE_ACCOUNT_ID is the ids that prefixes "acct_" right?

dreamy stirrup
#

Yes!

mild bobcat
#

Cool, will try it out. Thank you!

dreamy stirrup
#

Happy to help ๐Ÿ™‚