#anthony-c_best-practices

1 messages ยท Page 1 of 1 (latest)

serene forumBOT
#

๐Ÿ‘‹ 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/1215697290992295937

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

plush cloudBOT
#

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.

upbeat phoenix
#

Hi ๐Ÿ‘‹ can you help me understand what you're referring to when you mention a "client id"?

covert tangle
#

I guess the ID of their account so we can send them payments

upbeat phoenix
#

That's provided to you when you create the Account object for them.

I'm not sure what type of Connected Accounts you're working with, so I'm referencing our guide for working with Standard Connected Accounts though it's similar to the process for other accounts.

The first step is to create the Connected Account, and the ID of the Account is provided in the response to that request.
https://docs.stripe.com/connect/standard-accounts#create-account

covert tangle
#

ohhhhh I see I had it backwards. I was going to the account link first. That makes sense. Thank you!