Reputation: 1196
We are using Stripe on our MVC Web Project. I am trying to figure out how we can send money to anyone's bank account from our stripe account.
I have found this documentations but both of them are not suitable for our scenario. This documentation explains how to accept ACH payments, but we need to send not accept: https://stripe.com/blog/accept-ach-payments
Another one explains how to send money with Stripe Connect, but in this scenario payee must have stripe account: https://stripe.com/docs/connect/express-accounts
Is there anyway to directly send money to someone's bank account?
Upvotes: 0
Views: 661
Reputation: 1
but if I create multiple bank account under my profile in stripe, and then each account associate with an individual ANY other regular bank account for the payouts. I think this could be a workaround for you to transfer money from your stripe accounts to multiple regular bank accounts. Don't you think?
Upvotes: 0
Reputation: 7469
No, these are known as "Payouts" and they require the use of Connect and Connected Accounts which have external accounts you can pay out to.
Complete guide to paying out to a user here.
Upvotes: 1