#stephy
1 messages · Page 1 of 1 (latest)
Can you describe a little bit more about what you're trying to implement? Are you trying to send funds from stripe to an outside bank account?
Yes
Oh the only way to do that is to either payout funds to your bank account or you can transfer money to a connect account
There's not another way to send funds outside of Stripe
Ok to do this what I have to do?
The steps needed from start to end
What api needed to integrate this?
Stripe isn't meant to be a money sending platform
We need kyc for all entities receiving money
Then what is ach payments?
That is accepting payments from a customer via ach
Sending funds from customer to stripe
Not the other way around
You answered yes to this question: Are you trying to send funds from stripe to an outside bank account?
My client ask me to do ach integration so I don't know actually what is it ..in India these functionallity not available
For accepting payments via ach then how would I integrate,?
If you're referring to ach credit: https://stripe.com/docs/sources/ach-credit-transfer
For ach debit: https://stripe.com/docs/payments/ach-debit
So in my system there is multiple vendors so when customer needs to pay each vendors based on their work so it's is possible to do? I refer through this docs but did'nt get any idea ..if multiple vendors then how will integrate this one and this is possible or not ...?
Are these vendors connect accounts?
Not yet now I just create a stripe account for admin ....
Oh
Then yeah it's possible if you use connect: https://stripe.com/docs/connect
Ok that means admin should connect with all the vendors in system by adding their account number and routing number ...after that ?
How would customer pay each vendors?
No you'd need to onboard them as connect accounts
Could start here to determine most appropriate account type: https://stripe.com/docs/connect/accounts
Then go from there
Depending on the account type you choose, that determines the fund flow
But you really need to read the docs first before you ask questions
Ok for these first we need a main stripe account right????
Otherwise it won't make much sense
yes
Ok that y am already tell I already create a stripe account for main admin because he is the owner of the business so he can connect with that vendors and vendors can accept the payments ?
Ok sure I will read the docs..before I also need to clarify one more thing ...if using code like account creating api vendors can add their account info and connect with that admin strip account is possible right??
I don't understand the question, can you be more explicit?
I mean if I want to transfer the amount via ach I need to integrate the api's so that what apis needed for that
After creating account and connected to a stripe account..the customer should pay the vendors for that I need some api code to transfer amount to their accounts...for that what are the api I wanted to use?
Hello! I'm taking over and catching up...