#rohitbhargav

1 messages · Page 1 of 1 (latest)

candid robinBOT
valid trench
chilly bane
#

this is the ID req_KKGYuuJyQyTqmB

valid trench
#

Any reason why you're using OAuth and not Account Links? I suspect that endpoint isn't supported via OAuth connections

chilly bane
#

ohh okay let me check with the team give me a sec

valid trench
#

OAuth is considered legacy and shouldn't be used

chilly bane
#

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

valid trench
#

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

chilly bane
#

yes hence we moved to person apis

#

and my team mentioned we are not using oauth

valid trench
#

That is quoted from the Persons API

#

You can't access those objects as the platform of Express accounts

chilly bane
#

okay

valid trench
#

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

chilly bane
#

ohh okay