Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions etc/adminhtml/system/adyen_risk_management.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,26 @@
</field>
<field id="fraud_manual_review_status" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Manual review status</label>
<tooltip>This status will be triggered when Adyen notifies your Magento module that the payment has come under Manual Review. If you do not have this set up or do not want a separate status, please keep it on the default (e.g.'— Please Select —').</tooltip>
<tooltip>Select a specific status for orders that require manual intervention before fulfillment. This helps your team identify "held" orders in the Magento order grid. Leave as '— Please Select —' to use your default order status.</tooltip>
<source_model>Magento\Sales\Model\Config\Source\Order\Status\NewStatus</source_model>
<config_path>payment/adyen_abstract/fraud_manual_review_status</config_path>
<comment>
<![CDATA[
Manual Review features require a Revenue Protect Premium subscription. Contact support@adyen.com for setup assistance. To learn more about Manual Review, refer to
<a target="_blank" href="https://docs.adyen.com/risk-management/case-management">Adyen documentation</a>.
]]>
</comment>
</field>
<field id="fraud_manual_review_accept_status" translate="label" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Manual review accepted status</label>
<tooltip>Only relevant if you do not have an action defined when you accept a manual review. This status will be triggered when a 'MANUAL_REVIEW_ACCEPT' webhook is received from Adyen. If you have already asked Adyen to set an action for this (e.g. capture) or don't want a separate status for this, please keep it on the default (e.g.'— Please Select —')</tooltip>
<tooltip>The status to be applied when an order is approved in the Adyen Customer Area. If you have already configured Adyen to automate the next step (e.g., capture) or don't need a specific status for accepted reviews, keep this as '— Please Select —'.</tooltip>
<source_model>Magento\Sales\Model\Config\Source\Order\Status\Processing</source_model>
<config_path>payment/adyen_abstract/fraud_manual_review_accept_status</config_path>
<comment>
<![CDATA[
Part of the Case Management premium feature set. See the field above for setup and documentation details.
]]>
</comment>
</field>
</group>
</include>
Loading