#Mael CHEMLA
1 messages · Page 1 of 1 (latest)
Hi, can you elaborate more on this? What do you expect to see? What document are you using?
hello
I'm working on the Stripe Connect onboarding flow. I show a button to generate the onboardingLink only if the details_submitted=false. Everything work well.
But to test again and again I need to reset this to simulate this account was never onboarded yet
To make sure that we are on the same page, can you share the Stripe document you're referencing here?
I get the link from there https://stripe.com/docs/api/account_links/create?lang=node
To know if the onboarding was already done I check this value https://stripe.com/docs/api/accounts/object?lang=node#account_object-details_submitted
I see, you're trying to 'reset' the onboarding - but I'm afraid this is not possible. You'd need to create new accounts to simulate this.
OK thanks