Skip to content

Commit

Permalink
Updated Github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Saferpay-DevOps committed Sep 19, 2023
1 parent d8978b2 commit 19a419b
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1255,9 +1255,9 @@ <h3 style="display: inline-block">
</span>
</td>
<td class="col-sm-8">
<div style="padding-bottom: 10px">Optional Condition for Authorization (only 3DSv2), to control, whether or not, transactions without LiabilityShift should be accepted. <strong>Important Note:</strong> This only filters out transactions, where the condition is conclusive <strong>before</strong> the authorization itself. It is possible, that LiabilityShift is rejected after the authorization. Please always check the <strong>Liability</strong> container, within the authorization-response, to be 100% sure, if LiabilityShift applies, or not!<br> Default: IF_ALLOWED_BY_SCHEME (empty)</div>
<div style="padding-bottom: 10px">Optional Condition for Authorization (only 3DSv2), to control, whether or not, transactions without LiabilityShift should be accepted. <strong>Important Note:</strong> This only filters out transactions, where the condition is conclusive <strong>before</strong> the authorization itself. It is possible, that LiabilityShift is rejected after the authorization. Please always check the <strong>Liability</strong> container, within the authorization-response, to be 100% sure, if LiabilityShift applies, or not!<br> Default: NONE (empty)</div>
<i class="small text-muted">
Possible values: WITH_LIABILITY_SHIFT, IF_ALLOWED_BY_SCHEME.<br>
Possible values: NONE, THREE_DS_AUTHENTICATION_SUCCESSFUL_OR_ATTEMPTED.<br>
</i>
</td>
</tr>
Expand All @@ -1270,7 +1270,7 @@ <h3 style="display: inline-block">
</span>
</td>
<td class="col-sm-8">
<div style="padding-bottom: 10px">Optional order information</div>
<div style="padding-bottom: 10px">Optional order information. Only used for payment method Klarna (mandatory) and for Fraud Intelligence (optional).</div>
<i class="small text-muted">
</i>
</td>
Expand Down Expand Up @@ -1832,7 +1832,7 @@ <h3 style="display: inline-block">
</span>
</td>
<td class="col-sm-8">
<div style="padding-bottom: 10px">Optional order information</div>
<div style="padding-bottom: 10px">Optional order information. Only used for payment method Klarna (mandatory) and for Fraud Intelligence (optional).</div>
<i class="small text-muted">
</i>
</td>
Expand Down Expand Up @@ -2081,10 +2081,10 @@ <h3 style="display: inline-block">
</span>
</td>
<td class="col-sm-8">
<div style="padding-bottom: 10px">WITH_LIABILITY_SHIFT: the authorization will be executed if the previous 3d-secure process indicates that the liability shift to the issuer is possible<br> (liability shift may still be declined with the authorization though). This condition will be ignored for brands which Saferpay does not offer 3d-secure for.<br> ---<br> If left out, the authorization will be done if allowed, but possibly without liability shift to the issuer. See the specific result codes in the response message.</div>
<div style="padding-bottom: 10px">THREE_DS_AUTHENTICATION_SUCCESSFUL_OR_ATTEMPTED: the authorization will be executed if the previous 3d-secure process indicates that the liability shift to the issuer is possible<br> (liability shift may still be declined with the authorization though). This condition will be ignored for brands which Saferpay does not offer 3d-secure for.<br> ---<br> If left out, the authorization will be done if allowed, but possibly without liability shift to the issuer. See the specific result codes in the response message.</div>
<i class="small text-muted">
Possible values: WITH_LIABILITY_SHIFT, IF_ALLOWED_BY_SCHEME.<br>
<span>Example: <code>WITH_LIABILITY_SHIFT</code></span>
Possible values: NONE, THREE_DS_AUTHENTICATION_SUCCESSFUL_OR_ATTEMPTED.<br>
<span>Example: <code>NONE</code></span>
</i>
</td>
</tr>
Expand Down Expand Up @@ -2721,7 +2721,7 @@ <h3 style="display: inline-block">
</span>
</td>
<td class="col-sm-8">
<div style="padding-bottom: 10px">Optional order information</div>
<div style="padding-bottom: 10px">Optional order information. Only used for payment method Klarna (mandatory) and for Fraud Intelligence (optional).</div>
<i class="small text-muted">
</i>
</td>
Expand Down Expand Up @@ -5311,7 +5311,7 @@ <h3 style="display: inline-block">
</span>
</td>
<td class="col-sm-8">
<div style="padding-bottom: 10px">Optional order information</div>
<div style="padding-bottom: 10px">Optional order information. Only used for payment method Klarna (mandatory) and for Fraud Intelligence (optional).</div>
<i class="small text-muted">
</i>
</td>
Expand Down Expand Up @@ -7247,9 +7247,24 @@ <h3 style="display: inline-block">
</span>
</td>
<td class="col-sm-8">
<div style="padding-bottom: 10px">Optional order information</div>
<div style="padding-bottom: 10px">Optional order information. Only used for payment method Klarna (mandatory) and for Fraud Intelligence (optional).</div>
<i class="small text-muted">
</i>
</td>
</tr>
<tr>
<td class="col-sm-4 text-right">
<strong>Condition</strong><br>
<span class="text-muted small">
string
</span>
</td>
<td class="col-sm-8">
<div style="padding-bottom: 10px">THREE_DS_AUTHENTICATION_SUCCESSFUL_OR_ATTEMPTED: the authorization will be executed if the previous 3d-secure process indicates that the liability shift to the issuer is possible<br> (liability shift may still be declined with the authorization though). This condition will be ignored for brands which Saferpay does not offer 3d-secure for.<br> ---<br> If left out, the authorization will be done if allowed, but possibly without liability shift to the issuer. See the specific result codes in the response message.</div>
<i class="small text-muted">
Possible values: NONE, THREE_DS_AUTHENTICATION_SUCCESSFUL_OR_ATTEMPTED.<br>
<span>Example: <code>NONE</code></span>
</i>
</td>
</tr>
</tbody></table></div><div class="col-md-6"><p>Example:</p><pre class="prettyprint">{
Expand Down Expand Up @@ -13755,7 +13770,7 @@ <h2>Container &quot;Payment_Models_Data_StrongCustomerAuthenticationInteractive&
<td class="col-sm-8">
<div style="padding-bottom: 10px">3DS Secure challenge options</div>
<i class="small text-muted">
Possible values: AVOID, FORCE.<br>
Possible values: FORCE.<br>
</i>
</td>
</tr>
Expand Down

0 comments on commit 19a419b

Please sign in to comment.