-1

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.

bluestar0505
  • 338
  • 1
  • 14

1 Answers1

0

If I understand correctly, you want to transfer funds from a Connected Account back to the Platform, in the case they want to leave your Platform. There are 2 ways to do that:

  • Reversing a transfer. This way you can send back a specific transfer that was made to the Connected Account. Note that it is limited up to the amount of the target transfer.
  • Debiting accounts. This is a more powerful tool, but will only work with Express and Custom accounts. There’s more conditions too.
vanya
  • 228
  • 4