#dusk-_docs
1 messages ยท Page 1 of 1 (latest)
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.
- dusk_custom-apionboarding, 18 minutes ago, 28 messages
- dusk_connect-onboarding, 23 hours ago, 63 messages
- dusk-_docs, 5 days ago, 71 messages
- dusk-_docs, 6 days ago, 52 messages
๐ 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/1242531634478055494
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! ๐ @loud radish
Hello! No, you can't use the same Person object across multiple accounts. You would need to create one for each account.
And is it fine if they're duplicates?
Duplicates as in they'll be representing the same human?
Yes, same object data
Yep, that's fine.
Awesome, thank you
Happy to help!
Is it possible to create a dangling Stripe Person -- one that is not attached to a Stripe Connect Account on Person creation
No. Why would you want to do that?
The Person would have to be associated with a Stripe account, be it your platform or a connected account.
Got it
https://docs.stripe.com/api/persons/create#create_person-additional_tos_acceptances
This says additional tos_acceptances. Are there any other tos acceptances that'd need to be accepted from the Person / Connected Account
Are they both the same?
It depends. Some connected accounts only have a single person associated with them, thus TOS acceptance can happen at the account level. Others have distinct Person objects (one or more) where TOS acceptance happens at that level.
Makes sense.
So when initiating the connected account, if our platform's user checks the Stripe Service Agreement, can I mark the TOS acceptance true at both levels then?
I can't answer legal/regulatory questions like that here. ๐