#maxv9161_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/1217095199113740339
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I'm taking a look, but I've not seen this error before so it will take me a moment to try to figure out what is going on here.
Hello!
Thank you!
I see this account has already been deleted. Could you create a new Connected Account, the same way you created this one, and then list all Person objects for the account?
https://docs.stripe.com/api/persons/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm not sure offhand, and the server is a bit busy to test at the moment, but I'm thinking we may create an empty Person object that you would update rather than creating a new one.
Oh sorry. will create a new one
this account: acct_1OtUH72HBQAcm2wI
and the request: req_RxMsQchSgWbk56
Thank you, now for that account, can you make a request to list the Person objects using the endpoint I linked above?
Ok, thanks!
Ah, instead of trying to create a Person, can you provide the details for the individual to the individual hash within the Account object?
https://docs.stripe.com/api/accounts/update#update_account-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.
Yeah I can,
I just wanted to have the same code for company and individual as is stated in the docs
Thanks for flagging that, I'll need to take a closer look at that doc as well.
Got it.
So buttom line is that I cannot do that?
*use person for both indivodual and company
That's the way it appears, but I'm not sure that's right
Sorry for the delay here, there is a steady flow of new questions coming in. I'm asking a teammate to take a look at those errors and the docs, it does seem there is misalignment there.
@wheat ingot can you try creating a Person again, but this time can you also populate the relationship hash:
https://docs.stripe.com/api/persons/create#create_person-relationship
We're thinking you need to specify those to indicate this is the only Person for the Account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Specifically it looks like we're looking for the relationship.representative field to be set to true.