#_abhi_96

1 messages · Page 1 of 1 (latest)

torpid radishBOT
heady jay
#

hello! can you share more? Why are you trying to do a bank transfer to the end user?

vale cloak
#

implementing a wallet where user can add and withdrawal fund, for adding fund iam using stripe checkout, for withdrawal i want a solution

heady jay
vale cloak
#

its debit, i want to credit to user account on withdrawal request

heady jay
#

are your users and you (the platform) all in the same country?

vale cloak
#

no they can be in different company

heady jay
#

Connected accounts can receive payouts in their defined bank account

vale cloak
#

isn't connect for merchants/businesses? can individual user use connect?

heady jay
#

you can try enabling Connect on your account and see if it works

vale cloak
#

I tried, but it requested the user to enter business details

#

is there any flag to remove this, i don't see in docs

heady jay
#

are you creating a connected account?

vale cloak
#

yes

heady jay
#

how did you go about that? can you share the steps you took?

vale cloak
#

this.stripeClient.accounts.create(data);
using this to create account and getting accountId

heady jay
#

can you share that connected account id?

#

i'll take a quick look

vale cloak
#

const accLink = await this.stripeClient.accountLinks.create({
account: accountId,
refresh_url: https://localhost:3000/seller/refresh-account,
return_url: https://localhost:3000/seller/verify-account,
type: 'account_onboarding',
});
using the account id sending user onboadring link

#

one sec, let me generate one

#

acct_1MtnN52Y2XbXCsl0

#

this is a new account id generated

#

let me know if you need anything else

heady jay
#

hrm, i'm not entirely certain what you should be filling up for those fields for your business model - sorry to redirect you, but maybe try reaching out to Support with those details and they should be able to better advise you https://support.stripe.com/contact/email