#Mehdei
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you share the ID of a request where you encountered that error?
Apologies, I don't actually think that ID is necessary. It is expected for your Platform to not be able to access Persons for Standard or Express Connected accounts:
https://stripe.com/docs/api/persons#:~:text=A platform cannot access a Standard or Express account's persons after the account starts onboarding
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OK, can i avoid onbording while using connect accounts?
because my customers have nothing to do with Stripe pages .. they only use my web app
No, Connected accounts must provide enough information for us to verify their validity before they're allowed to process charges or payouts.
If your users/customers are interacting directly with your site and have no knowledge of Stripe being involved, then Standard accounts may not be the best fit. Custom Connected accounts are usually a better fit for scenarios where you don't need or want to disclose that Stripe accounts are being used.
https://stripe.com/docs/connect/accounts#custom-accounts
OK, thanks alot for you bro ๐
Happy to help!