#mitsu_api

1 messages ยท Page 1 of 1 (latest)

balmy questBOT
rugged latchBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

balmy questBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255085958223626302

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

hollow ruin
balmy questBOT
stable badger
#

๐Ÿ‘‹ happy to help

#

what type of account is it? a company or an individual?

hollow ruin
#

individual

#

$this->stripe->accounts->retrieve('acct_1PTyBiIZ1JuRr5wx')
I'm using this API but I can't get the information that I circled in red in the image

stable badger
hollow ruin
#

But api $this->stripe->accounts->retrieve('acct_1PTyBiIZ1JuRr5wx') does not return response with individual

stable badger
#

taking a look give me a moment

#

what is this?

hollow ruin
#

I thought you just logged in ๐Ÿ™‚

#

nothing

stable badger
#

please never share your OTP with anyone

#

not even Stripes

#

no Stripe would ask you for your login information or OTP access

stable badger
#

yes I am still checking

balmy questBOT
stable badger
#

you will get the owner of the account's information there

hollow ruin
#

$this->stripe->accounts->allPersons('acct_1PTyBiIZ1JuRr5wx',['limit' => 3])

#

Please help me check

#

$this->stripe->accounts->allPersons('acct_1P0yEuIJOXcdaYNk',['limit' => 3])

#

how to get person_xxxxxxxxx of connected account acct_1PTyBiIZ1JuRr5wx

gleaming bobcat
hollow ruin
gleaming bobcat
#

I need you to share with me the requestid of that failure API request in order to help narrow it

#

Or at lease could you confirm this:
Your platform account: acct_1P0yEuIJOXcdaYNk
The target connect (Express) Account: acct_1PTyBiIZ1JuRr5wx

hollow ruin
#

Your platform account: acct_1P0yEuIJOXcdaYNk
The target connect (Express) Account: acct_1PTyBiIZ1JuRr5wx
=> yep

hollow ruin
gleaming bobcat
#

I need the request Id of the failure API call in order to be able to help

#

You can find it in the response header of the API call

#

or simply copy past the request_log_url here please.

hollow ruin
#

$this->stripe->accounts->allPersons('acct_1P0yEuIJOXcdaYNk',['limit' => 3])

$this->stripe->accounts->allPersons('acct_1PTyBiIZ1JuRr5wx',['limit' => 3])
I'm calling this api, but it gives me an error with no log

gleaming bobcat
# hollow ruin

Search in this screenshot for request_log_url and share the link here please ๐Ÿ™‚

balmy questBOT
hollow ruin
#

no logs error

versed sequoia
#

Please paste that here, saves us having to manually type it out

hollow ruin
#

closed issue-----------------------------------------

#

how to get person_xxxxxxxxx of connected account acct_1PTyBiIZ1JuRr5wx

versed sequoia
#

That data is inaccessible most the time, depending on how you've configured the platform/accounts:

Information about the person represented by the account. This property is null unless business_type is set to individual. After you create an Account Link or Account Session, this property is only returned for accounts where controller.requirement_collection is application, which includes Custom accounts.

balmy questBOT
hollow ruin
#

connected account -> type is express won't get the information, right?

versed sequoia
#

Correct

hollow ruin
#

I think if I get person_1MqjB62eZvKYlo2CaeEJzKVR
combined with acct_1032D82eZvKYlo2C will get the information right?