#z3ntl3
1 messages · Page 1 of 1 (latest)
hi, what's the request ID req_xxx from the error?
so i am just doing something like this, to initialize an account that is not yet satisfying the requirements because i want to onboard...
req_yFHDinK1pKeTdS
after that im doing smh like this so i can onboard him from my embedded connect components
but then i get this: You are trying to create an Account Session for an account that is not supported
the newly created account has a status of restricted bcs it lacks info, but the reason for not satisfying a complete set of information is because i want the embedded onboarding to do that, like an update tfor the requirements fields
That's a Standard account, AccountSessions/embedded components are only supported for Custom and Express accounts instead
for Standard you can create and redirect to an AccountLink for onboarding instead.
oke and from what i read on the internet, express accounts, the disputes events etc that gets triggered need to be handled by the platform, am i right?
do you guys maybe plan to add standard account also to account sessions, i think it would be pretty awesome
generally yes, for Express you use Destination charges and in that model the platform has liability for disputes yes
I imagine it's on the roadmap yes
with that did you mean only the account onboarding embedded component or all?
it's all AFAIK, since you can't create the AccountSession, and without that you can't use any of the components
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
btw the docs do not tell us anything about it, nor the api referrence pls update it
yep I agree the limitation is not documented anywhere
anyways thnx
for disputes is it enough for the platform to provide logged IP together with accepted product/service policy file proof ?
@sacred geyser
dont think of making it comprehensively because i am making something for a freelance that is not to big but also not to small
here's a guide on how to respond to disputes https://docs.stripe.com/disputes/responding
yo
i made it to be express account type
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but get the same
You are trying to create an Account Session for an account that is not supported.
its express type account
taking a look
When i create an express account first time its normal for me to not provide all required information, directly after creating this account with prefilled email i will use embedded onboarding to satisfy istthrough account sessions, however the api does not seem to understand it, maybe only custom type accounts are supported?
👋 stepping in
You are trying to create an Account Session for an Express Account that has already been onboarded?
no has to be onboarded
but like when trying to create account session for it i get that error, even tho the onboarding never started
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
Ah yeah embedded onboarding is indeed only available for Custom Accounts right now: https://docs.stripe.com/connect/custom/onboarding
You—the platform—are responsible for all interactions with your user, including collecting any information Stripe needs.
Does this mean i need to make also my own integration for like example id verification, or can i just make new account session with requirements field set accordingly to make the embedded onboarding ask those stuff to the connect user?
No you use an Account Link and send the user through hosted onboarding.
Then they use their Dashboard to complete any further verification.
You just don't use embedded onboarding here.
but i want all that to be on my own panel embedded
Then you need to use Custom Accounts
Embedded Onboarding is still very new and in development.
I imagine it will be supported for Express at some point.
But it isn't yet.
so better to wait, and make a custom panel "embedded" by just wrapping the connected account's payments, invoices through making api calls as them to those endpoints
If you are using Express then they already have their own Dashboard provided where they can see their Payments and Payouts.
i want it to be like shopify
embedded thats why
stripe should hurry to make embedded components also available for standard or express accounts
so its already planned , dont need to be scheduled?
I don't know the exact road map for embedded. But my understanding is that yes it will support Express at some point in the future. But I don't have any timeline for when that will happen.