#Harpreet-ACH

1 messages · Page 1 of 1 (latest)

polar dust
#

Hi, do you mean simple debit card?

burnt salmon
#

yes

polar dust
#

It depends on what fund flow you are using? For Connect there are destination charges/direct charges

burnt salmon
#

using separate charge and transfer.

#

can I do bank transfer to platform and then platform to other bank with ACH

polar dust
#

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

burnt salmon
#

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...?

polar dust
#

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

burnt salmon
#

ok thanks

#

have a good day

polar dust
#

np and welcome!

burnt salmon
#

hello, I have a question

#

can we add ACH bank account and debit card with same connect account for payouts?

polar dust
#

Yes you should be able to

burnt salmon
#

is this include ACH direct debit also?

wispy stone
#

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?

burnt salmon
#

payout

wispy stone
#

OK, then you can read the doc that orakaro sent earlier.

burnt salmon
#

hi, I want to know few more about it, how I can integrate ACH direct debit transfer/payouts along side with credit/debit..?

wispy stone
#

Need more context to understand, what exactly do you want to achieve? Perhaps you can share with me some use cases?

burnt salmon
#

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..

wispy stone
#

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_types to include us_bank_account (AKA ACH) and card
  • 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
burnt salmon
#

so it means i need to create new connect account for ACH?

wispy stone
wispy stone
burnt salmon
#

ok

#

thanks

#

will go through this and ley you know if any query there.