#_abhi_96
1 messages · Page 1 of 1 (latest)
hello! can you share more? Why are you trying to do a bank transfer to the end user?
implementing a wallet where user can add and withdrawal fund, for adding fund iam using stripe checkout, for withdrawal i want a solution
we support these kinds of bank debits : https://stripe.com/docs/payments/bank-debits - you can see the currency and country support for them here : https://stripe.com/docs/payments/payment-methods/integration-options#country-currency-support
its debit, i want to credit to user account on withdrawal request
are your users and you (the platform) all in the same country?
no they can be in different company
you'll need to use Connect, and onboard your users as connected accounts : I suggest starting off with this page : https://stripe.com/docs/connect
Connected accounts can receive payouts in their defined bank account
isn't connect for merchants/businesses? can individual user use connect?
you can try enabling Connect on your account and see if it works
I tried, but it requested the user to enter business details
is there any flag to remove this, i don't see in docs
are you creating a connected account?
yes
how did you go about that? can you share the steps you took?
this.stripeClient.accounts.create(data);
using this to create account and getting accountId
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
https://connect.stripe.com/setup/c/acct_1MtnN52Y2XbXCsl0/oE99hlZmBdOP
this is the account link
let me know if you need anything else
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