Skip to content

Commit

Permalink
Remove token[m4m][eci] parameter (#192)
Browse files Browse the repository at this point in the history
The parameter `token[m4m][eci]` is no longer necessary for the
processing of `token[m4m]` authorizations.

---------

Co-authored-by: Casper Thomsen <[email protected]>
  • Loading branch information
mt-clearhaus and ct-clearhaus authored Jun 6, 2024
1 parent 1a13165 commit eee3e31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions website/content/gateway/api_reference/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Follow coming changes on the [source code repository](https://github.com/clearha

Sorted by descending timestamp.

#### Removal of `token[m4m][eci]` parameter
Starting 2024-06-03, the `token[m4m][eci]` parameter has been removed. As the
API accepts unknown parameters in general, the parameter can still be sent. It
is, however, recommended that the parameter is omitted to avoid confusion.

#### Addition of `sca_exemption` parameter
Starting 2024-02-09, the `sca_exemption` parameter is available for
authorizations and debits.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ Found in `encryptedPayload.encryptedData.applicationExpiryDate` (MDES) or `encry
Found in `encryptedPayload.encryptedData.applicationExpiryDate` (MDES) or `encryptedPayload.token.tokenExpirationYear` (SCOF).
{{% /description_details %}}

{{% description_term %}}token[m4m][eci] {{% regex %}}0[267]{{% /regex %}}{{% /description_term %}}
{{% description_details %}}Electronic Commerce Indicator.

Found in `eci` (SCOF). (Not available in MDES.)
{{% regex_optional %}}Required for CITs; otherwise optional (defaults to `07`).{{% /regex_optional %}}
{{% /description_details %}}

{{% description_term %}}token[m4m][tav] {{% regex %}}[:base64:]{28}{{% /regex %}}{{% /description_term %}}
{{% description_details %}}Token Authentication Value (TAV). Also known as token cryptogram and Digital Secure Remote Payments (DSRP) cryptogram.

Expand Down

0 comments on commit eee3e31

Please sign in to comment.