Home › Forums › Core › programmatically reducing balance for user › Reply To: programmatically reducing balance for user
You can use our core function woo_wallet()->wallet->debit($user_id, $amount, $transaction_description); to deduct wallet balance.