#peky-connect-subscription

1 messages · Page 1 of 1 (latest)

turbid girderBOT
hallow cobalt
#

peky-connect-subscription

#

@pallid hound you'll want to use Stripe Connect. One account (the one that gets 10%) should be "connected" to the main account (the platform, the one that gets 90%) and then you would follow a guide like https://stripe.com/docs/connect/subscriptions

pallid hound
#

we have multiple admin not a singal platform

suppose i have 3 admin (a,b,c ) and admin c have 3 staff person (x,y, z) so customer pay to x 90% and admin c will get 10%

FYI: we are creating muliple stripe account in code

SO how connects will help me as dynamic ?

#

@hallow cobalt ?

hallow cobalt
#

I am reading what you wrote (and helping numerous other developers)

#

I don't understand what is an admin, who is staff, what maps to an Account

#

Sorry I'm really struggling to get what you mean. If you create Stripe Accounts in code that means you already use Stripe Connect right?

pallid hound
#

Every Staff member have a stripe account and its selling something So customer purchase it via monthly subscription. So Every staff member give some percent to their admin. every admin have their own stripe account

Now a customer money will take 10% admin and 90% staff how can i do it?

A admin have multiple staff so i can not connect it manually i want to connect it through my code

#

@hallow cobalt this will help you to understand

hallow cobalt
#

So you are the platform, you help staff member sell products but a portion of those payments will go to another third party (an admin)? So it's like a "referral" feature?

pallid hound
#

yes.

hallow cobalt
#

Okay so what you need to do is take a 10% ApplicationFee on those Subscriptions. That goes to you (the platform) and then you can send those funds via a Transfer to the "admin"'s connected account.
But note that there are strict restrictions around money movement. I would highly recommend that you work with our support team on this

pallid hound
#

Actually i made platform, Platform have multiple groups every group admin is paying me for providing platform support(this portion is done )

A Admin is taking his money from staff sales like tax or applicationfee

SO how can i do that in elixir language i dont have that much stuff

hallow cobalt
#

I am sorry I have no idea what you're asking

#

you started with "I don't know how to do this", then I explain in details and now you say "I already do this" and also "but I have nothing"

#

Please try to be clear about what is blocking you

pallid hound
#

I had made platform where multiple admin was paying to mee through my singal stripe account

Now i am adding new feature where a admin have multiple staff and every staff is selling its product and every staff member have its own product and price in his stripe account so customer wants to subscribe his plan then from customer payment 10% will take admin and rest will go to staff memeber

#

I hope you get it

hallow cobalt
#

Sure, you need Stripe Connect, to collect information about every person you are accepting payments on behalf of

turbid girderBOT