#gab gab - account credit
1 messages · Page 1 of 1 (latest)
Can you describe the scenario here? Is the account an external account associated with a Stripe Account?
I have the platform account and one Custom connected account.
I first debit an amount. So it goes from the connected account to the platform account.
Now I would like to know how I could do the opposite action.
My exact use case is I would like to debit once 100. Then, I would like to refunds progressively that amount: lets say one time +40 and another time +60
you use the Transfers API: https://stripe.com/docs/api/transfers/create
but your flow of funds is quite surprising. I'd recommend talking to our support team to describe your business model first and foremost, and make sure it's allowed/supported
Ok thanks. Also, there is fee applied by Stripe on account-debit, is there also fees applied when a transfer is done ?