#Manan

1 messages · Page 1 of 1 (latest)

steel prairieBOT
sacred geyser
near niche
#

Providers are afraid of adding bank details on custom user interface.
How to show providers that it's authentic?

sacred geyser
near niche
#

how can this be done through iOS/ Android app?

sacred geyser
#

Is this standalone Stripe account or connected account?

near niche
#

Standalone stripe account.

#

By connected account you mean "Connect" account right?

sacred geyser
#

By connected account you mean "Connect" account right?
Yup! Connect is the product name whereas connected account is the sub-account connected to the platform

#

If it's a standalone Stripe account without Connect, then setting payout can only be done in Dashboard and not in your mobile app.

near niche
#

Through iOS SDK we call "createTokenWithBankAccount" and send token backend for account access to make payout at a certain point.

#

Custom add bank detail screen is where we collect required information to call above method in SDK. Which provider find not secure.

#

Our purpose is to take providers in confidence by showing this is authentic.

sacred geyser
#

createTokenWithBankAccount is not used to collect payout bank account details for standalone stripe account

near niche
#

I apologies, it's Connected account with custom type.

#

Confirmed with backend team.

#

For that bank details are fetched from provider through iOS app and token created through SDK is sent to backend to create an account for payout.

#

For this providers feel insecure to give details in ios front end app.

#

Is there build in ui to add bank details through ios?

sacred geyser
#

Which country of the custom connected account? Is it all US or other countries?

near niche
#

All are US. For now at least.

sacred geyser
#

Bank account details will be added in Stripe UI

near niche
#

Above link is for Direct-API which we currently use.

#

Beside that there's this "Connect onboarding for custom accounts"

#

Can this be used from iOS app to redirect to url for onboarding?

#

maybe using safari or default (google) browser?

sacred geyser
#

Above link is for Direct-API which we currently use.
Under direct API, there are a few other options. From your code, Stripe Financial Connection is the one with Stripe pre-built UI, but your current integration uses manually collecting bank details which is different from Stripe Financial Connection

#

Can this be used from iOS app to redirect to url for onboarding? maybe using safari or default (google) browser?
Yup for both

near niche
#

So if we change from collecting manually to generate account with it's id parameter to using pre-built UI, does it matter?

sacred geyser
#

What is your concern? You can use one of the following to collect payout bank account:

  • Stripe hosted onboarding page to collect the payout bank account
  • Stripe Financial Connection
  • Manual bank account collection
steel prairieBOT
near niche
#

Got my concern resolved. We can use Stripe hosted onboarding page to collect the payout bank account.

#

Thank you for support and your time. 🙂