#Talon

1 messages · Page 1 of 1 (latest)

tidal mantleBOT
tawny fiber
#

Yeah if a connect balance is negative a few things could happen

kind river
#

but that is for charging incase of chargebacks for example:

what If I wanna put X amount manually from myself

abstract girder
#

Hello 👋
What kind of connected accounts are you working with?
Also, you should use manual payouts if you want to payout a custom amount

kind river
#

express

abstract girder
#

You could use account debits to charge X amount to your connected accounts
https://stripe.com/docs/connect/account-debits

However, if your usecase depends on deducting money from the payouts then you should switch to manual payouts where you can control the amount yourself

kind river
#

let's say merchant have subscription on our platform. in case his payment failed we would like to deduct it from his payouts

abstract girder
kind river
#

but isnt it like charging the connected accounts?

#

it sounds like we are going to do a transaction rather doing some deduction in their future payouts

#

if we can edit balance than this will work with automatic payouts

abstract girder
#

yeah, there's no way to deduct an amount from the payouts really.
You can either switch to manual payouts and keep enough balance that you can charge the connected account using account debits

OR

You can keep track of the failed payment and in future manually transfer the total amount minus the fee (using Separate charges and Transfers flow)

#

You can't edit balance transactions

#

those are read only

kind river
#

well that would be so nice if we could manually add negative balance.
Imagine we offer subscription for 30$ but we only take money from you if you earn from our platform.
that way we deduct from profits only

#

each month we add negative balance for subscription.

abstract girder
#

I can file a feature request but at the moment, the platform would need to calculate this manually. What kind of fund flow are you currently integrating? Destination charges OR separate charges and transfers?