#Harpreet-ACH
1 messages · Page 1 of 1 (latest)
yes
It depends on what fund flow you are using? For Connect there are destination charges/direct charges
using separate charge and transfer.
can I do bank transfer to platform and then platform to other bank with ACH
You can accept Charges by Bank Transfer (ACH or debit card) for the Charge step
But then when you perform a Transfer to Connected Account, it's transfer to your connected account balance, which will be pay out to their bank later
ok, Can I attach ACH bank with my connect account for receiving payments..?
i want to hold the payment for some time and then want to transfer to connect, can i do this with separate charge and transfer...?
Can I attach ACH bank with my connect account for receiving payments..
It's called Payout, but yes should be able to set a normal US bank
i want to hold the payment for some time and then want to transfer to connect, can i do this with separate charge and transfer...?
You just wait sometime before making the Transfer API yourself. You are the one calling it so you can call it whenever you want
np and welcome!
hello, I have a question
can we add ACH bank account and debit card with same connect account for payouts?
Yes you should be able to
is this include ACH direct debit also?
Hi @burnt salmon I'm taking over this thread
Hi @burnt salmon ACH direct debit is a payment method. Is your question about payment or payout?
payout
OK, then you can read the doc that orakaro sent earlier.
hi, I want to know few more about it, how I can integrate ACH direct debit transfer/payouts along side with credit/debit..?
Need more context to understand, what exactly do you want to achieve? Perhaps you can share with me some use cases?
I want a user can make transfer by ACH direct debit or credit card and a end user can accept payouts it to their connect account i.e a debit card or ACH direct debit account.
also have a query, can we use separate charge in ACH?
We want to hold amount transferred amount in merchant account for some time and later will pay to destination user..
Got it. So basically these two are separate use cases
- Payment with ACH direct debit / card -> you should use the PaymentIntent API and specify the
payment_method_typesto includeus_bank_account(AKA ACH) andcard - Payout with ACH bank account -> you should use the ExternalAccounts API and pass in the bank account details to create the external account (aka bank account), and use the Payouts API to create payouts
so it means i need to create new connect account for ACH?
You should follows this guide (https://stripe.com/docs/payments/ach-debit/accept-a-payment) to get started with ACH payments
It depends, you can also create an external account for an existing connected account.
Use this doc (https://stripe.com/docs/connect/payouts-bank-accounts) to learn more about external account and this (https://stripe.com/docs/connect/manage-payout-schedule) for payouts. The easiest way is to use auto payout so you don't need to manage it by yourself. Alternatively you can use manual payout to have more control in the fund flow.