0
For the current timestamp you need to use DateTime.Now and concatenate that value to accReq.transactionID. See this below link for DateTime.Now,
https://www.codegrepper.com/code-examples/csharp/c%23+get+current+timestamp
https://stackoverflow.com/questions/21219797/how-to-get-correct-timestamp-in-c-sharp/21219819