#madeincosmos

1 messages · Page 1 of 1 (latest)

pale micaBOT
low canyon
#

Even when calling stripe accounts retrieve without connect, I also don't get the business_details field

azure vapor
#

👋 happy to help

low canyon
#

For non-connect request here is the request id: req_ejaHICmIC2YQnd

#

Response is too long to fit here, maybe screenshot will do

azure vapor
low canyon
#

No, there is no business_details key, nor the email one

#

Both in connect and non-connect

#

But documentation is saying there should be.

azure vapor
#

taking a look

low canyon
#

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.

umbral flume
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!