#rohitbhargav
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
this is the ID req_KKGYuuJyQyTqmB
Any reason why you're using OAuth and not Account Links? I suspect that endpoint isn't supported via OAuth connections
ohh okay let me check with the team give me a sec
This is the recommended way for platforms to onboard Express accounts: https://stripe.com/docs/connect/express-accounts
OAuth is considered legacy and shouldn't be used
okay
we followed the sam
the reason why we are calling the list person api is in the retrieve account api we are not receiving the date of birth field so that is the reason one of stripe support member has suggested us to use person api calls
Yeah I think with Express accounts specific information is not available:
A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account. See the Standard onboarding or Express onboarding documentation for information about platform pre-filling and account onboarding steps.
https://stripe.com/docs/api/persons
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That is quoted from the Persons API
You can't access those objects as the platform of Express accounts
okay
A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account.
If you need that data, you'd need Custom accounts
ohh okay