<?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: Salesforce/Authorize.net integration Testing in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61550#M35982</link>
    <description>&lt;P&gt;Thanks Richard for your reply! I'm trying to follow these directions:&amp;nbsp;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt;, starting at the section CVV responses. I don't know what to provide you unfortunately regarding the API request, but the response received from the Sandbox is a message that says "Transaction Approved," when I was expecting "&lt;SPAN&gt;Does NOT Match," "Is NOT Processed," etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe I'm looking in the wrong place for these responses -- is it supposed to be in the visualforce page popup that tells me the transaction was successful, or elsewhere?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2018 18:17:07 GMT</pubDate>
    <dc:creator>c4gemily</dc:creator>
    <dc:date>2018-02-07T18:17:07Z</dc:date>
    <item>
      <title>Salesforce/Authorize.net integration Testing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61519#M35973</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am testing an integration with authorize.net and Salesforce via Chargent. The documentation (&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt;&lt;SPAN&gt;) has sections about "CVV Responses" and "Partial Authorization Responses," neither of which are working for me as anticipated -- although other testing sections have worked. In other words, for other sections of the testing guide, I created Opportunity records in Salesforce with the noted credit card numbers/zip codes/etc., and either had a success or failure based on the document. But for CVV and Partial Authorization, I enter the numbers as indicated and receive a successful transaction message -- while the documentation indicates that I should be getting a failure of some kind or a specific notification. Do I need to be using one specific credit card example from the top of the page, or a specific billing zip code or something? Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 13:28:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61519#M35973</guid>
      <dc:creator>c4gemily</dc:creator>
      <dc:date>2018-02-06T13:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce/Authorize.net integration Testing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61548#M35980</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23295"&gt;@c4gemily&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you provide more specifics on what you are trying to accomplish, including details for the API request and response received from the sandbox?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:38:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61548#M35980</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2018-02-07T17:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce/Authorize.net integration Testing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61550#M35982</link>
      <description>&lt;P&gt;Thanks Richard for your reply! I'm trying to follow these directions:&amp;nbsp;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt;, starting at the section CVV responses. I don't know what to provide you unfortunately regarding the API request, but the response received from the Sandbox is a message that says "Transaction Approved," when I was expecting "&lt;SPAN&gt;Does NOT Match," "Is NOT Processed," etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe I'm looking in the wrong place for these responses -- is it supposed to be in the visualforce page popup that tells me the transaction was successful, or elsewhere?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 18:17:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61550#M35982</guid>
      <dc:creator>c4gemily</dc:creator>
      <dc:date>2018-02-07T18:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce/Authorize.net integration Testing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61555#M35985</link>
      <description>&lt;P&gt;For CVV response code, you will see in your API response that you're already getting the expected result code according to&amp;nbsp;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt;. e.g. &amp;lt;cvvResultCode&amp;gt;N&amp;lt;/cvvResultCode&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason your transaction is getting approved is either because your Enhanced CCV Handling Filter (&lt;A href="https://sandbox.authorize.net/UI/themes/sandbox/FraudFilter/CardCode.aspx" target="_blank"&gt;https://sandbox.authorize.net/UI/themes/sandbox/FraudFilter/CardCode.aspx&lt;/A&gt; after logging into your sandbox account) is disabled, or the action set for your specific card code is something other than "decline".&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 00:57:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Salesforce-Authorize-net-integration-Testing/m-p/61555#M35985</guid>
      <dc:creator>gmokhasi</dc:creator>
      <dc:date>2018-02-08T00:57:43Z</dc:date>
    </item>
  </channel>
</rss>

