def accept_tx(community_id, tx, message, sender_id)
    TransactionService::Transaction.complete_preauthorization(community_id: community_id,
                                                              transaction_id: tx.id,
                                                              message: message,
                                                              sender_id: sender_id)