<?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 Re: Transaction Response Fields in the Payment Gateway  Response in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52487#M27730</link>
    <description>&lt;P&gt;Thanks so muchhhhhhhh for your help !!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2015 17:34:43 GMT</pubDate>
    <dc:creator>authorizeK</dc:creator>
    <dc:date>2015-10-08T17:34:43Z</dc:date>
    <item>
      <title>Transaction Response Fields in the Payment Gateway  Response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52480#M27723</link>
      <description>&lt;P&gt;Hello I'm new with authorize.net and i'm trying to get familiar with it i have been seen some examples to understand better how it works,&amp;nbsp; But I do have a question for the &lt;STRONG&gt;Transaction Response Fields in the Payment Gateway&amp;nbsp; Response.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get the las 4 digits of the credit card number and I read that order 51(account number) gives that, but I don't know how to get it i tried just to read it in that position but it seems like nothing is in it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:10:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52480#M27723</guid>
      <dc:creator>authorizeK</dc:creator>
      <dc:date>2015-10-08T15:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Response Fields in the Payment Gateway  Response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52482#M27725</link>
      <description>&lt;P&gt;What about the other 50+ fields? are they all blank?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:36:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52482#M27725</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-10-08T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Response Fields in the Payment Gateway  Response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52484#M27727</link>
      <description>&lt;P&gt;I ran an example a simple payment with the following fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_login", "XXXX")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_tran_key", "XXXXXX")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_test_request", "TRUE")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_version", "3.0")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_currency_code", "USD")&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_type", "AUTH_CAPTURE")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_delim_data", "TRUE")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_delim_char", "|")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_relay_response", "FALSE")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_method", "CC")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_card_num", textbox_creditcardnumber.Text.Trim)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_exp_date", textbox_expdate.Text.Trim)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_amount", textbox_paymentauth.Text.Trim)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_description", "description")&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_first_name", textbox_creditcardholder.Text.Trim)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; post_values.Add("x_last_name", textbox_creditcardholderlname.Text.Trim)&lt;/P&gt;&lt;P&gt;And when I read the values it gives me 1-38 some of the fields are blank but still reads the position, then I just tried to read&lt;/P&gt;&lt;P&gt;array(50) to see if anyway it had the account number but no there is no blank value there it seems like if that position didn't exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:51:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52484#M27727</guid>
      <dc:creator>authorizeK</dc:creator>
      <dc:date>2015-10-08T15:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Response Fields in the Payment Gateway  Response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52485#M27728</link>
      <description>&lt;P&gt;&lt;A href="http://www.authorize.net/content/dam/authorize/documents/AIM_guide.pdf" target="_blank"&gt;http://www.authorize.net/content/dam/authorize/documents/AIM_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;DIV&gt;Version 3.0&lt;/DIV&gt;&lt;DIV&gt;The version 3.0 response contains system&lt;/DIV&gt;&lt;DIV&gt;fields from position 1 to 38 and echoes&lt;/DIV&gt;&lt;DIV&gt;merchant-defined fields from 39 on,&lt;/DIV&gt;&lt;DIV&gt;in the order received by the system.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;The version 3.1 response string contains&lt;/DIV&gt;&lt;DIV&gt;68 system fields with field number 39&lt;/DIV&gt;&lt;DIV&gt;representing the Card Code (CVV2/CVC2/CID)&lt;/DIV&gt;&lt;DIV&gt;response code. Merchant-defined fields&lt;/DIV&gt;&lt;DIV&gt;are echoed from field 69 onward. Merchants wishing to use the Card Code feature and&lt;/DIV&gt;&lt;DIV&gt;merchants who accept partial authorization tran&lt;/DIV&gt;&lt;DIV&gt;sactions must use transaction version 3.1.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:57:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52485#M27728</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-10-08T16:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Response Fields in the Payment Gateway  Response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52487#M27730</link>
      <description>&lt;P&gt;Thanks so muchhhhhhhh for your help !!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 17:34:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-Response-Fields-in-the-Payment-Gateway-Response/m-p/52487#M27730</guid>
      <dc:creator>authorizeK</dc:creator>
      <dc:date>2015-10-08T17:34:43Z</dc:date>
    </item>
  </channel>
</rss>

