<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Transaction ID is always 4294967295 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-ID-is-always-4294967295/m-p/26596#M14124</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question for you all. &amp;nbsp;We're using CIM on our PHP app, and are experiencing some strange behavior. &amp;nbsp;On our production instance, $transactionResponse-&amp;gt;transaction_id always returns&amp;nbsp;4294967295, or PHP_MAX. &amp;nbsp;However,&amp;nbsp;on our dev instance, everything works fine - the actual transaction id is returned. &amp;nbsp;The only relevant thing that I can identify is different between these two deployments .is that one points to our live Authorize.net account, while the other points to our developer Authorize.net account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're using the code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;		//Submit the transaction
	  $response = $request-&amp;gt;createCustomerProfileTransaction("AuthCapture", $t);
		if(!$response-&amp;gt;isOk())
			throw new Exception($response-&amp;gt;getErrorMessage());

	  $transactionResponse = $response-&amp;gt;getTransactionResponse();
		// d($transactionResponse);
		if(!$transactionResponse-&amp;gt;approved)
			throw new Exception('Authorize.net error.  Transaction was not approved.');

	  $transactionId = $transactionResponse-&amp;gt;transaction_id;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts? &amp;nbsp;Thanks so much for your help! :)&lt;/P&gt;&lt;P&gt;-Rich&lt;/P&gt;</description>
    <pubDate>Sat, 19 May 2012 15:39:21 GMT</pubDate>
    <dc:creator>rinogo</dc:creator>
    <dc:date>2012-05-19T15:39:21Z</dc:date>
    <item>
      <title>Transaction ID is always 4294967295</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-ID-is-always-4294967295/m-p/26596#M14124</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question for you all. &amp;nbsp;We're using CIM on our PHP app, and are experiencing some strange behavior. &amp;nbsp;On our production instance, $transactionResponse-&amp;gt;transaction_id always returns&amp;nbsp;4294967295, or PHP_MAX. &amp;nbsp;However,&amp;nbsp;on our dev instance, everything works fine - the actual transaction id is returned. &amp;nbsp;The only relevant thing that I can identify is different between these two deployments .is that one points to our live Authorize.net account, while the other points to our developer Authorize.net account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're using the code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;		//Submit the transaction
	  $response = $request-&amp;gt;createCustomerProfileTransaction("AuthCapture", $t);
		if(!$response-&amp;gt;isOk())
			throw new Exception($response-&amp;gt;getErrorMessage());

	  $transactionResponse = $response-&amp;gt;getTransactionResponse();
		// d($transactionResponse);
		if(!$transactionResponse-&amp;gt;approved)
			throw new Exception('Authorize.net error.  Transaction was not approved.');

	  $transactionId = $transactionResponse-&amp;gt;transaction_id;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts? &amp;nbsp;Thanks so much for your help! :)&lt;/P&gt;&lt;P&gt;-Rich&lt;/P&gt;</description>
      <pubDate>Sat, 19 May 2012 15:39:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-ID-is-always-4294967295/m-p/26596#M14124</guid>
      <dc:creator>rinogo</dc:creator>
      <dc:date>2012-05-19T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction ID is always 4294967295</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-ID-is-always-4294967295/m-p/26636#M14142</link>
      <description>&lt;P&gt;Are you sure it $transactionResponse-&amp;gt;transaction_id that having issue and not how you saving the data?&lt;/P&gt;&lt;P&gt;You might have the same issue as &lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/Testing-Prior-Authorization-Capture-Transaction/m-p/42#M26"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Testing-Prior-Authorization-Capture-Transaction/m-p/42#M26&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2012 20:06:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-ID-is-always-4294967295/m-p/26636#M14142</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-21T20:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction ID is always 4294967295</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-ID-is-always-4294967295/m-p/26648#M14148</link>
      <description>&lt;P&gt;Thank you SO much! &amp;nbsp;This is exactly what I needed. :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a wonderful day!&lt;/P&gt;&lt;P&gt;-Rich&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2012 22:35:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-ID-is-always-4294967295/m-p/26648#M14148</guid>
      <dc:creator>rinogo</dc:creator>
      <dc:date>2012-05-21T22:35:10Z</dc:date>
    </item>
  </channel>
</rss>

