Skip to content

Commit

Permalink
Updated Github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
najo4594 committed Mar 5, 2024
1 parent 4c01164 commit 7661827
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13898,7 +13898,7 @@ <h2>Container &quot;Payment_Models_FraudPrevention&quot;</h2>
<td class="col-sm-8">
<div style="padding-bottom: 10px">The result of the performed fraud prevention check</div>
<i class="small text-muted">
Possible values: APPROVED, MANUAL_REVIEW.<br>
Possible values: APPROVED, CHALLENGED.<br>
<span>Example: <code>APPROVED</code></span>
</i>
</td>
Expand Down Expand Up @@ -14653,6 +14653,15 @@ <h2>Container &quot;RestApi_Models_WalletInfo&quot;</h2>
<li><a href="index.html#Payment_v1_PaymentPage_Assert">PaymentPage/Assert</a> can now be called up to 120 hours for pending transactions (instead of 96 hours before)</li>
<li>removed <code>Transaction/QueryPaymentMeans</code> and <code>Transaction/AdjustAmount</code> methods from Saferpay Payment API</li>
<li>added <code>MandatoryFields</code> field to <em>BillingAddressForm</em> container in <a href="index.html#rest_customers_%5BcustomerId%5D_terminals_%5BterminalId%5D_spg-offers">SecurePayGate Create SingleUsePaymentLink</a></li>
<li>option <code>MANUAL_REVIEW</code> in field <code>Result</code> of <em>FraudPrevention</em> container is now called <code>CHALLENGED</code>. This affects following requests:
<ul>
<li><a href="index.html#Payment_v1_PaymentPage_Assert">PaymentPage/Assert</a></li>
<li><a href="index.html#Payment_v1_Transaction_Authorize">Transaction/Authorize</a></li>
<li><a href="index.html#Payment_v1_Transaction_AuthorizeDirect">Transaction/AuthorizeDirect</a></li>
<li><a href="index.html#Payment_v1_Transaction_Inquire">Transaction/Inquire</a></li>
<li><a href="index.html#Payment_v1_Transaction_QueryAlternativePayment">Transaction/QueryAlternativePayment</a></li>
</ul>
</li>
</ul></div></div></section><section id="v1.38.0.0.20240123"><h2><a name="v1.38.0.0.20240123"></a> Version 1.38 (released 2024-01-23)</h2><div class="row"><div class="col-md-6"><ul>
<li>available on Sandbox: 2024-01-04</li>
<li>introduced version 1.38</li>
Expand Down

0 comments on commit 7661827

Please sign in to comment.