#ivan_chh-account-disappear
1 messages · Page 1 of 1 (latest)
Hello, do you have an account id that this happened for?
How can you tell it is created and where does it not appear?
I am testing myself. Once I finish the registration with the express method. I go to the stripe dashboard of my account and check if the account appears in the connect section
With this you will be able to see any information about the account? It is autogenerated by the connector you have in stripe with mirakl
And this is the generated link
I don't recognize that as stripe generated ids, do you have any ids in the form of acct_123?
I can also check out your platform account ID if you only have that
Yes, I only have this .. I have no way to get the id in format acct_123
What would be the format of platform account ID?
ca_XXX
?
it would also be acct_123
You can get it with this call https://stripe.com/docs/api/accounts/retrieve
acct_1JUCLKIsTYB7Xnsp
If you don't pass in an account ID it will give you the account object for your own account
Thanks!
Looking in to this
So how are you reaching to the connect process finishing?
Once I finish filling in all the data, it redirects me to the url that it has as a parameter in the previous link, "redirect_uri = ..."
@minor moss jumping in to help here! The flow you're using is a bit old and quite discouraged as it's a lot harder to integrate
We recommend that you do not use the OAuth flow (the thing with /express/oauth/authorize) since it requires more steps and is harder. Instead, we recommend that your code creates the Stripe account first via the API, once that's done the account is already connected to your platform, you already know its id and you can't miss that. Then you send your user through Connect Onboarding so that provide all relevant information we need from them
It's all documented here: https://stripe.com/docs/connect/express-accounts
hi! @sudden nexus The problem this is that I am using the stripe connector with mirakl. And this link is autogenerated by the connector for sellers. I cannot intervene at any time.
And I have installed the latest version that you have in github of the connector to avoid problems, I have used the docker as you recommend.
Ah gotcha, yeah in that case there's not much you can do. But I assume you are not writing any code in that case and the plugin does everything for you? If so, we can't really help here as we focus on developers who need help with their code and here it looks like a problem with the connector
So where can I ask how to solve this problem?
Our support team instead https://support.stripe.com/contact/email
😢