#leventdev
1 messages · Page 1 of 1 (latest)
What locale? The account's country?
Preferred display language
Where? For the customers on that account? That would be autodetected by the browser
We already collect that information during our own onboarding, and this little thing is hard to find
When generating an account setup link.
https://stripe.com/docs/api/account_links/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah got it
One sec
Ah not possible to force via code right now. See first comment on this SO post. That's still the current state: https://stackoverflow.com/questions/72871251/stripe-connect-onboarding-language-get-param
Hi I'm creating a onboarding process where user is being redirected to stripe connect onboarding via account link which provides me with link of the following form:
https://connect.stripe.com/setup/s/
Locale of browser is used or you can use that dropdown
I see. Thank you. is it possible to pass this over as a requested feature for the API?
Yes sure I can report this to the team
No guarantees on if/when it'll be implemented though
That's fine. Thank you for the help!