def reject_tx(community_id, tx, message, sender_id)
    TransactionService::Transaction.reject(community_id: community_id,
                                           transaction_id: tx.id,
                                           message: message,
                                           sender_id: sender_id)