#shivam-connect-transfer

1 messages · Page 1 of 1 (latest)

stiff pawnBOT
severe pelican
#

shivam-connect-transfer

half frost
#

I am working on a rental site and my current payment flow renter to landlord, renter add bank and card then pay rent, and I am using webhook for track payment status, when I got payment status success I am transferring landlord connect custom account but my client not satisfy by this flow. my client want make payment flow like aparment.com site.

#

I saw aparment.com payment flow and I shocked they are using ACH bank for landlord. How it is possible. I saw in stripe api, only customer add ach bank for make payment. customer can't accept payment.

#

Please help me.

severe pelican
half frost
#

But in connect account we can transfer fund only landlord default bank account but in aparment.com landlord can choose bank for each property unit. how it is possible, is stripe providing special service to apartment.com?

severe pelican
#

There are many different ways of integration Stripe Connect. You can have a Custom account per property for example to send funds to the right one. Or you can have a Custom account per landlord and they have multiple bank accounts and then you send the funds to the right bank account based on the property.
All of this is doable if you build it but this is way beyond just providing coding advice.
Please work directly with our support team instead and they can help you find the right path forward: https://support.stripe.com/contact

half frost
severe pelican
#

Then you can have multiple bank accounts on that Custom account and then as the platform you can control where the funds go by manually creating Payouts with the right bank account id ba_123 as the destination based on where the funds come from

#

this isn't automated, you would build all of this

half frost
#

Ok got it. but in apartment.com they are adding ach bank. how this is possible?

severe pelican
half frost
severe pelican
#

ACH Debit is to debit a bank account so it's for the renter. You're talking about Payouts where you are sending funds to a landlord bank account. It's a different flow.
You can use a similar flow though overall. Please take the time to read the doc I shared, it explains all of this in a lot of details

half frost
#

can we add same UI for landlord side, for add bank for payout?

severe pelican
#

yes it's right there in that nice doc I shared 😅

half frost
#

ok thank you