#madeincosmos
1 messages · Page 1 of 1 (latest)
Even when calling stripe accounts retrieve without connect, I also don't get the business_details field
👋 happy to help
would you mind sharing the request id? and the response you got? 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.
For non-connect request here is the request id: req_ejaHICmIC2YQnd
Response is too long to fit here, maybe screenshot will do
this is working properly?
No, there is no business_details key, nor the email one
Both in connect and non-connect
But documentation is saying there should be.
taking a look
the docs you're seeing in the page you shared are relevant to the latest API version https://stripe.com/docs/upgrades#2022-11-15
but instead you're using API version https://stripe.com/docs/upgrades#2019-05-16
Hmm, that would explain a couple of things
No, unfortunately this did not help. The request id req_sBxzgG9CsAoN1t uses api version 2022-11-15 and business_details stil not here:
The keys I get on that response are:
[
"business_type",
"capabilities",
"charges_enabled",
"country",
"created",
"default_currency",
"details_submitted",
"future_requirements",
"id",
"object",
"payouts_enabled",
"requirements",
"settings",
"type"
]
Ooooh, ok I figured it out!
I have to query with --live
stripe accounts retrieve --live
But in dashboard there is no way to edit test data for account details
So the only way to get data is through live api, and no way to test it
Anyway, this will do.
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!