<?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 Response not an array in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-not-an-array/m-p/15116#M8649</link>
    <description>&lt;P&gt;When I do a test run with the following parameters I don't get a response that can be parsed with a delimiter to get an array.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$params = array('x_login' =&amp;gt; 'XXXXXXXXX','x_tran_key' =&amp;gt; 'XXXXXXXXXXXX','x_version' =&amp;gt; '3.1','x_type' =&amp;gt; 'AUTH_CAPTURE','x_test_request' =&amp;gt; 'TRUE', // Just a test transaction'x_relay_response' =&amp;gt; 'FALSE','x_market_type' =&amp;gt; 2,'x_device_type' =&amp;gt; '8','x_delim_data' =&amp;gt; 'TRUE','x_delim_char' =&amp;gt; '|','x_encap_char' =&amp;gt; '',&lt;BR /&gt;'x_method' =&amp;gt; 'CC','x_card_num' =&amp;gt; $data['credit_card_number'],'x_exp_date' =&amp;gt; '1112', //$data['credit_card_expiration_month'] . $data['credit_card_expiration_year'],'x_card_code' =&amp;gt; $data['credit_card_csc'],'x_first_name' =&amp;gt; $data['billing_first_name'],'x_last_name' =&amp;gt; $data['billing_last_name'],'x_address' =&amp;gt; $data['billing_address1'],'x_city' =&amp;gt; $data['billing_city'],'x_state' =&amp;gt; $data['billing_state'],'x_zip' =&amp;gt; $data['billing_zip_code'],//'x_country' =&amp;gt; $data['billing_country'],'x_email' =&amp;gt; $data['billing_email'],//'x_phone' =&amp;gt; $data['billing_phone'],'x_cust_id' =&amp;gt; '12','x_invoice_num' =&amp;gt; '23',&lt;BR /&gt;'x_amount' =&amp;gt; number_format(100,2));﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this as a response:&amp;nbsp;36P00E1393E206CD3AAB85074567D8EFD4701XXXX0024﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which doesn't seem any bit correct. &amp;nbsp;If I change my login ID or something else to be incorrect, I will get an array back with the error response, but when everything seems to be correct I get that above response. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me out! &amp;nbsp;Need to get this working ASAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2011 13:24:25 GMT</pubDate>
    <dc:creator>sallen</dc:creator>
    <dc:date>2011-07-20T13:24:25Z</dc:date>
    <item>
      <title>Response not an array</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-not-an-array/m-p/15116#M8649</link>
      <description>&lt;P&gt;When I do a test run with the following parameters I don't get a response that can be parsed with a delimiter to get an array.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$params = array('x_login' =&amp;gt; 'XXXXXXXXX','x_tran_key' =&amp;gt; 'XXXXXXXXXXXX','x_version' =&amp;gt; '3.1','x_type' =&amp;gt; 'AUTH_CAPTURE','x_test_request' =&amp;gt; 'TRUE', // Just a test transaction'x_relay_response' =&amp;gt; 'FALSE','x_market_type' =&amp;gt; 2,'x_device_type' =&amp;gt; '8','x_delim_data' =&amp;gt; 'TRUE','x_delim_char' =&amp;gt; '|','x_encap_char' =&amp;gt; '',&lt;BR /&gt;'x_method' =&amp;gt; 'CC','x_card_num' =&amp;gt; $data['credit_card_number'],'x_exp_date' =&amp;gt; '1112', //$data['credit_card_expiration_month'] . $data['credit_card_expiration_year'],'x_card_code' =&amp;gt; $data['credit_card_csc'],'x_first_name' =&amp;gt; $data['billing_first_name'],'x_last_name' =&amp;gt; $data['billing_last_name'],'x_address' =&amp;gt; $data['billing_address1'],'x_city' =&amp;gt; $data['billing_city'],'x_state' =&amp;gt; $data['billing_state'],'x_zip' =&amp;gt; $data['billing_zip_code'],//'x_country' =&amp;gt; $data['billing_country'],'x_email' =&amp;gt; $data['billing_email'],//'x_phone' =&amp;gt; $data['billing_phone'],'x_cust_id' =&amp;gt; '12','x_invoice_num' =&amp;gt; '23',&lt;BR /&gt;'x_amount' =&amp;gt; number_format(100,2));﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this as a response:&amp;nbsp;36P00E1393E206CD3AAB85074567D8EFD4701XXXX0024﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which doesn't seem any bit correct. &amp;nbsp;If I change my login ID or something else to be incorrect, I will get an array back with the error response, but when everything seems to be correct I get that above response. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me out! &amp;nbsp;Need to get this working ASAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 13:24:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-not-an-array/m-p/15116#M8649</guid>
      <dc:creator>sallen</dc:creator>
      <dc:date>2011-07-20T13:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Response not an array</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-not-an-array/m-p/15118#M8650</link>
      <description>&lt;P&gt;Assuming you are working on Card Present Integration&lt;/P&gt;&lt;P&gt;To get delimited response. Pass a "1" to "x_response_format﻿"&lt;/P&gt;&lt;P&gt;Page 20 on&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/support/CP_guide.pdf" target="_blank"&gt;http://www.authorize.net/support/CP_guide.pdf&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 13:50:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-not-an-array/m-p/15118#M8650</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-07-20T13:50:18Z</dc:date>
    </item>
  </channel>
</rss>

