#.ib3n
1 messages · Page 1 of 1 (latest)
I think you can create an account link with type: account_update to change this
https://stripe.com/docs/api/account_links/create
We know nothing about the dashboard features unfortuantely so not sure if it's possible via the dashboard or not
Great will try that, thanks so much! Have a great day
NP! 🙂 Good luck
Is this for a stripe generated UI link or do I need to create this URL myself ?
This is for Stripe hosted onboarding
Ah ok, I get the error
You cannot create `account_update` type Account Links for this account. Valid types for this account are ["account_onboarding"]
what type of connected accounts are you working with?
Express
can you share the request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
yes sorry had quit the terminal, created a new one with the same error
req_LcPC3hs1idfFDc
hmm, the other option would be
https://support.stripe.com/questions/update-personal-information-for-an-express-account
OR calling the Update Account API to update email
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.
the update account api was what i tried first and I got the error in my original message
This application is not authorised to edit the parameter 'email'.
ah whoops, sorry
Hmm ok I couldn't get this to work, but when I created an account_onboarding link, there was an email input with some helper text underneath that email is not required in test mode
Thanks for your help anyway!
Interesting, I thought you could update that in test mode.