#kirlled
1 messages · Page 1 of 1 (latest)
Can you share the express account id? That's the right endpoint
yes, I pass the express account id as param to the endpoint exactly how show the documentation
Even when I check the connect account in the stripe dashabord I see only the account id instead of the account name (which was provided to stripe)
How did you fill out the data?
Thats how appears in the stripe dashboard
This is the json returned by the stripe endpoint
I filled the data using the stripe platform: https://stripe.com/docs/connect/express-accounts
You can follow the example where says Express demo
Did you go through the account link?
Or only using the prefill information part?
ie did you do this step? https://stripe.com/docs/connect/express-accounts#create-link
I went through the account link generated
- I created a account
- I generated the link passing the account id
- I went to stripe through the link generated
- I filled all the information in stripe (name, birthday, bank account...)
- I was redirected to my app (return endpoint passed)
- I try to get the information about the account
- I get the json I shared with you previously where you can see almost everything is null (name, address..)
Can you share with me the request id for creating the account link
Find help and support for Stripe. Our support site 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.
req_sciiULwtr9HVM9
Ah but you created that account link for a different account id
That's why
for acct_1OCisMPc7nz91GUT
That's a different id from the one in your screenshot
Oh the screebhot was from yesterday when I tried to create another one
That was only for showing you that almost everything is null
Yesterday I created an account (screenhot). Today I created another one and once the same problem almost everything is null
This is the request id of the screenshot: req_NOcrStpB68jF4m
I created 2 account links:
req_sciiULwtr9HVM9
req_NOcrStpB68jF4m
In both cases I filled the information personal like name, birtday, bank account in stripe.
Then when I try to get information about those accounts using the endpoint: https://stripe.com/docs/api/accounts/retrieve
I got almost all the properties in null even for example the name which was filled in stripe.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hm idk
Which fields exactly did you fill out that are null?
Can you list all of them?
name
Just name?
yes
bank account was added and show
but I want the personal information like name
in order to avoid ask to the client again personal data like name, birthday
Yeah not sure why that wasn't saved
Honestly recommend asking our support team: https://support.stripe.com/contact
Find help and support for Stripe. Our support site 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.
Do you know if exists one way for asking kyc documents as part of the onboarding workflow?
The onboarding process should already collect all the kyc info required
Because I think is weird onboarding process does not asking me kyc documents
So, probable they would asking me about them later?
Idk. Account onboarding questions are best for our support team: https://support.stripe.com/contact
Find help and support for Stripe. Our support site 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.
But all required documents for account verification should be collected through our onboarding flow automatically
ok thanks!
No problem