#d_api
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.
- d_api, 32 minutes ago, 10 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/1272589135898607618
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yeah that's what I thought too but it doesn't seem to work...Let me try to find the error message
updated info:
Request req_9JQgYKG47MXbRM: Adding additional persons is not supported for accounts with business type individual.
The thing is that there is not person on the account yet
I'll try again here
Yeah, so that won't work because there is not a person on the account yet
Logical thing to do would be the https://docs.stripe.com/api/persons/create but that does not work either with the above error
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi ๐
Sorry it's pretty hard to follow what is going on here
hi @cinder maple - the user reached out asking :
"Is there a way to create/update a person on an individual business type with a person token?"
I responded with : You should be able to use this endpoint: https://docs.stripe.com/api/persons/update
then the user responded with the following:
Yeah that's what I thought too but it doesn't seem to work...Let me try to find the error message
Request req_9JQgYKG47MXbRM: Adding additional persons is not supported for accounts with business type individual.
The thing is that there is not person on the account yet
I'll try again here
Yeah, so that won't work because there is not a person on the account yet
Logical thing to do would be the https://docs.stripe.com/api/persons/create but that does not work either with the above error
Do You have an actual question here? It's really hard to parse what your ask of me is in this situation.
how can a user create/update a person on an individual business type with a person token?
The https://docs.stripe.com/api/persons/update endpoint is returning an error message that says the following:
Request req_9JQgYKG47MXbRM: Adding additional persons is not supported for accounts with business type individual.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What part of the Connect Account setup are you trying to accomplish here?
Treasury Financial Accounts
Okay that's a whole 'nother kettle of fish
oh yeah. on custom connect. I can have the user reach out directly if that would be more valuable
What part of this document are you stuck on? https://docs.stripe.com/treasury/account-management/connected-accounts
directly in discord - not directly to you
Sorry but that doesn't help me identify a problem. I recommend you review the canonical integration document and make sure you are following those steps.