#yasirali
1 messages · Page 1 of 1 (latest)
Hi there, are you talking about acss debit? https://stripe.com/docs/payments/acss-debit
I need to send money to someone which have the bank account
so i want to make the transaction to his/her bank account
Stripe doesn't support funds to individual directly. The workaround is to create an an connected account with business_type set to individual ( https://stripe.com/docs/api/accounts/create#create_account-business_type), so that you can transfer funds to this connected account, and then create a payout from this connected account.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
will this make the amount to go to their banks automatically ?
or do we need to give them the access to the connected account so they can manage from their side?