#Senthil
1 messages · Page 1 of 1 (latest)
Stripe ACH only supports merchant collecting payment from the customer, i.e. B2C
ok thanks
The use case is for property managers to collect rent from tenants and pass on to owners. Funneling payments to property manager avoids fees as well as the need to handle money
Or rather funneling payments away from property managers and direct to owner from tenant
I see. In this case, I'd recommend using connect instead: https://stripe.com/docs/connect
The property management will be the platform and owner will be the connected account. With Standard connected account [0] and Direct Charges [1], the fund will go from customer to connected account.
[0] https://stripe.com/docs/connect/standard-accounts
[1] https://stripe.com/docs/connect/direct-charges
Thanks for the links. I think I understand how this can be approached. Owners may have a stripe account
Yup! Owners will have a Stripe account to receive the payout
Can I programmatically get the owners a registered stripe account?
Essentially, can I make it transparent to the owner?
You can create a connected account and onboarding link using API, then pass the onboarding link for owner to complete the onboarding process as described here: https://stripe.com/docs/connect/standard-accounts
Perfect! thanks much
No problem! Happy to help 😄