#sn0wdev

1 messages · Page 1 of 1 (latest)

coral sierraBOT
sonic jackal
earnest mortar
#

No it's normal that we will later on request some additional documents. The express account owner would need to fulfill the requirements

sonic jackal
#

Okay, so I don't need to implement anything? Stripe takes care of everything?

earnest mortar
#

You actually do! In general the Express account owner will need to update these information. There are 2 ways

  1. You provide them an Express Dashboard Login link, so they can login and update
  2. You just simply notify them so they can login with their own credential

But here in Test mode, you should use the Dashboard Login Link

sonic jackal
# earnest mortar https://docs.stripe.com/connect/integrate-express-dashboard

I've do that with

this.stripe.accountLinks.create({
        account: accountId,
        refresh_url: `${process.env.WEB_HOST}`,
        return_url: `${process.env.WEB_HOST}`,
        type: 'account_onboarding',
      });```

And after providing my informations, I've always this message. On client side, I just check if charges_enabled is true. If is not, I display an alert with the accountLink previoulsy created. It is correct ?
earnest mortar
#

Yeah sound correct

sonic jackal
#

So, in production mode, I would not see this message?

earnest mortar
#

You can still. It depends on the country or any regulation Stripe needs to follow

sonic jackal
#

I understand. And which field do I need to check before I can display this message on my application?

earnest mortar
sonic jackal
earnest mortar
#

Yes!