#mounirmtl
1 messages · Page 1 of 1 (latest)
Unfortunately not that I know of. You can programmatically update all the info on the Connected account if you're using Custom Connect, but I don't think you can do that for Express or Standard accounts: https://stripe.com/docs/api/accounts/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Good news is we're using a Custom Connect account with an account link for onboarding.
however when we use the account link, users are asked to be authenticated with the email or phone number they signed up with the 1st time they went through it.
For more context, we're letting stripe collect bank information during the connect onboarding.
If we do update the owner info with a new email, will they be able to login via the account link?
Hmm the things you're saying seem to conflict a bit, because custom accounts don't have any login info with Stripe directly
custom accounts can create an account link via the API so merchants can go through an onboarding process handled by stripe to collect KYC informations
Sure, but that does not involve a login flow, you manage the authentication for those users before redirecting them