#Talon
1 messages · Page 1 of 1 (latest)
but that is for charging incase of chargebacks for example:
what If I wanna put X amount manually from myself
Hello 👋
What kind of connected accounts are you working with?
Also, you should use manual payouts if you want to payout a custom amount
express
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
let's say merchant have subscription on our platform. in case his payment failed we would like to deduct it from his payouts
Account debits would be your best bet (if you're eligible)
https://stripe.com/docs/connect/account-debits
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
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
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.
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?