Stripe account creation flow
I'm testing Stripe Connect to allow users to pay other users. I'm testing it with the Stripe Java library (in Kotlin).
As the documentation suggest I need the users that will receive money to create a Stripe account with the AccountCreateParams API. When the user go through the Stripe onboarding flow they are required to input a lot of data in many steps.
I would like to decrease the number of steps as much as possible.
I saw other websites using Stripe Connect, and I know it is possible....