#curious-connect-automatepayouts

1 messages · Page 1 of 1 (latest)

maiden summitBOT
worn jay
#

Hey @unkempt marten I'm sorry I don't really understand the question

unkempt marten
#

I am working on platform that collect payments from users and distribute payouts to users based on earnings. So, while giving payouts we use calculcations based on several factors.

#

I am looking to automate these payouts

worn jay
#

I'm sorry this is still really vague for now unfortunately. By default we handle Payouts automatically for you already. It's possible to switch to manual Payouts so that funds build up over time in your Stripe account and then you manually create a Payout when you send funds, but that's an active decision you made in your integration/code.
Also a lot of this changes based on the type of connected accounts (Custom, Express or Standard) and the flow of funds (Destination Charges, Direct Charges or Separate Charges and Transfers)

#

curious-connect-automatepayouts

unkempt marten
maiden summitBOT
worn jay
#

Sorry this keep being super vague. That doc is really just a high level example but unlikely to be exactly what you are doing. There isn't really a way for Stripe to "automate Payouts" if what you do is add a huge amount of money to your platform balance but we have no details on who is owed what

#

There are many ways to approach this but I still don't really get what you are trying to do. If all you want is Stripe to automatically send money to those connected account's bank accounts on a set schedule (daily/weekly/monthly) then that is fairly easy as long as you put money into their balance

unkempt marten
#

Is there a way to automate transfer of money into their balance?

stiff spade
#

👋 hopping in here since koopajah has to head out

unkempt marten
#

Hey @stiff spade, can you help me with the above question

stiff spade
#

Backing up for a second here, are you talking about creating Transfers (transferring from a platform to the connected account) or creating Payouts (paying out funds from the connected accuont to their own bank account outside of stripe)

unkempt marten
#

I am talking about Transfers

stiff spade
#

gotcha - then you'd have to build this automation on your end. We don't have any features that would automatically generate a monthly Tranfers for you

#

The closest thing we have is automatically transferring for each payment (by setting transfer_data with the payment intent)

unkempt marten
#

Okay thanks

#

Do you think I would need to achieve a scheduling mechanism on my end? Or is there any alternative to it ?