#Bustafa
1 messages · Page 1 of 1 (latest)
Hello 👋
Let's chat here
super! looks like it is fixed
I'm from eplane.com
Solution analyst
with our backend team we've tried to implement custom onboarding flow
but for now it looks like we only can prefill some fields
Boss wants us no redirects and less forms as possible
becouse clients leaving the onboarding process halfway
so that we got this flow from your doc:
Ah nice, glad you figured it out
and did with our BE dev this
here are the steps of flow starting with get data from DB
and the result is in doc
but what we want is:
- not to redirect customers at all
- fill as less fields as possible
so in general my questions are these :
- what floe we should choose to make our onboarding connected accounts smooth and easy (more "amazonlike") with no pain for clients
- when we choose correct flow from Stripe document - what in particular should we do to make as less fields and forms ?
- could we not redirect clients to Stripe but reach your API from BE and manage forms and data on our side in good old REST API way?
Thanks!