{"title":"Skip risk rules","category":"default","creationDate":1779620071,"content":"<p>To prevent any risk rules from triggering for a certain transaction, you can set the <code>riskdata.skipRisk<\/code> parameter to <strong>true<\/strong> in the <code>additionalData<\/code> object of a payment request.<\/p>\n<p>When you skip risk, the transaction will not be given a risk score, but the transaction will still be processed.<br \/>\nAny shopper attributes related to the transaction, for example <code>shopperEmail<\/code>, will still be included in the ShopperDNA. Any future payments that contain the same shopper attributes will trigger the relevant risk rules.<\/p>\n<h2 id=\"code-example\">Example payment requests<\/h2>\n<p>To skip risk for a single transaction, set <code>riskdata.skipRisk<\/code> to <strong>true<\/strong> in the <code>additionalData<\/code> object in the payment request for that transaction.<\/p>\n<div class=\"notices green\">\n<p>The parameter <code>riskdata.skipRisk<\/code> is case-sensitive.<\/p>\n<\/div>\n<p>Select which endpoint you use to send in payment requests:<\/p>\n\n<div id=\"tab1tRsE\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;&lt;code&gt;\\\/sessions&lt;\\\/code&gt;&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;Using the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/sessions\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/sessions&lt;\\\/a&gt; endpoint:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;In the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/sessions#request-additionalData\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;additionalData&lt;\\\/a&gt; object, set  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/sessions#request-additionalData-AdditionalDataRisk-riskdata-skipRisk\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;riskdata.skipRisk&lt;\\\/a&gt; to &lt;strong&gt;true&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039; Example \\\/sessions request&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;merchantAccount\\\\\\&quot;:\\\\\\&quot;YOUR_MERCHANT_ACCOUNT\\\\\\&quot;,\\\\n  \\\\\\&quot;reference\\\\\\&quot;:\\\\\\&quot;YOUR_PAYMENT_REFERENCE\\\\\\&quot;,\\\\n  \\\\\\&quot;shopperReference\\\\\\&quot;:\\\\\\&quot;YOUR_UNIQUE_SHOPPER_ID\\\\\\&quot;,\\\\n  \\\\\\&quot;shopperEmail\\\\\\&quot;:\\\\\\&quot;s.hopper@example.com\\\\\\&quot;,\\\\n  \\\\\\&quot;amount\\\\\\&quot;:{\\\\n    \\\\\\&quot;value\\\\\\&quot;:1000,\\\\n    \\\\\\&quot;currency\\\\\\&quot;:\\\\\\&quot;EUR\\\\\\&quot;\\\\n  },\\\\n  \\\\\\&quot;additionalData\\\\\\&quot;:{\\\\n    \\\\\\&quot;riskdata.skipRisk\\\\\\&quot;: \\\\\\&quot;true\\\\\\&quot;\\\\n  }\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;&lt;code&gt;\\\/payments&lt;\\\/code&gt;&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;Using the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/payments\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/payments&lt;\\\/a&gt; endpoint:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;In the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/payments#request-additionalData\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;additionalData&lt;\\\/a&gt; object, set  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Checkout\\\/latest\\\/post\\\/payments#request-additionalData-AdditionalDataRisk-riskdata-skipRisk\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;riskdata.skipRisk&lt;\\\/a&gt; to &lt;strong&gt;true&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039; Example \\\/payments request&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;merchantAccount\\\\\\&quot;:\\\\\\&quot;YOUR_MERCHANT_ACCOUNT\\\\\\&quot;,\\\\n  \\\\\\&quot;reference\\\\\\&quot;:\\\\\\&quot;YOUR_PAYMENT_REFERENCE\\\\\\&quot;,\\\\n  \\\\\\&quot;shopperReference\\\\\\&quot;:\\\\\\&quot;YOUR_UNIQUE_SHOPPER_ID\\\\\\&quot;,\\\\n  \\\\\\&quot;shopperEmail\\\\\\&quot;:\\\\\\&quot;s.hopper@example.com\\\\\\&quot;,\\\\n  \\\\\\&quot;amount\\\\\\&quot;:{\\\\n    \\\\\\&quot;value\\\\\\&quot;: 1000,\\\\n    \\\\\\&quot;currency\\\\\\&quot;: \\\\\\&quot;EUR\\\\\\&quot;\\\\n  },\\\\n  \\\\\\&quot;paymentMethod\\\\\\&quot;: {\\\\n    \\\\\\&quot;type\\\\\\&quot;: \\\\\\&quot;scheme\\\\\\&quot;,\\\\n    \\\\\\&quot;encryptedCardNumber\\\\\\&quot;: \\\\\\&quot;test_4111111111111111\\\\\\&quot;,\\\\n    \\\\\\&quot;encryptedExpiryMonth\\\\\\&quot;: \\\\\\&quot;test_03\\\\\\&quot;,\\\\n    \\\\\\&quot;encryptedExpiryYear\\\\\\&quot;: \\\\\\&quot;test_2030\\\\\\&quot;,\\\\n    \\\\\\&quot;encryptedSecurityCode\\\\\\&quot;: \\\\\\&quot;test_737\\\\\\&quot;\\\\n  },\\\\n  \\\\\\&quot;additionalData\\\\\\&quot;:{\\\\n    \\\\\\&quot;riskdata.skipRisk\\\\\\&quot;: \\\\\\&quot;true\\\\\\&quot;\\\\n  }\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;&lt;code&gt;\\\/authorise&lt;\\\/code&gt;&quot;,&quot;content&quot;:&quot;\\n&lt;p&gt;Using the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Payment\\\/latest\\\/post\\\/authorise\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;\\\/authorise&lt;\\\/a&gt; endpoint:&lt;\\\/p&gt;\\n&lt;ul&gt;\\n&lt;li&gt;In the  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Payment\\\/latest\\\/post\\\/authorise#request-additionalData\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;additionalData&lt;\\\/a&gt; object, set  &lt;a href=\\&quot;https:\\\/\\\/docs.adyen.com\\\/api-explorer\\\/Payment\\\/latest\\\/post\\\/authorise#request-additionalData-AdditionalDataRisk-riskdata-skipRisk\\&quot; class=\\&quot;codeLabel  external-link no-image\\&quot; target=\\&quot;_blank\\&quot; rel=\\&quot;nofollow noopener noreferrer\\&quot;&gt;riskdata.skipRisk&lt;\\\/a&gt; to &lt;strong&gt;true&lt;\\\/strong&gt;.&lt;\\\/li&gt;\\n&lt;\\\/ul&gt;\\n&lt;div data-component-wrapper=\\&quot;code-sample\\&quot;&gt;\\n    &lt;code-sample :title=\\&quot;&#039;Example \\\/authorise request&#039;\\&quot; :id=\\&quot;&#039;&#039;\\&quot; :code-data=&#039;[{\\&quot;language\\&quot;:\\&quot;json\\&quot;,\\&quot;tabTitle\\&quot;:\\&quot;\\&quot;,\\&quot;content\\&quot;:\\&quot;{\\\\n  \\\\\\&quot;merchantAccount\\\\\\&quot;:\\\\\\&quot;YOUR_MERCHANT_ACCOUNT\\\\\\&quot;,\\\\n  \\\\\\&quot;reference\\\\\\&quot;:\\\\\\&quot;YOUR_PAYMENT_REFERENCE\\\\\\&quot;,\\\\n  \\\\\\&quot;shopperReference\\\\\\&quot;:\\\\\\&quot;YOUR_UNIQUE_SHOPPER_ID\\\\\\&quot;,\\\\n  \\\\\\&quot;shopperEmail\\\\\\&quot;:\\\\\\&quot;s.hopper@example.com\\\\\\&quot;,\\\\n  \\\\\\&quot;amount\\\\\\&quot;:{\\\\n    \\\\\\&quot;value\\\\\\&quot;:1000,\\\\n    \\\\\\&quot;currency\\\\\\&quot;:\\\\\\&quot;EUR\\\\\\&quot;\\\\n  },\\\\n  \\\\\\&quot;card\\\\\\&quot;:{\\\\n    \\\\\\&quot;number\\\\\\&quot;:\\\\\\&quot;4111111111111111\\\\\\&quot;,\\\\n    \\\\\\&quot;expiryMonth\\\\\\&quot;:\\\\\\&quot;03\\\\\\&quot;,\\\\n    \\\\\\&quot;expiryYear\\\\\\&quot;:\\\\\\&quot;2030\\\\\\&quot;,\\\\n    \\\\\\&quot;cvc\\\\\\&quot;:\\\\\\&quot;737\\\\\\&quot;,\\\\n    \\\\\\&quot;holderName\\\\\\&quot;:\\\\\\&quot;S. Hopper\\\\\\&quot;\\\\n  },\\\\n  \\\\\\&quot;additionalData\\\\\\&quot;:{\\\\n    \\\\\\&quot;riskdata.skipRisk\\\\\\&quot;: \\\\\\&quot;true\\\\\\&quot;\\\\n  }\\\\n}\\&quot;}]&#039; :enable-copy-link-to-code-block=\\&quot;true\\&quot; :code-sample-card-size=\\&quot;&#039;fullsize&#039;\\&quot;&gt;&lt;\\\/code-sample&gt;\\n&lt;\\\/div&gt;\\n&quot;,&quot;altTitle&quot;:null,&quot;oldTabId&quot;:1,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='false'>\n        <\/tabs>\n    <\/div>\n<\/div>\n","url":"https:\/\/docs.adyen.com\/risk-management\/skip-risk-rules","articleFields":{"id":"31504775","type":"page","_expandable":{"operations":""},"status":"current","last_edit_on":"20-01-2020 17:50"},"algolia":{"url":"https:\/\/docs.adyen.com\/risk-management\/skip-risk-rules","title":"Skip risk rules","content":"To prevent any risk rules from triggering for a certain transaction, you can set the riskdata.skipRisk parameter to true in the additionalData object of a payment request.\nWhen you skip risk, the transaction will not be given a risk score, but the transaction will still be processed.\nAny shopper attributes related to the transaction, for example shopperEmail, will still be included in the ShopperDNA. Any future payments that contain the same shopper attributes will trigger the relevant risk rules.\nExample payment requests\nTo skip risk for a single transaction, set riskdata.skipRisk to true in the additionalData object in the payment request for that transaction.\n\nThe parameter riskdata.skipRisk is case-sensitive.\n\nSelect which endpoint you use to send in payment requests:\n\n\n    \n        \n        \n    \n\n","type":"page","locale":"en","boost":18,"hierarchy":{"lvl0":"Home","lvl1":"Risk management","lvl2":"Skip risk rules"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/","lvl1":"https:\/\/docs.adyen.com\/risk-management","lvl2":"\/risk-management\/skip-risk-rules"},"levels":3,"category":"Risk Management","category_color":"green","tags":["rules"]}}
