#mitsu_api
1 messages ยท Page 1 of 1 (latest)
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.
๐ 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.
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
for the email it's in https://docs.stripe.com/api/accounts/object#account_object-individual-email
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
for the legal name it's https://docs.stripe.com/api/accounts/object#account_object-individual-first_name and https://docs.stripe.com/api/accounts/object#account_object-individual-last_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.
But api $this->stripe->accounts->retrieve('acct_1PTyBiIZ1JuRr5wx') does not return response with individual
please never share your OTP with anyone
not even Stripes
no Stripe would ask you for your login information or OTP access
Please help me check
yes I am still checking
can you try to list all persons for this account https://docs.stripe.com/api/persons/list
you will get the owner of the account's information there
$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
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
please help me check
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
Your platform account: acct_1P0yEuIJOXcdaYNk
The target connect (Express) Account: acct_1PTyBiIZ1JuRr5wx
=> yep
please help me check
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.
$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
Search in this screenshot for request_log_url and share the link here please ๐
The ID is right there in your screenshot: req_xxx
Please paste that here, saves us having to manually type it out
closed issue-----------------------------------------
how to get person_xxxxxxxxx of connected account acct_1PTyBiIZ1JuRr5wx
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.
connected account -> type is express won't get the information, right?
Correct
I think if I get person_1MqjB62eZvKYlo2CaeEJzKVR
combined with acct_1032D82eZvKYlo2C will get the information right?