#Rakesh Vs
1 messages · Page 1 of 1 (latest)
Hi there, are you asking if Stripe supports payout to a individual instead of a connected account?
Yes
Not supported at this moment
so I've been accepting payments through stripe ACH, what is the possible method to transfer that amount to another customers?
There's no way to transfer funds to customers, you can consider using customer credit balance https://stripe.com/docs/billing/customer/balance
Is it possible to send ACH Debit payment directly to a stripe connect account?
no, you'd use the Transfers API to send funds to another Stripe account's balance.
Currently, I'm accepting payment from customers using ACH Direct debit prebuilt checkout page API: https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=checkout
Now how is it possible to transfer this collected amount to another bank account?
you'd use Connect : https://stripe.com/docs/connect and with that you can process a payment from an end customer(using ACH Debit for example) and transfer some of the amount to another Stripe account.