#1cryptoshaman-express-connect

1 messages · Page 1 of 1 (latest)

long elk
#

If you're using Express, you will present your users with an onboarding protal that's hosted by Stripe and we handle the collection/verification of that information

fair torrent
#

Which all account object's fields should be filled before the user is redirected to onboarding portal? bare minimum

long elk
fair torrent
#

What about capabilities? When should that be defined?

long elk
#

That depends on what you want the connected account to be able to do once their account is fully verified

#

You choose what the account can/cannot do, and that is specified via capabilities

fair torrent
#

I read in the documentation that based on capabilities, information required to be collected also changes. Hence was asking.

#

So. These will be my steps from my understanding in this convo.

  1. Use Accounts API to create an account object with defined capabilities, service agreement types, businessprofile url with my platform's url.
  2. Create an account link and redirect user to that link.
  3. Rest will be collected and verified by stripe.
  4. Handle returning user

Am i getting this right?