#aman_1101
1 messages · Page 1 of 1 (latest)
👋 how may I help?
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
what type of Connect Accounts are you using?
Currently i am using cards
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
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
would you mind elaborating your use-case? this way I could understand which type of Stripe Connect best suits your needs
you can also read through this doc https://stripe.com/docs/connect/accounts
this can help you understand the difference between the different account types
I want to take amount from my user and pass to my merchants' account
a couple more things to consider while choosing the account type:
- the type of Charges you want to create (https://stripe.com/docs/connect/charges)
- the onboarding process
- the integration complexity
- country availability/restrictions
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
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
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
no that's not possible
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
Hey is it necessary that i have to onboard my merchant or connect to my account for payout
Is their any other alternative
yes
nop
Ok sir earlier i was trying to tokenize card details in client side i am using flutter but package is not supporting tokenization
We don't officially support flutter
please contact the library's maintainers for any questions regarding using their packages
Ok but can u tell me tokenization is possible in web
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
Ok sir thanks a lot i will get back if i face any issue