#Harpreet-connect separate transfer
1 messages · Page 1 of 1 (latest)
👋 happy to help
regardless of the payment method you could always charge and transfer separately https://stripe.com/docs/connect/charges-transfers
this is working fine with credit/debit card.. is this working with ACH as well..?
ACH direct debit transfer
yes but as mentioned in that doc for ACH you should avoid using source_transaction and wait until a charge.succeeded event is triggered before transferring the funds.