This optional functionality will return a mark to flag fraudulent transactions. it is not a mandatory node, but it is highly encouraged to use it in order to avoid costly chargebacks. If used, this node should be sent as part of the processing request (section 1 of this documentation) under the "Transaction" node. <FraudDetection mode="required"> <transaction> <session> <id>unique session id</id> <starttime /> <bookingtime>2014-09-09 12:03:56</bookingtime> <ip>1.2.3.4</ip> <ipcountry>NL</ipcountry> <useragent><![CDATA[ Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20100101 Firefox/17.0 ]]></useragent> <source><![CDATA[ - ]]></source> <brand><![CDATA[ yourwebsite.com ]]></brand> <forwardedip><![CDATA[ ]]></forwardedip> </session> <billing> <firstname><![CDATA[ John ]]></firstname> <lastname><![CDATA[ van Smithington ]]></lastname> <country><![CDATA[ NL ]]></country> <city><![CDATA[ Utrecht ]]></city> <address><![CDATA[ Streetington 367 ]]></address> <zipcode><![CDATA[ 3572 AT ]]></zipcode> <phone><![CDATA[ +3155432148 ]]></phone> <email><![CDATA[ john.smith@example.com ]]></email> <cctype>MasterCard</cctype> <cchash>b59db153fd6d8d5653cf2d7e7562a8f23583195f</cchash> <ccsum>0</ccsum> <ccbin>520953</ccbin> <ccholderfirstname><![CDATA[ John ]]></ccholderfirstname> <ccholderlastname><![CDATA[ van Smithington ]]></ccholderlastname> </billing> <reservation> <rating>3</rating> <latitude>53.3525</latitude> <longitude>-6.2601</longitude> <checkin>2015-01-25</checkin> <checkout>2015-01-28</checkout> <usdprice>337</usdprice> <minusdprice>0</minusdprice> <refundable>1</refundable> <adults>3</adults> <children>0</children> <hotelcountry>IE</hotelcountry> </reservation> <guests> <guest> <title>M</title> <firstname><![CDATA[ Oliver ]]></firstname> <lastname><![CDATA[ van Smithington ]]></lastname> </guest> <guest> <title>F</title> <firstname><![CDATA[ Johanna ]]></firstname> <lastname><![CDATA[ de Smithington ]]></lastname> </guest> <guest> <title>M</title> <firstname><![CDATA[ Ublinging ]]></firstname> <lastname><![CDATA[ McOofleff ]]></lastname> </guest> </guests> </transaction> </FraudDetection> Notes: |
SLOKLY PROCESSING >