#aman_1101

1 messages · Page 1 of 1 (latest)

short summitBOT
willow basin
#

👋 how may I help?

inner plaza
#

Hello i want to payout to my customers bank account from my stripe account automatically but unable to figure out

#

I am trying to using payouts api but facing problem how to attached customers bank details which i have in my database

willow basin
#

what type of Connect Accounts are you using?

inner plaza
#

Currently i am using cards

willow basin
#

you can't send funds from your Stripe balance to your merchant's bank account

#

you need to create a Connect Account

#

then you create a transfer between your Platform's account to the Connect account and then the payout happens from their Stripe balance to their bank account

inner plaza
#

Hey for this do i need to contact stripe for enabling this feature in my stripe account

#

I tried to explore connect but unable to figure out how to do can u please guide me

willow basin
#

would you mind elaborating your use-case? this way I could understand which type of Stripe Connect best suits your needs

#

this can help you understand the difference between the different account types

inner plaza
#

I want to take amount from my user and pass to my merchants' account

willow basin
#

a couple more things to consider while choosing the account type:

Learn how to create a charge and split payments between your platform and your sellers or service providers when you accept payments.

inner plaza
#

Currently i have setup to take amount from user and its collecting on my stripe account tell me how to payout to my merchant i just have their card details i tried to explore connect account but unable to figure out where i should attached my merchant card details so that it could be happen because my merchant is not having any stripe account

willow basin
#

yes your merchant needs to have a Connected Account

#

I just gave you some resources to read through

#

please visit the links I shared and try to get yourself a bit familiarized with the types of Connect Accounts and Charges

inner plaza
#

Ok , do stripe support peer to peer transaction as like one of my usecase is to instantly transfer money from one user to other directly account to account transaction

willow basin
#

no that's not possible

inner plaza
#

Also is this possible that i tokenize customer card details while taking their inputs in client side and payment can be done by their token only as like instant payment as one of my usecase is to direct payment without allowing customer to fill card details againinthe payment sheet

willow basin
inner plaza
#

Hey is it necessary that i have to onboard my merchant or connect to my account for payout

#

Is their any other alternative

willow basin
inner plaza
#

Ok sir earlier i was trying to tokenize card details in client side i am using flutter but package is not supporting tokenization

willow basin
#

We don't officially support flutter

#

please contact the library's maintainers for any questions regarding using their packages

inner plaza
#

Ok but can u tell me tokenization is possible in web

willow basin
#

you shouldn't think about the tokenization

#

for the web if you're using Stripe.js (or any other library that uses it under the hood) Stripe will tokenize the information for you and you will get a Payment Method ID that you will use for the current and subsequent payments

#

@inner plaza so we could provide you the best help on this channel, when we share a link, please take the time to go and read through it and then come back with follow-up questions

inner plaza
#

Ok sir thanks a lot i will get back if i face any issue