#hritik9607

1 messages · Page 1 of 1 (latest)

raven siloBOT
spiral pike
open sigil
#

Is there any API that will provide information about a specific old connected user that requires updates?

#

I think the List Accounts API will provide a list of all users whose verification is pending.

spiral pike
#

Is there any API that will provide information about a specific old connected user that requires updates?
I'm afraid there is no API support this feature.

The recommended approach is to listen to account.updated event and check whether there is any requirements hash instead of retrieving via API

open sigil
#

can you please give us the doc where we can get the request paramter to triger this account.updated event

spiral pike
#

account.updated event is sent by Stripe when there is an requirement change. It's not triggered by your end

open sigil
#

Okay, since we're utilizing a Stripe-hosted integration, what specific changes do I need to implement for this update? Also, do we need to make adjustments for new merchants joining our platform, or should we focus on modifying accounts already registered?

spiral pike
#

Which connected account type are you using? Standard, Express or Custom?

open sigil
#

How i will get to know this

spiral pike
#

When you create a connected account, it should be set in your request

#

Otherwise, a connected account can't be created

#

You can check what is the connected account type is created in your request

open sigil
#

ok let me check

#

Here is my account ID: 'acct_1H0VvFJrI1xwkEuo'. I'm unable to determine the type of my connected account. Could you please use this ID to identify its type?

#

@spiral pike

spiral pike
#

Let Stripe collect identity verification information for your Custom connected accounts.

Learn how Connect platforms can use webhooks and the API to handle verification of connected accounts.

open sigil
#

ok let me check these link

#

do we need to use both or we can use one on them

spiral pike
#

I'd recommend reading both as both provide the details about the same handling of new requirements

open sigil
#

ok i am checking

#

in this SS is is mentioned that "You don’t have to update your onboarding flow when requirements change. Stripe automatically updates hosted onboarding accordingly." so do we not need to make changes for new onboarding flow

spiral pike
#

Which doc link do you get this information from?

open sigil
spiral pike
#

With custom connected account, you have the options to use API or Stripe hosted onboarding to collect the new requirements. The highlighted field means that you don't have to collect those information manually via API and just simply carete a hosted onboarding page and Stripe will collect the missing requirements

#

You still need to create a new hosted onboarding page when there are new requirements, but the collection will be done in hosted page

raven siloBOT