#masudrhossain
1 messages · Page 1 of 1 (latest)
Hello masudrhossain, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• masudrhossain, 4 days ago, 6 messages
Hodling the funds in your platfomr account is fine as long as you adhere to our general guidelines here (https://stripe.com/docs/connect/account-balances#holding-funds).
Do you have a recommendation on a way that's easier than i described?
Also, what will happen if the connect account doesn't have the money in it to do the transfer?
Ah, I assumed you had worked through all of your funds flows already - are you intending to do direct charges or destiantion charges? I assume that you wuoldn't do a separate transfer through the API and instead you'd take an application fee (if using direct charges) to autoamtically transfer a larger amount back toy our platform
Direct charges. We have the connect accounts oauth so we got their access tokens. We don’t take any fees. We just facilitate the payments and they pay a SAAS fee while using their own stripe connect accounts.
Oh okay I think I get what you’re saying.
So when the charge happens, take the referral fees from that charge and move it to the appropriate place.
Yes, set an application_fee with the charge (which will transfer those funds to your platform). Then your platform is free to transfer those funds to the referrer/referred accounts
That's the only way I can think of getting this to work because we don't offer any other way of transferring funds from a standard account back to th eplatform
Oh that’s a very simple way to do it then. The only issue I foresee is if the seller sets the reward to $200 and the charge is less than that.
Yeah, you'll have to decide how to manage edge cases like that on your end ( set limits on what the charge can be based on the reward or somethign along those lines)
I’m a stripe platform and the sellers are connect accounts on it. So that means I CAN do an application_fee, right?
Correct! application_fee is meant to be used in your scenario (platform accuont with standard connected accoutns doing direct charges)
And once I take the application fee, I track it on our database to see who it should go to and what amount. And once those people add their stripe connect accounts for payouts, I send it. Nice. Love it thanks Karbi