I am using Connect Account in Stripe, to transfer money to members bank accounts in my project. Transfer is made once a month (on the 5th of each month).
If a member withdraw from my site, I'd like to hand over the money of connect account to a system account(my stripe account) before 5th.
What can I do? What api would I use?
PS: My project is running on Laravel.