Version Notes
Notes: uses cURL to send information to NoFraud Service.
Requires NoFraud service account in order to work.
Configure is set in System > Configuration > Payment Services
---------
v1.0.2
Changes to Description other minor details
v1.0.1
Hotfix for Custom Error message.
Download this release
Release Info
Developer | Blumi Gross |
Extension | NoFraud_TegraDirect |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- package.xml +47 -5
package.xml
CHANGED
@@ -1,13 +1,52 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>NoFraud_TegraDirect</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/afl-3.0">Academic Free License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<notes>Notes: uses cURL to send information to NoFraud Service.
|
12 |

|
13 |
Requires NoFraud service account in order to work.
|
@@ -15,11 +54,14 @@ Requires NoFraud service account in order to work.
|
|
15 |
Configure is set in System > Configuration > Payment Services
|
16 |

|
17 |
---------
|
|
|
|
|
|
|
18 |
v1.0.1
|
19 |
Hotfix for Custom Error message.</notes>
|
20 |
<authors><author><name>Blumi Gross</name><user>BlumiNoFraud</user><email>blumi@nofraud.com</email></author><author><name>Michael Esposito</name><user>mesposito</user><email>mesposito@nofraud.com</email></author></authors>
|
21 |
-
<date>2016-
|
22 |
-
<time>
|
23 |
<contents><target name="magecommunity"><dir name="NoFraud"><dir name="TegraDirect"><dir name="Helper"><file name="Data.php" hash="9575aac8a692bf4f66c5fb62a14a2167"/></dir><dir name="Model"><file name="Observer.php" hash="615fdb5a12ad4059d15357c26a895052"/></dir><dir name="etc"><file name="config.xml" hash="b9aec73a0121f688fe5ce5faab1fa851"/><file name="system.xml" hash="57d0d0d658acf9aad00e13377f53d061"/></dir><dir name="sql"><dir name="tegradirect_setup"><file name="install-1.0.0.php" hash="e894527bb612d9748cf8212f1e38f459"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="NoFraud_TegraDirect.xml" hash="5611cb98606f5f733e0820bb47d8418e"/></dir></target></contents>
|
24 |
<compatible/>
|
25 |
<dependencies><required><php><min>5.0.0</min><max>5.6.0</max></php><extension><name>curl</name><min>7.35.0</min><max/></extension></required></dependencies>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>NoFraud_TegraDirect</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/afl-3.0">Academic Free License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Forget fraud and improve your bottom line - approve more, zero manual review and reduce fraud almost entirely.</summary>
|
10 |
+
<description><h3>About NoFraud</h3>
|
11 |
+
<p>Online fraud is a big expense for almost every eCommerce merchant. With NoFraud, you can rest easy that your business is safe from fraudulent transactions & wash your hands of all fraud prevention tasks that occupy hours of your staff’s time e.g. manual review, rule building.</p>
|
12 |
+
<p>NoFraud offers e-commerce fraud prevention through real-time virtual identity verification. We deliver individual, real-time decisions for each transaction using thousands of data points and virtually every fraud detection technology available. NoFraud has successfully reduced fraud for its customers to below 0.1% of transactions, and virtually eliminates false positives with live cardholder verification.</p>
|
13 |
+
<p>The solution is fully automated and managed by in-house experts, requiring no input from the merchants, not even manual review - cardholder verification is done internally by NoFraud.</p>
|
14 |
+
<h3>NoFraud Impact</h3>
|
15 |
+
<ol>
|
16 |
+
<li><strong>Fraud below 0.1%</strong> - Our average current customers' rate of fraud is below 0.01%, due to our intelligent technology and dedicated staff who keep up to date with the complex, ever-evolving face of fraud</li>
|
17 |
+
<li><strong>False positives below 0.2%</strong> - NoFraud is as focused on approving transaction as it is on identifying fraudulent transactions. Our experts are constantly monitoring transactions to ensure no order is overlooked.</li>
|
18 |
+
<li><strong>0 Manual review</strong> - No rules, risk thresholds to manage or manually reviewing orders before processing.</li>
|
19 |
+
<li><strong>No commitments</strong> - $0 setup fee, low per-transaction billing and there are no contract terms holding you hostage if you are not 100% satisfied with the NoFraud service.</li>
|
20 |
+
<li><strong>Optional Chargeback Protection</strong> - Turn your Chargeback Protection on and off as you see fit - allowing for the optimal savings.</li>
|
21 |
+
</ol>
|
22 |
+
<h3>How NoFraud Works</h3>
|
23 |
+
<strong>This extension will send transactions to the NoFraud application to intercept fraudulent transactions in real-time before they are ever sent to your gateway for processing.</strong><br /><br />
|
24 |
+
<img src="https://www.nofraud.com/assets/how_it_works/gif-edited-slow-sliced-50c920342ced522f4133fa99711bb42ca56958cad2bc11166d1aa44864771b76.gif" alt="Gif edited slow sliced" />
|
25 |
+
<p>Declined transactions are bounced back to the customer who is still at the cart while approved transactions are passed along to the gateway for processing.</p>
|
26 |
+
<br /><strong>NoFraud gives you decisions you can rely on, not a score or a rule engine that requires expertise to manage</strong><br /><br />
|
27 |
+
<img src="https://www.nofraud.com/assets/how_it_works/fraud-flow-7742ab3aef3e35d455a911b80228076832a539057ef6bd060497ccbe5a45fa1c.png" alt="Fraud flow" />
|
28 |
+
<span>                                                            Cardholder Verification (< 0.5% of transactions)</span><br /><br />
|
29 |
+
<br />
|
30 |
+
<strong>For transactions where a Pass or Fail decision is not available, NoFraud contacts the cardholder for verification</strong><br /><br />
|
31 |
+
<img src="https://www.nofraud.com/assets/how_it_works/gif-review-sliced-02c01fe9f2c6da84053827adaddf1633731dbff5c180b580712c983c512a006b.gif" alt="Gif review sliced" />
|
32 |
+
<p>During this process, the transaction in your Magento admin will show as “Suspected Fraud” until it is verified. NoFraud uses contact information linked to the cardholder when conducting a Cardholder Verification. Once completed, the customer's response is passed back to the merchant for processing or cancellation.</p>
|
33 |
+
<h3>Gateway Compatibility</h3>
|
34 |
+
<p>This extension collects data from your checkout page which often varies by the Gateway extension being used. We are currently compatible with the Gateways below. If you would like to use this extension and do not see your Gateway listed, please contact us at <a href="mailto:developer@nofraud.com">developer@nofraud.com</a> and we would be happy to support you with your Gateway requirement.</p>
|
35 |
+
<p><strong>Tested and compatible:</strong><br />
|
36 |
+
<span>Authorize.Net</span><br />
|
37 |
+
<span>Cybersource</span><br />
|
38 |
+
<span>Chase Paymentech</span><br />
|
39 |
+
<span>Payeezy</span><br />
|
40 |
+
<span>USAePay</span><br />
|
41 |
+
<span>Paypal Payflow Pro</span><br />
|
42 |
+
<span>Paypal Payments Pro</span><br /></p>
|
43 |
+
<p><strong>Tested and not compatible:</strong><br />
|
44 |
+
<span>Braintree with v.zero</span>
|
45 |
+
</p>
|
46 |
+
<p><strong>Note: there are other integration options that are compatible with these gateways and take only minutes to set up.</strong></p>
|
47 |
+
<h3>Questions?</h3>
|
48 |
+
<p>Please reach out to us with any questions at <a href="mailto:info@nofraud.com">info@nofraud.com</a></p>
|
49 |
+
<p>For more info and pricing visit us at <a href="https://www.nofraud.com/">https://www.nofraud.com/</a></p></description>
|
50 |
<notes>Notes: uses cURL to send information to NoFraud Service.
|
51 |

|
52 |
Requires NoFraud service account in order to work.
|
54 |
Configure is set in System > Configuration > Payment Services
|
55 |

|
56 |
---------
|
57 |
+
v1.0.2
|
58 |
+
Changes to Description other minor details
|
59 |
+

|
60 |
v1.0.1
|
61 |
Hotfix for Custom Error message.</notes>
|
62 |
<authors><author><name>Blumi Gross</name><user>BlumiNoFraud</user><email>blumi@nofraud.com</email></author><author><name>Michael Esposito</name><user>mesposito</user><email>mesposito@nofraud.com</email></author></authors>
|
63 |
+
<date>2016-06-24</date>
|
64 |
+
<time>16:02:42</time>
|
65 |
<contents><target name="magecommunity"><dir name="NoFraud"><dir name="TegraDirect"><dir name="Helper"><file name="Data.php" hash="9575aac8a692bf4f66c5fb62a14a2167"/></dir><dir name="Model"><file name="Observer.php" hash="615fdb5a12ad4059d15357c26a895052"/></dir><dir name="etc"><file name="config.xml" hash="b9aec73a0121f688fe5ce5faab1fa851"/><file name="system.xml" hash="57d0d0d658acf9aad00e13377f53d061"/></dir><dir name="sql"><dir name="tegradirect_setup"><file name="install-1.0.0.php" hash="e894527bb612d9748cf8212f1e38f459"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="NoFraud_TegraDirect.xml" hash="5611cb98606f5f733e0820bb47d8418e"/></dir></target></contents>
|
66 |
<compatible/>
|
67 |
<dependencies><required><php><min>5.0.0</min><max>5.6.0</max></php><extension><name>curl</name><min>7.35.0</min><max/></extension></required></dependencies>
|