#amanuel
1 messages · Page 1 of 1 (latest)
Hi there, can you share the request IDs of account creation and account link creation?
Where do I find this? this is just test mode
Do you want me to make a new account and get the onboarding link?
Here's how you can find the request ID: 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.
- the value that you specified in the
business_profilefiled is the default value, your user can still change it during onboarding
I don't understand your second question, what do you mean by options to retrieve their address from account ?
When they onboard they have to write in their address information
I would like to have access to that so I don't have to ask them twice for it,
Is you question about how to retrieve the company address from an account object?
No
When you send a link for onboarding, they select individual and then they type out their full address
Where is that stored?
I can't find it when I retrieve the Account object
Do we not have access to it?
Hm, that's exactly what I meant. Anyway, you can find the address here https://stripe.com/docs/api/accounts/object?lang=cli#account_object-company-address
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Have you completed onboarding for this account?
This one yes:
req_N9xUTOafURGOaI
I just gave you an example of the response body
But this one, I double checked that acct_1M9MYVPY71Tvelbm is "Enabled"
This is the response of create Account request, it show you the account data when you just created it. To view the account data after onboarding, you should retrieve the account and check the response. (https://stripe.com/docs/api/accounts/retrieve?lang=cli#retrieve_account)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The company.address is returned in the response if the account type=custom, so it's not included in your case because the account type=express, sorry for my oversight.
i'm afraid that I can't find a way to retrieve company address for express account.
Okay! Thank you so much