#rohitbhargav
1 messages · Page 1 of 1 (latest)
Hello, In the retrieve account api call response we are not receiving the Date of Birth that we have submitted during the express account onboarding
Hi there, do you refer to the individual.dob field? https://stripe.com/docs/api/accounts/object#account_object-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.
No can you please elaborate more on this
to get the account details
where in there is no object called individual
Please remove secret key in your earlier message. Discord is a public place and everyone can see it
You should also roll your key asap.
OK, the account object doesn't carry the person information. You should use the list person API https://stripe.com/docs/api/persons/list#list_person to get a list of people associated with the account’s legal entity, and you can find the person's dob there https://stripe.com/docs/api/persons/object#person_object-dob
can you please update
I don't understand the question, what do you want me to update?
the messages are loading late
You mean you didn't get this message?
yes
i just recived it
so you mentioned i have to use persons api to get the details then in that case is there any api get get the persons associated with an express account
No there's no API to retrieve person info and account info together.
okay thanks