#subhrajeet_api

1 messages ¡ Page 1 of 1 (latest)

tardy ridgeBOT
#

👋 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/1233386670834057307

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

drowsy thunderBOT
fossil hamlet
#

Hi, let me help you with this.

#

Will realtors be paid out as part of your buiseness logic?

slim haven
#

Realtors are the one who pay for their profile setup(setup fee) and seat fee

#

They do not receive any money

fossil hamlet
#

think realtor is the end customer for broker, not for the platform
The underlying structure doesn't really need to be precisely mapped to how it's represented on the surface.
If the admin (technically) charges the realtors, then the charges must happen on the Platform account, and then the funds must be partially transfered to the brokers (connected accounts.)

slim haven
#

But in that case the broker connected account should be of type express with destination charge

#

In my case, the platform is not liable for any payment failures, disputes or fraud, so i am currently using standard account for broker with direct charges

fossil hamlet
slim haven
#

I am using checkout session for setup fees, when the checkout session is completed, I attach the payment method as default payment method for the end customer(realtor), then I create a subscription for the realtor for the monthly seat fee
Is my approach correct?

fossil hamlet
#

Yes, this is perfectly fine.

slim haven
#

So where will i specify the base seat fee that the platform will take? I think there is no application_fee_amount parameter in subscription object

#

there is application fee percentage as of my knowledge

drowsy thunderBOT
fossil hamlet
#

Please look through this doc to learn more about nuances of this approach, e.g. regarding transfer_group parameter ☝️

slim haven
#

But I think in that case, the charge is created on the platform, i.e the subscription is on the platform

fossil hamlet
#

For that you can listen to invoice.created event.