#Gerson
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You'd typically set stripe_account value to the connected account ID to specify what connected account you want this request to go to
We have more information on that here
https://stripe.com/docs/connect/authentication
Right, I got that! But at this setup:
Every single account has a specific api key
Does it matter if a pass the key or the account?
Oh, wait... These seem like individual Stripe Accounts and not connected accounts.
Let's take a step back, what exactly are you trying to do here?
Want to make sure I'm on the same page
Oh, right
I didn't know that connected accounts were different
I'll explain
At my application I'll have to redirect the request to a specific account
Here is my code
So, my accounts are not connected?
I probably have only one account by key
right?
No these are completely separate Stripe accounts.
At my application I'll have to redirect the request to a specific account
What kind of request is this specifically?
Are you trying to let's say create a Payment on a specific account? What does your application do?
Is this a marketplace like are you planning to use Stripe connect?
https://stripe.com/docs/connect
This is a simple request, I'll list users, create prices and, yes, create payment intents as well. Even use the checkout session
That code I sent you is the beginning of every request
But I think a get it now
I'll use the api_key
Cause they are different (not connected) Stripe Accounts
Thanks Master Shimada! See you in queue
Happy to help ๐ Good luck