I am working in a project where users can contribute to campaigns, but funds are not released till campaign ends.
After some research I understood that I need to set payouts as manual and We have a limit of 90 days, after that payment will be done.
I understand this will only work with connected accounts using Stripe Connect. I have already done now using Stripe Connect - Express.
Now I am little confused on how charges and payouts work together.
When an user makes a contribution to the campaign I need create a charge. Do I need to create a manual payout at same time?
I see payouts have an id, I guess I will need to "execute" payout when campaign ends? is this done through the API? or through the dashboard?
At the moment of connecting an account is it possible to set manual payouts as a account property?
Thanks in advance for your help.