#Apk
1 messages ยท Page 1 of 1 (latest)
My business/company name are "Alex Test Company" but the account name always ends up "Alextestcompany"
I see. Can you share the request ID for the creation request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
req_cgklDY8PzLN9JJ
I see in that request log that there is a "Dashboard" parameter where it is set as that... Though I do not see a way to manipulate this in the .NET SDK
I think that value is coming from settings.dashboard.display_name on the account object
https://stripe.com/docs/api/accounts/object#account_object-settings-dashboard-display_name
yeah I don't think the APIs currently support updating that
Let me check internally to see if there's any way
Interesting that the SDK would be POSTing it as "Alextextcompany" though, if it doesn't even support changing it. There must be some logic in the SDK that's setting it to that spaceless, capless string to begin with 
Doesn't seem like there is any reference to the dashboard object in the API docs for creating or updating
Yeah, you could update it via the dashboard ๐
https://support.stripe.com/questions/update-account-name-shown-in-the-dashboard
but no way using the API. I've asked a colleague to take a look too in case there are alternatives using the API.
If not, we'll file a feature request for this
Thanks. If not an API for it, I think it would make sense to use use the business name "as is" and not a weird spaceless modified version of it on new account creation ๐
Yup, I can file a feature request to enable this via API after I hop off discord.
If you want to keep a track of it yourself, you can file one via our support
https://support.stripe.com/?contact=true
If you could submit a feature request I'd appreciate it!!