#kashtare-connect-identity

1 messages · Page 1 of 1 (latest)

stark valeBOT
vocal fog
#

@bronze depot What type of connected accounts are you using? Express, Custom or Standard

#

kashtare-connect-identity

bronze depot
#

Let me check, just a minute.

#

We're using express

vocal fog
#

Okay so in that case you can't do this for them. What you need to do is send them to their Express UI to provide the information. You get them on your app and then you create an AccountLink and redirect them there: https://stripe.com/docs/api/account_links/create

bronze depot
#

In test mode we call stripe.accounts.create before we call stripe.accountLinks.create and that works. Why does it not work in live? When we call accounts.create, it walks the user through creating and setting up the express account

vocal fog
#

@bronze depot I don't really get what that has to do withe issue. Live and Test mode work the same way in that regard. You create the Account, then you create an AccountLink, then you redirect them and we collect the PII we need upfront.

#

The thing is that over time we might need more PII and in that case we ask for it and you have to bring back the same people to provide the extra PII as required.

bronze depot
#

The issue is that creating an account, then an account link is working in test but not in live

#

Does that mean the user has to do some verification or do have to do some verification?

vocal fog
#

ohhhhhh sorry. That's a picture from your own account? I hadn't understood that. So yeah you as a platform need your Stripe account fully verified first

#

So you need to do those steps (or the account owner needs to).

bronze depot
#

Got it thanks!

#

I'm going to go try it

#

Can we please leave this open?

#

So if I have more questions, we can continue here?

#

@vocal fog