#holt_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1428177654120579126
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! I'll suggest starting from this page : https://docs.stripe.com/connect/design-an-integration, and also looking at the pricing here since you mentioned it's a concern : https://stripe.com/connect/pricing
What would be ideal for me?
This would be per IBAN?
https://docs.stripe.com/connect/design-an-integration - this guide that I shared, walks you through step by step for what would be the ideal integration for you, and also explains each option in detail. The best way to determine what would be ideal for you, is to go through that page. I'm happy to answer any additional questions you have after going through that page
Also, I'm sorry but we mainly help with developers who want to integrate directly with the Stripe API here on this channel and can't really help much with pricing related questions here. If you want to know more about pricing questions, you'll need to reach out to Stripe Support - https://support.stripe.com/contact, they'll be able to advise you on that!
After reading, I'm guessing v2 api with destination addresses correct?
would suite my system the best
Also, would i always have to have them go through the stripe page? or can i just have an IBAN they can send to which i retreive via API
Ah, i see custom lets you do this.
that's very handy
what do you mean by destination addresses?
destination charges*
Rent payment -> Our account -> 95% to the homeowner
I'm just confused on the way pricing works, am i paying per transaction a fee or also monthly to keep the account open for them to send to or something
Destination charges sound about right if your business model follows what is described for it i.e.
Customers transact with your platform for products or services provided by your connected accounts.
Which essentially means that your business shows on Customers bank / card statement when they make payment
I'm just confused on the way pricing works, am i paying per transaction a fee or also monthly to keep the account open for them to send to or something
you're going to need to talk to Support about pricing like I mentioned earlier
okay no worries thank you
with destination charges, do i have to provide the destination bank account or whatever straight away?
Destination charges is talking about taking payment from the customer i.e. the person paying the rent
If you're talking about the bank account for the home owner, where they would receive the rental payment in, it depends. If you use the Stripe onboarding form to create the homeowners connected accounts, it typically requests for the bank account as part of the onboarding process.
So i can't just send the payment directly to an IBAN?
Woule i be able to let them connect their bank account to the system all through my UI?
So i can't just send the payment directly to an IBAN?
No, that's not how it works. Payment from Customer -> your (a.k.a platform) Stripe balance -> homeowner (a.k.a connected account) Stripe balance -> homeowner bank account
so each homeowner needs a stripe account?
Woule i be able to let them connect their bank account to the system all through my UI?
Yes, that's possible, you can build your own UI for this
so each homeowner needs a stripe account?
yep
I don't know, I can't comment on this
no problem
is there any way to send the payments to homeowners
without them needing a stripe account?
is there any way to send the payments to homeowners without them needing a stripe account?
Nope
so you can't send money from stripe
to a bank account
when you recieve a payment?
Money from Stripe does go to a bank account, it just goes through a series of other steps in between
This was the example I gave :
Payment from Customer -> your (a.k.a platform) Stripe balance -> homeowner (a.k.a connected account) Stripe balance -> homeowner bank account
So would i have to make it all go to my personal account
and then send to them myself
to avoid them needing a stripe account?
Am i able to make the accounts for them? The connected ones
via API
Like maybe have a payments center on my UI, pass on the info via API and use that?
Am i able to make the accounts for them? The connected ones
via API
Like maybe have a payments center on my UI, pass on the info via API and use that?
Yes, that's possible. It's one of the options mentioned in the first choice you make when going through the integration guide
oh that's really easy then no?
and useful as fuck
that's great dude
appreciate you
oh that's really easy then no?
I can't really say if that's easy on your behalf. Generally API based onboarding is considered high effort though cause you need to collect and handle all verification requirements. I'll recommend testing things out and see how it goes.
scared money don't make money
appreciate the help though
๐
you're welcome!
You can update those at anytime, but it's usually better to request for what you need upfront since it's possible that requesting for new capabilities might trigger additional verification requirements
verification like KYC?
yep