Skip to content

Commit

Permalink
Update spec for changed options in FraudPrevention Result container
Browse files Browse the repository at this point in the history
  • Loading branch information
matze0405 committed Mar 4, 2024
1 parent 48e157c commit d89a7b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions texts/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
- [PaymentPage/Assert](index.html#Payment_v1_PaymentPage_Assert) can now be called up to 120 hours for pending transactions (instead of 96 hours before)
- removed `Transaction/QueryPaymentMeans` and `Transaction/AdjustAmount` methods from Saferpay Payment API
- added `MandatoryFields` field to _BillingAddressForm_ container in [SecurePayGate Create SingleUsePaymentLink](index.html#rest_customers_[customerId]_terminals_[terminalId]_spg-offers)
- option `MANUAL_REVIEW` in field `Result` of _FraudPrevention_ container is now called `CHALLENGED`. This affects following requests:
- [PaymentPage/Assert](index.html#Payment_v1_PaymentPage_Assert)
- [Transaction/Authorize](index.html#Payment_v1_Transaction_Authorize)
- [Transaction/AuthorizeDirect](index.html#Payment_v1_Transaction_AuthorizeDirect)
- [Transaction/Inquire](index.html#Payment_v1_Transaction_Inquire)

## <a name="v1.38.0.0.20240123"></a> Version 1.38 (released 2024-01-23)
- available on Sandbox: 2024-01-04
Expand Down
2 changes: 1 addition & 1 deletion texts/ContainerDictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -6499,7 +6499,7 @@ Range: inclusive between 1 and 12<br />
<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, MANUAL_REVIEW, CHALLENGED.<br />
<span>Example: <code>APPROVED</code></span>
</i>
</td>
Expand Down

0 comments on commit d89a7b0

Please sign in to comment.