Skip to content

Commit

Permalink
Merge pull request #55 from saferpay/feature/update-v1.39
Browse files Browse the repository at this point in the history
Update spec for changed options in FraudPrevention Result container
  • Loading branch information
najo4594 authored Mar 5, 2024
2 parents bf6cd54 + 82bf8cd commit cdfeef5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions texts/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
- [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)
- [Transaction/QueryAlternativePayment](index.html#Payment_v1_Transaction_QueryAlternativePayment)

## <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, CHALLENGED.<br />
<span>Example: <code>APPROVED</code></span>
</i>
</td>
Expand Down

0 comments on commit cdfeef5

Please sign in to comment.