#Geico-connect
1 messages · Page 1 of 1 (latest)
Hi there!
So you are a platform account, and want to create an Express connected account?
Kind of complicated haha, I am a platform account and I want to connect businesses to accept payments directly with a standard account. Those businesses also need to be able to pay out through express accounts.
Oh so it's platform -> standard account -> express account?
So just to clarify: platform (A) -> standard account (B) -> express account (C).
account B can create account C. But account A cannot create account C.
Yes because account C needs to be paid out based on the revenue accumulated on account B
I could connect the standard accounts by on-boarding with an api key but that makes taking application fees difficult
lol sorry this is kind of confusing I know
To explain, I have a service that allows businesses to sell memberships to discord, Twitter etc but it also implements an affiliate program so influencers can be paid based on invites, conversions etc. So currently my architecture is connecting the businesses stripe accounts to my main platform then creating express accounts on the connected standard accounts. If you can think of a better way to do this I’m all ears
connecting the businesses stripe accounts to my main platform then creating express accounts on the connected standard accounts
Yes that's not possible unless you use the standard account API key, which we don't recommend.
I would recommend to have both the Sandard accounts and the Express accounts directly connected to your platform. And then you manually create transfers to move funds to the express accounts.
So then I would need to process payments directly on my platform?
if that’s the case, none of the customers etc would be available on accounts B so I would need a full dashboard and everything for them to manage users and subs
Right?
So then I would need to process payments directly on my platform?
Your platform could create Direct Charges, so the charge and customers are on the connected account https://stripe.com/docs/connect/direct-charges
Could this be extended to route say 20% of the payment to the express account?
Not directly. You would use application_fee_amount so that the platform gets 20% (for example), and then create a transfer from the platform account to the express account.
So if we take 5% we would create an application fee for 25 percent then payout the express account from our platform account?
One more question how would this work with subscription models? Only the first payment of the subscription goes to the affiliate
would I need to handle off session payments myself?
So if we take 5% we would create an application fee for 25 percent then payout the express account from our platform account?
yes that should work.
One more question how would this work with subscription models?
you can set aapplication_fee_percent, that will apply to all invoices. But you can update the subscription at any time to remove it if needed.
would I need to handle off session payments myself?
what do you mean?