<?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: How to programmatically test for Suspicious Transaction Filter in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50129#M25626</link>
    <description>&lt;P&gt;Also, just wanted to post a how a programmer can detect if the suspicious transaction filter fires. Each CreateCustomerProfileTransaction call returns a transId, which can then be used to call&amp;nbsp;GetTransactionDetails. Whenever the suspicious transaction filter the&amp;nbsp;&lt;SPAN&gt;GetTransactionDetails will show an FDS section that looks like the following.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt;soap:Body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;GetTransactionDetailsResponse xmlns="&lt;A target="_blank" href="https://api.authorize.net/soap/v1/"&gt;&lt;SPAN class="s2"&gt;https://api.authorize.net/soap/v1/&lt;/SPAN&gt;&lt;/A&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;GetTransactionDetailsResult&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;…&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;transaction&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;transId&amp;gt;2230828436&amp;lt;/transId&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;…&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FDSFilterAction&amp;gt;report&amp;lt;/FDSFilterAction&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FDSFilters&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;FDSFilter&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;&lt;STRONG&gt;Suspicious Transaction Filter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;action&amp;gt;report&amp;lt;/action&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/FDSFilter&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/FDSFilters&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note, I have yet to verify this in a production environment. However, Joy did confirm that this is what the response will look like.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2015 20:23:11 GMT</pubDate>
    <dc:creator>davestevens</dc:creator>
    <dc:date>2015-03-30T20:23:11Z</dc:date>
    <item>
      <title>How to programmatically test for Suspicious Transaction Filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50102#M25601</link>
      <description>&lt;P&gt;Is there a way to programmatically test for the Suspicious Transaction Filter in the fraud detection suite? I'm looking for a test credit card number I can use of a setting or something. Right now, the only way I know of to test that it works is to fire off a transaction (e.g.&amp;nbsp;CreateCustomerProfileTransaction &amp;gt;&amp;nbsp;profileTransAuthCapture) and then use the transaction id to fire off&amp;nbsp;GetTransactionDetails and then check for the presence of the following. Is that correct? However, the test credit card numbers we are using never trigger this filter. Any way I can test this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;FDSFilterAction&amp;gt;report&amp;lt;/FDSFilterAction&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;FDSFilters&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;FDSFilter&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;Suspicious Transaction Filter&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;action&amp;gt;report&amp;lt;/action&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/FDSFilter&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;/FDSFilters&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:09:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50102#M25601</guid>
      <dc:creator>davestevens</dc:creator>
      <dc:date>2015-03-26T16:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically test for Suspicious Transaction Filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50104#M25603</link>
      <description>&lt;P&gt;Which filter? It is in one of these tiggers?&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/tools/errorgenerationguide/"&gt;http://developer.authorize.net/tools/errorgenerationguide/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:38:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50104#M25603</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-26T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically test for Suspicious Transaction Filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50105#M25604</link>
      <description>&lt;P&gt;Thanks for the link. But I think this only applies to the "&lt;A target="_blank" href="https://sandbox.authorize.net/UI/themes/sandbox/FraudFilter/AVSFilter.aspx"&gt;Enhanced AVS Handling Filter&lt;/A&gt;" and the "&lt;A target="_blank" href="https://sandbox.authorize.net/UI/themes/sandbox/FraudFilter/CardCode.aspx"&gt;Enhanced CCV Handling Filter&lt;/A&gt;" filters. I'm trying to test out the "Suspicious Transaction Filter".&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:50:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50105#M25604</guid>
      <dc:creator>davestevens</dc:creator>
      <dc:date>2015-03-26T16:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically test for Suspicious Transaction Filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50125#M25622</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18115" target="_self"&gt;&lt;SPAN class=""&gt;davestevens&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not all filters will work on sandbox accounts, the ones that will not work are the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Shipping Address Verification Filter&lt;/LI&gt;
&lt;LI&gt;IP-Shipping Address Mismatch Filter&lt;/LI&gt;
&lt;LI&gt;Regional IP Address Filter&lt;/LI&gt;
&lt;LI&gt;Suspicious Transaction Filter&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically, they are the filters that rely on external services like the IP Address geolocation service and USPS address verification service used for the first 3 filters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:36:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50125#M25622</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2015-03-30T16:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to programmatically test for Suspicious Transaction Filter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50129#M25626</link>
      <description>&lt;P&gt;Also, just wanted to post a how a programmer can detect if the suspicious transaction filter fires. Each CreateCustomerProfileTransaction call returns a transId, which can then be used to call&amp;nbsp;GetTransactionDetails. Whenever the suspicious transaction filter the&amp;nbsp;&lt;SPAN&gt;GetTransactionDetails will show an FDS section that looks like the following.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt;soap:Body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;GetTransactionDetailsResponse xmlns="&lt;A target="_blank" href="https://api.authorize.net/soap/v1/"&gt;&lt;SPAN class="s2"&gt;https://api.authorize.net/soap/v1/&lt;/SPAN&gt;&lt;/A&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;GetTransactionDetailsResult&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;…&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;transaction&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;transId&amp;gt;2230828436&amp;lt;/transId&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;…&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FDSFilterAction&amp;gt;report&amp;lt;/FDSFilterAction&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FDSFilters&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;FDSFilter&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;&lt;STRONG&gt;Suspicious Transaction Filter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;action&amp;gt;report&amp;lt;/action&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/FDSFilter&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/FDSFilters&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note, I have yet to verify this in a production environment. However, Joy did confirm that this is what the response will look like.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 20:23:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-programmatically-test-for-Suspicious-Transaction-Filter/m-p/50129#M25626</guid>
      <dc:creator>davestevens</dc:creator>
      <dc:date>2015-03-30T20:23:11Z</dc:date>
    </item>
  </channel>
</rss>

