Skip to content

Commit

Permalink
Announce removal of threed_secure property (#193)
Browse files Browse the repository at this point in the history
It will be removed from the authorization response. This is only place where it is present.
mt-clearhaus authored Oct 31, 2024
1 parent b915e0d commit a250314
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/content/gateway/api_reference/changes/changes.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,17 @@ Follow coming changes on the [source code repository](https://github.com/clearha

Sorted by descending timestamp.

#### Removal of `threed_secure` property from response
Starting 2024-11-01, an authorization response will no longer contain the
`threed_secure` property. We recommend that the `sca` dictionary is used
instead. The `sca` dictionary contains the two boolean-valued properties
`provided` and `necessary`. Another useful property in the response is
`liable_for_fraud_disputes` which is either `"merchant"` or `"issuer"`.
Properties specifically related to 3-D Secure are available in the `3dsecure`
dictionary, however, please note that strong customer authentication (SCA) is
usually the most important property and can be achieved by other means than 3-D
Secure.

#### Capture refund period extended
Starting 2024-10-03 the maximum allowed period of time between the latest
approved capture and a capture refund has been extended from 180 to 365 days.

0 comments on commit a250314

Please sign in to comment.