| Current Path : /home/rtorresani/www/vendor/stripe/module-payments/etc/adminhtml/system/ |
| Current File : //home/rtorresani/www/vendor/stripe/module-payments/etc/adminhtml/system/fraud.xml |
<?xml version="1.0"?>
<include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd">
<group id="fraud" translate="label" type="text" sortOrder="12" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Fraud via Stripe Radar</label>
<comment><p>Stripe Radar uses machine learning to automatically review your orders for fraud and automatically block many high-risk payments. Even if a card is new to your business, there's an 89% chance its already been seen on the Stripe network.</p>
<p>Looking for enhanced fraud detection? You can create custom fraud detection rules right in the Stripe dashboard with Radar for Fraud Teams. <a href="https://stripe.com/radar?utm_campaign=comarketing&utm_source=magento&utm_medium=referred" target="_blank" rel="noopener noreferrer"</a>Learn more</a> about Stripe Radar.</p></comment>
<field id="radar_risk_level" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Hold elevated risk orders</label>
<comment>
<![CDATA[If Stripe Radar marks a payment with Elevated Risk status, the order will be placed On Hold until it is reviewed.]]>
</comment>
<source_model>StripeIntegration\Payments\Model\Adminhtml\Source\StripeRadar</source_model>
<config_path>payment/stripe_payments/radar_risk_level</config_path>
</field>
</group>
</include>