Adds new balance transaction types to support minimum balance
What’s new
This update introduces two new balance transaction types to support payout reconciliation for Stripe accounts that limit automatic payouts by setting a minimum balance.
Impact
The payout_
transaction type is a negative value representing the amount withheld from a payout to maintain an account’s minimum balance. The payout_
transaction type is a positive value representing the amount added back to the account balance, and always corresponds to the hold value from the same payout. For example, if an account with a minimum balance of 100 EUR contains 1000 EUR to pay out, a payout_
of -100 EUR is applied to the payout, resulting in a payout of 900 EUR. Then, a matching payout_
of 100 EUR is added to the account balance.