ResLookupFull

Hi !

 

i am trying to test the ResLookupFull !

 

and i always receive ( INVALID TRANSACTION )

somebody could help ?

  • here's the code for testing

    string host = "esqa.moneris.com";
    string store_id = "moneris";
    string api_token = "hurgle";
    data_key = "g90io5hS63qXu10Pu51512M8G";

    ResLookupFull resLookupFull = new ResLookupFull(data_key);
    HttpsPostRequest mpgReq = new HttpsPostRequest(host, store_id, api_token, resLookupFull);
    Receipt receipt = mpgReq.GetReceipt();
    Console.WriteLine("DataKey = " + receipt.GetDataKey());