#vipuldvp-connect

1 messages · Page 1 of 1 (latest)

fair flame
#

👋 Happy to help

snow kelp
#

Its really greatful
Thank you

fair flame
#

How do you create a connected account? Connected account can be onboarded as an individual

#

What is the best practice for connecting international bank accounts through Stripe?
Connected account can have a bank account from its own country, i.e. if the connected account is an Australian country, the bank account will be from Australia

snow kelp
# fair flame How do you create a connected account? Connected account can be onboarded as an ...

Step - 1 --
I have Create a Account by passing parameters,
First We have set capabilites of account,
cardPayment -- requested true
transfers -- requested true
Second we have created Account by passing capabilities, account type, business_type -- individual, email and country. Account is created

Step - 2
Create a param for AccountLink Where I pass,
Account Id, referesh URL and Return Url, set type to onboarding
Create a account link and switch the url,
So, I get redirect to the stripe console, where they are asking customer to create a account to stripe, asking more detials like address, city and name and about there business, but they are our customer they are not joining stripe for own business,

I want to connect them for our business not for their own business because they are individuals

fair flame
#

Are you referring to the page where it's asking about professional details?

snow kelp
#

I'm reference the page caled lets start with some basics.

#

It ask for registered business address, type of business

#

Can I customised the names of the fields of this section?

fair flame
#

Can you share a sample connected account ID that you set as an individual, but still prompt to ask for business information? I don't see it with my testing

snow kelp
#

So, That's an individual not an business.

#

You can check this with this account id
acct_1L6UPo2Rih6m1Qmo

fair flame
#

Ah I see where you're coming from. This is the standard wording for standard account onboarding regardless whether it's an individual or a company

snow kelp
#

there is any way to change the wording

formal heart
#

there is not

snow kelp
#

how to test connecting an account

formal heart
#

you follow the guide but use your test mode API keys

snow kelp
#

Can you please share link which I have to follow

formal heart
#

what part are you stuck on exactly?

snow kelp
#

I seeing the account which created is whose status is restricted.
Account is created I want connect a bank

formal heart
#

I want connect a bank
the way you do that depends on the type of account it is

snow kelp
#

Here's he account id acct_1L6UPo2Rih6m1Qmo

formal heart
#

ok it's a Standard account, so the way to add a bank account is you have to log into that account as the owner of it and then visit to https://dashboard.stripe.com/settings/payouts add a real bank account.
If you do the onboarding (visiting the AccountLink) in a separate incognito window/browser, then I believe if you visit dashboard.stripe.com in that window you're already logged into the account.

snow kelp
#

Is there anyway to create a bank account by calling API instead of login and create real bank account

formal heart
#

nope, not when using Standard, this is the only way

snow kelp
#

Okay got it
What If I use standard, What type I can use to create a account by calling API

formal heart
#

only Custom accounts let you programmatically create bank accounts , but I would not recommend using Custom accounts

snow kelp
#

Yes,
My scenario I already have main business account of name virtuprep

I want to connect my customer's account to my board, To collect a payment from them from there back accounts,

karmic ocean
#

Hi! I'm taking over karllekko. Can you clarify what is your question exactly?

snow kelp
#

Hi,
My requirement is to add my customers bank account on my board, So, They can add money into the wallet

karmic ocean
#

Like mentioned previously:

only Custom accounts let you programmatically create bank accounts , but I would not recommend using Custom accounts

#

Express and Standard account will have to add their bank account on their own.