#johnroberts4082
1 messages · Page 1 of 1 (latest)
What type of connect account is it?
Express
Ah ok. Updating email via api is custom only. See: https://stripe.com/docs/api/accounts/update#update_account-email
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
For express the account holder will need to do it themselves: https://support.stripe.com/questions/update-personal-information-for-an-express-account
Find help and support for Stripe. Our support site 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.
Thanks. Our users sign up and provide an email, we use it to create the connect account. I wanted to update the email on the Stripe side when they update their email on our app.
Yeah for express, there's not a way to do it via the api