<?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: API Response Codes in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48065#M24244</link>
    <description>&lt;P&gt;Also, i still don't understand where the extra fields are from in the Card Not present&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2014 18:39:03 GMT</pubDate>
    <dc:creator>stephenframstad</dc:creator>
    <dc:date>2014-10-20T18:39:03Z</dc:date>
    <item>
      <title>API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48033#M24230</link>
      <description>&lt;P&gt;According to the API PDF (&lt;A target="_blank" href="http://www.authorize.net/support/AIM_guide.pdf)"&gt;http://www.authorize.net/support/AIM_guide.pdf)&lt;/A&gt; there are 45 return fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the url: &lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i send&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_delim_data=true&amp;amp;x_relay_response=false&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=1015&amp;amp;x_amount=1.00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get about 22 fields returned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if i send&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_solution_ID=A1000006&amp;amp;x_currency_code=USD&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_type=AUTH_CAPTURE&amp;amp;x_method=CC&amp;amp;x_invoice_num=20140221213924_1393043964&amp;amp;x_amount=70.44&amp;amp;cardType=American+Express&amp;amp;x_exp_date=0120&amp;amp;x_card_code=002&amp;amp;x_card_num=370000000000002&amp;amp;x_address=SM+Road&amp;amp;x_zip=46208&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get about 65 fields returned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to write a handler but It's hard to understand what the extra fields are since it seems like it's 20 that aren't in the API document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 13:22:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48033#M24230</guid>
      <dc:creator>stephenframstad</dc:creator>
      <dc:date>2014-10-20T13:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48035#M24231</link>
      <description>&lt;P&gt;Should be 39&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1,1,1,This transaction has been&lt;BR /&gt;approved.,tt9ieF,Y,2149207083,,,1.00,CC,auth_&lt;BR /&gt;capture,,,,,,,,,,,,,,,,,,,,,,,,,,DE9F3FAD313D32144FA7EDF4B27CCE02,,2&lt;BR /&gt;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,merchant defined field 1,merchant&lt;BR /&gt;defined field 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see the merchant defined field 1,merchant defined field 2.&lt;/P&gt;&lt;P&gt;If you pass in anything that is not authorize.net defined. it will echo back in the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 13:58:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48035#M24231</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-10-20T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48039#M24233</link>
      <description>&lt;P&gt;According to the API document there are 45 response fields if you count them, though the fields numbers start to jump after 40 to 51 (i believe this to be a typo in the guide).&amp;nbsp; Even if it was 39 or even the 45, how come i only get 22 when i do a simple transaction? Shouldn't it always give me at least all the responses?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:37:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48039#M24233</guid>
      <dc:creator>stephenframstad</dc:creator>
      <dc:date>2014-10-20T15:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48053#M24238</link>
      <description>&lt;P&gt;According to the API document there are 45 response fields if you count them, though the fields numbers start to jump after 40 to 51 (i believe this to be a typo in the guide).&lt;/P&gt;&lt;P&gt;Look like it wasn't updated. They added parital authorization later and start with index 51.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if it was 39 or even the 45, how come i only get 22 when i do a simple transaction? Shouldn't it always give me at least all the responses?&lt;/P&gt;&lt;P&gt;Can you post the response?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 17:56:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48053#M24238</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-10-20T17:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48057#M24240</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll?x_login=XXXX&amp;amp;x_tran_key=XXXX&amp;amp;x_solution_ID=A1000006&amp;amp;x_currency_code=USD&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_type=AUTH_CAPTURE&amp;amp;x_method=CC&amp;amp;x_invoice_num=20140221213924_1393043964&amp;amp;x_amount=70.44&amp;amp;x_exp_date=0120&amp;amp;x_card_code=002&amp;amp;x_card_num=370000000000002&amp;amp;x_address=SM+Road&amp;amp;x_zip=46208"&gt;https://test.authorize.net/gateway/transact.dll?x_login=XXXX&amp;amp;x_tran_key=XXXX&amp;amp;x_solution_ID=A1000006&amp;amp;x_currency_code=USD&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_type=AUTH_CAPTURE&amp;amp;x_method=CC&amp;amp;x_invoice_num=20140221213924_1393043964&amp;amp;x_amount=70.44&amp;amp;x_exp_date=0120&amp;amp;x_card_code=002&amp;amp;x_card_num=370000000000002&amp;amp;x_address=SM+Road&amp;amp;x_zip=46208&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Returns 68 fields:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2,2,27,The transaction has been declined because of an AVS mismatch. The address provided does not match billing address of cardholder.,EPWCAR,S,2222622386,20140221213924_13930,,70.44,CC,auth_capture,,,,,SM Road,,,46208,,,,,,,,,,,,,,,,,,D7CE051D308E8EE97E0AEE4B38FC6513,P,2,,,,,,,,,,,XXXX0002,American Express,,,,,,,,,,,,,,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, I was mistaken, it always returns 68 fields it seems.&amp;nbsp; But what are the other fields?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll?x_login=XXXX&amp;amp;x_tran_key=XXXX&amp;amp;x_delim_data=true&amp;amp;x_relay_response=false&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=1015&amp;amp;x_amount=1.00&amp;amp;x_card_code=999"&gt;https://test.authorize.net/gateway/transact.dll?x_login=XXXX&amp;amp;x_tran_key=XXXX&amp;amp;x_delim_data=true&amp;amp;x_relay_response=false&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=1015&amp;amp;x_amount=1.00&amp;amp;x_card_code=999&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1,1,1,This transaction has been approved.,DGJBYP,Y,2222622403,,,1.00,CC,auth_capture,,,,,,,,,,,,,,,,,,,,,,,,,,1585DE6C62AA6A5DC7376C87C20AA570,P,2,,,,,,,,,,,XXXX1111,Visa,,,,,,,,,,,,,,,,&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:02:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48057#M24240</guid>
      <dc:creator>stephenframstad</dc:creator>
      <dc:date>2014-10-20T18:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48059#M24241</link>
      <description>&lt;P&gt;I was right, i found the call that gave me only 22 fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll?x_login=XXXX&amp;amp;x_tran_key=XXXX&amp;amp;x_delim_data=true&amp;amp;x_relay_response=false&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=1015&amp;amp;x_amount=1.00&amp;amp;x_market_type=2&amp;amp;x_recurring_billing=true&amp;amp;x_currency_code=usd&amp;amp;x_card_code=123&amp;amp;x_trans_id=123123123123&amp;amp;x_auth_code=voice&amp;amp;x_test_request=false&amp;amp;x_invoice_num=invno1&amp;amp;x_first_name=joe&amp;amp;x_last_name=user&amp;amp;x_address=1234%20happy%20st&amp;amp;x_city=fort%20knox&amp;amp;x_state=KY&amp;amp;x_zip=40121&amp;amp;x_country=usa&amp;amp;x_phone=555-555-5555&amp;amp;x_cust_id=custid1234&amp;amp;x_customer_ip=127.0.0.1&amp;amp;x_ship_to_first_name=joe&amp;amp;x_ship_to_last_name=user&amp;amp;x_ship_to_address=1234%20happyshipper%20ln&amp;amp;x_ship_to_city=beverly%20hills&amp;amp;x_ship_to_state=ca&amp;amp;x_ship_to_zip=90210&amp;amp;x_ship_to_country=usa&amp;amp;x_tax=Tax1%3C|%3Estate%20tax%3C|%3E0.09&amp;amp;x_freight=Freight%3C|%3Eground%20overnight%3C|%3E12.9&amp;amp;x_duty=Duty1%3C|%3Eexport%3C|%3E15.00&amp;amp;x_tax_exempt=false&amp;amp;x_po_num=ponum1234&amp;amp;x_line_item=Item1232%3C|%3EName%20Here%3C|%3EDesc%20of%20Item%3C|%3E2%3C|%3E12.21%3C|%3Etrue"&gt;https://test.authorize.net/gateway/transact.dll?x_login=XXXX&amp;amp;x_tran_key=XXXX&amp;amp;x_delim_data=true&amp;amp;x_relay_response=false&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=1015&amp;amp;x_amount=1.00&amp;amp;x_market_type=2&amp;amp;x_recurring_billing=true&amp;amp;x_currency_code=usd&amp;amp;x_card_code=123&amp;amp;x_trans_id=123123123123&amp;amp;x_auth_code=voice&amp;amp;x_test_request=false&amp;amp;x_invoice_num=invno1&amp;amp;x_first_name=joe&amp;amp;x_last_name=user&amp;amp;x_address=1234%20happy%20st&amp;amp;x_city=fort%20knox&amp;amp;x_state=KY&amp;amp;x_zip=40121&amp;amp;x_country=usa&amp;amp;x_phone=555-555-5555&amp;amp;x_cust_id=custid1234&amp;amp;x_customer_ip=127.0.0.1&amp;amp;x_ship_to_first_name=joe&amp;amp;x_ship_to_last_name=user&amp;amp;x_ship_to_address=1234%20happyshipper%20ln&amp;amp;x_ship_to_city=beverly%20hills&amp;amp;x_ship_to_state=ca&amp;amp;x_ship_to_zip=90210&amp;amp;x_ship_to_country=usa&amp;amp;x_tax=Tax1%3C|%3Estate%20tax%3C|%3E0.09&amp;amp;x_freight=Freight%3C|%3Eground%20overnight%3C|%3E12.9&amp;amp;x_duty=Duty1%3C|%3Eexport%3C|%3E15.00&amp;amp;x_tax_exempt=false&amp;amp;x_po_num=ponum1234&amp;amp;x_line_item=Item1232%3C|%3EName%20Here%3C|%3EDesc%20of%20Item%3C|%3E2%3C|%3E12.21%3C|%3Etrue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.0,1,1,This transaction has been approved.,B5VX7F,Y,,2222622893,A2A250609199CA31380186AE2437F0A8,,,,,,,,,,,,XXXX1111,Visa&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:18:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48059#M24241</guid>
      <dc:creator>stephenframstad</dc:creator>
      <dc:date>2014-10-20T18:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48061#M24242</link>
      <description>&lt;P&gt;That the response from Card Present, it different then Card NOT Present&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.authorize.net/support/CP_guide.pdf"&gt;http://www.authorize.net/support/CP_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;23 and up are for split authorization only&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:26:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48061#M24242</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-10-20T18:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48063#M24243</link>
      <description>&lt;P&gt;What field determines if a card is present or not?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:32:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48063#M24243</guid>
      <dc:creator>stephenframstad</dc:creator>
      <dc:date>2014-10-20T18:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48065#M24244</link>
      <description>&lt;P&gt;Also, i still don't understand where the extra fields are from in the Card Not present&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:39:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48065#M24244</guid>
      <dc:creator>stephenframstad</dc:creator>
      <dc:date>2014-10-20T18:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48067#M24245</link>
      <description>&lt;P&gt;If you examine the latest &lt;A href="http://www.authorize.net/support/AIM_guide_XML.pdf" target="_self"&gt;AIM XML guide&lt;/A&gt;&amp;nbsp;or the &lt;A href="http://developer.authorize.net/api/reference" target="_self"&gt;API Reference&lt;/A&gt;, you'll notice that createTransactionRequest supports both Card Present (Track Data) and Card Not Present (Card Number or encrypted data) in the same API. &amp;nbsp;It also supports transactions submitted encrypted card data or a CIM profile.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:44:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48067#M24245</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-10-20T18:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48069#M24246</link>
      <description>&lt;P&gt;I now have realized that.&amp;nbsp; What I can't figure out is how to map the 68 fields that respond in CNP. The api pdf (non-xml) only lists 45 responses.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:50:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48069#M24246</guid>
      <dc:creator>stephenframstad</dc:creator>
      <dc:date>2014-10-20T18:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48071#M24247</link>
      <description>&lt;P&gt;There isn't a field that determines CNP or CP, it the account that you have with authorize.net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you mean the extra fields are from? isn't it listed on the pdf doc?&lt;/P&gt;&lt;P&gt;Some are blank(saved for future use), so don't map those, just follow the index on the pdf&lt;/P&gt;&lt;P&gt;Like RichardH said, you could use the XML verison, then everything will be in a node.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:55:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48071#M24247</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-10-20T18:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: API Response Codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48073#M24248</link>
      <description>&lt;P&gt;The current AIM NVP guide indicates there will be 68 fields returned (assuming you're using V3.1), however those above 55 are not yet defined.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.authorize.net/support/AIM_guide.pdf" target="_blank"&gt;http://www.authorize.net/support/AIM_guide.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2014 19:13:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-Response-Codes/m-p/48073#M24248</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-10-20T19:13:44Z</dc:date>
    </item>
  </channel>
</rss>

