#manubati-account-name
1 messages · Page 1 of 1 (latest)
Yes i believe so
This should be the business_profile.name: https://stripe.com/docs/api/accounts/object#account_object-business_profile-name
Okj perfect
asnd if it was an express account?
and a standard non-connected (not stripe connect) account?
Yeah it is all the same pretty much. That is the field for external-facing business name that is set on an account. For Express/Custom there is the legal name field which is set at the company level: https://stripe.com/docs/api/accounts/object#account_object-company-name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Right but in the gui, that legal name field, is it not the "Public Business name" ?
Those can be different
Some merchants want to use a different customer-facing name than their legal business name.
Great thank you.
My colleague is coming on to ask you further questions if that's OK, apparently he has trouble accessing this resource
thank you!
Hi! Thanks for your previous answers!
Actually, the issue is that we don't find a way to give the API key the permission to retrieve the account details. here's the error message we get: "Having the 'rak_connected_account_read' permission would allow this request to continue."
Do you know how/where we could leverage this permission in stripe portal? We're not using connected accounts.
Oh you aren't using Connect?
So you are trying to retrieve details of your own account?
yes exactly
With a Restricted Key?
here's a request id: req_e0CWFUQIIx8D3w
Got it.
Okay, I just tested to make sure and you do need Connect permissions even to retrieve your own account
So when you create the restricted key, you want to give the "All Connect resources" either Read or Write
Reason here is that the retrieve Account endpoint isn't really meant for your own account... it is Connect focused.
Yes I agree, that what I understood from the doc.
Thanks! I'm gonna check with the team and get back to you!