#matthew-sofsafe_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1215596893099401276
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- matthew-sofsafe_api, 3 hours ago, 4 messages
I did not try the Branding on the settings, since I'm wondering if it can be done via API or not.
No, AFAIK there is no public API for that
but let me double check...
thank you
Ok I think you can achieve this on a Connect Account:
https://docs.stripe.com/api/accounts/update#update_account-settings-branding
I'm checking it out
If you make GET on your platform account GET /account
You can see your branding
under settings.branding
dumb question from me. for example, my business name when I created my stripe account is Texan Rewards LLC. The accounts object are like sub-accounts of my original account?
The accounts object are like sub-accounts of my original account?
These are connected Accounts to yours
Well you can update the branding of your connect accounts via API but not yours
You need to use your dashboard for that.
That won't be a problem. My main focus would be the connect account's business names and icons
i see that i would need stripe's File object to attach to the branding > settings > icon parameter
Yes you can create one using the Files API:
https://docs.stripe.com/api/files/create
thanks. Also identity verification is included when being created from the connect account?
What you mean exactly by that ? what you want to achieve exactly ?
After creating a connect account. How do I use that account to create an identity verification session link?
i haven't created one yet, but i guess a custom
๐ taking over for my colleague. Let me catch up.
before jumping the gun here, please visit this page https://docs.stripe.com/connect/accounts
this will help you make your choice
i see. Express accounts is what i would use, since it mentions that it handles the onboarding and identity verification processes
in that case please visit this page https://docs.stripe.com/connect/express-accounts
and if you have any specific question let me know
I'm checking out the link