#Vijay - ach debit
1 messages · Page 1 of 1 (latest)
Hello. One moment
To confirm, are you trying to collect ACH Debit payments from customers and receive the amount in your stripe user's connect account balance?
Yeah, exactly. Is that possible?
Yeah if it's enabled: https://support.stripe.com/questions/accept-payments-from-bank-accounts-using-ach-direct-debits
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks but I think I should explain this again
So I implemented the same as you mentioned above, but what I want to do is:
When the ACH debits then the amount goes on our Product's Platform account. (Correct me I'm wrong here)
So I want to transfer the ACH amount in a normal user's Connect Account directly without holding it.
That sounds like you want to be using Destination charges to create the transfer automatically:
https://stripe.com/docs/connect/destination-charges
Yeah you're right. Thanks! that's what I was looking for.
So I can create two charges here
- Amount to pay user
- Service charge to us
Would be right flow?
You don't need to create two payments -- destination charges allow you to define a portion to be kept for your platform as the application_fee:
https://stripe.com/docs/connect/destination-charges#application-fee
Ok Thanks