<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <intuit>
    <ipp>
      <security mode="OAuth">
        <oauth2 ClientID="Q0jWKKVN2FAZL5tHK4ZWIu2x1IRfqs9h5jW47dUxnpUSq9aytA"
              ClientSecret="7QG1nGSTyBqWyZKnn1n0iX1zAyugoxfmargtWltm"
              accessTokenKey="eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..WTOnX3JHESwISvNDy5XLuw.BrNfD4AFpafm_dTpSC5eOgpCYuzdzUjRTv6I05djCVqC_9ztBmwH_SCGZd6I4pbbltmsiYdvQ8l-zhq6MnoJnfz6IOfxAHMumkIc63jCIBeHBPo24qwBUzf8sf95pEozVvWPNZDtfyNjN-5eCnjQbLxDGX2kVtpYoNjW3oCKSxiHemWeBetw8C79GfM-crNxn9HcfK8CDqM4ABVEbVOMP9Q0qt-bfbQPyDobliCLcXMX-n0f8nUWOWM0FX_D3YrtipjK0floZCRm0Ix0BZjMPHfru38eIG0WUK9a6dor2mv93Y1Y20uvmgTGtSmo7AxYbBeaXOWudKTr0FHpuWQW6NjAGTxBNuvRnQ55dFGWk_JzOiMJI8w84CBTc-BLtDPlr4vTrAImYF0VVtWl54ITms0st_qV3YxSnxBNtSHvqOYS7S45fn7smjSjeMGK89KOJ5pbb2T7p2_mS5JA4jnUcgvQS-BHPsv1VwGL3P7AwazsAEl35eTE9blmrM_c1JmTifhgGMT6M4c3jM15LDithD4WAEPE9j7TTQq7fkuH-l1c2-Oj9Nlt_58TnzRVaBUGNUt_Bp4O6aTBq2vohU2Y396E6CZNfRD1Y117wqMVJ-W-qrALdmsjYvGss9DpH9D3LIzGFZisQLW2xBmS_keRuXHF6iSE696PO9jPI426k53rXywjMgB8mz2oU6L9MNJEqsFb9RTStPlb4zBz_74Cpw.Fg6w0ixsQiGqAyL0t2Vvuw"
              refreshTokenKey="Q011517498144tHW9CGzy4PrjaUVE2CBE5FyGfPmuPmIvv3SU5"
              QBORealmID="193514649565589"/>
      </security>
      <message>
        <request serializationFormat="Xml" compressionFormat="None"/>
        <response serializationFormat="Xml" compressionFormat="None"/>
      </message>
      <service>
        <baseUrl qbo="https://qbonline-e2e.api.intuit.com/" ipp="https://appcenter.intuit.com/api/" />
      </service>
      <logger>
        <requestLog enableRequestResponseLogging="true" requestResponseLoggingDirectory="/tmp/IdsLogs" />
      </logger>
      <!--
        Available strategies are file, handler and export.
        file - saves response into temporary file in system temp folder.
               The file should be removed manually

        handler - saves response into temporary file and provides file handler.
                  The file is automatically removed after script termination or when developer closes the handler

        export - saves response into export folder. Additional parameter "exportDirectory" should be specified
           <contentWriter strategy="export" exportDirectory="/path/to/target/folder">

        For advance usage you can specify returnObject="true" to work with instance of contentWriter
      -->
      <contentWriter strategy="file" prefix="ipp"/>
      <specialConfiguration>
          <TaxService jsonOnly="true"/>
      </specialConfiguration>
      <minorVersion>9</minorVersion>
    </ipp>
  </intuit>
</configuration>
