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?