#shivam-connect-transfer
1 messages · Page 1 of 1 (latest)
shivam-connect-transfer
Hey @half frost ! That's a bit vague but I assume you want to look at Stripe Connect: https://stripe.com/connect
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.
So yes what you want is to use Stripe Connect. so the first step is to carefully go through our docs: https://stripe.com/docs/connect
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?
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
can you give me one answer please, I already integrate connect custom account, but problem is when I transfer fund to landlord account, fund will be payout in landlord default bank account. but my client don't want like this. my client want landlord can choose which bank account accept payment like apartment.com.
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
Ok got it. but in apartment.com they are adding ach bank. how this is possible?
I don't know what "adding ach bank" means exactly. You, as the developer, control the onboarding of all your Custom accounts, and you collect bank account details for Payouts already and you can collect multiple: https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-integration=direct-api
https://stripe.com/docs/payments/ach-debit/set-up-payment
apartment.com using this api for add bank but I use this api form renter side for add so they can transfer fund.
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
can we add same UI for landlord side, for add bank for payout?
yes it's right there in that nice doc I shared 😅
https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-integration=direct-api&bank-account-collection-method=financial-connections it's in beta so you'll have to talk to our support team first
ok thank you