---
title: "Changes to Update a notification subscription configuration"
method: POST
path: "/updateNotificationConfiguration"
---

# Changes to Update a notification subscription configuration

`POST /updateNotificationConfiguration`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 21 revisions.

- **2023-04-12** (v1) `45a1cea670d3` — 4 breaking, 2 warning, 2 info
- **2023-03-22** (v1) `006529adfbf8` — 13 breaking, 1 warning, 3 info
- **2022-10-06** (v1) `0def803273ac` — 6 breaking, 2 warning, 8 info
- **2022-06-02** (v1) `f0b24ad61043` — 2 warning, 2 info
- **2021-08-07** (v1) `c8ceb47d7b76` — 1 info
- **2021-07-09** (v1) `4184946e3e8d` — 2 info
- **2021-04-24** (v1) `64ced2e58234` — 1 warning, 1 info
- **2021-04-10** (v1) `fa01a51bf28a` — 5 info
- **2021-03-26** (v1) `988c95b5257a` — 5 info
- **2021-03-05** (v1) `f3953c93f7d9` — 1 warning, 1 info
- **2020-08-05** (v1) `2104e92047bc` — 3 breaking, 1 warning, 3 info
- **2020-03-04** (v1) `8521f7daecb4` — 9 breaking, 8 warning, 22 info

## Changes

- **2023-04-12** (v1) `45a1cea670d3` — 4 breaking, 2 warning, 2 info
  - the `configurationDetails/eventConfigs/items/` request property type/format changed from `object`/`` to ``/``
  - the `configurationDetails/eventConfigs/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `configurationDetails/eventConfigs/items/eventType` from the response with the `200` status
  - removed the required property `configurationDetails/eventConfigs/items/includeMode` from the response with the `200` status
  - removed the request property `configurationDetails/eventConfigs/items/eventType`
  - removed the request property `configurationDetails/eventConfigs/items/includeMode`
  - added the new optional request property `configurationDetails/eventConfigs/items/NotificationEventConfiguration`
  - added the optional property `configurationDetails/eventConfigs/items/NotificationEventConfiguration` to the response with the `200` status
- **2023-03-22** (v1) `006529adfbf8` — 13 breaking, 1 warning, 3 info
  - the request's body type/format changed from ``/`` to `object`/``
  - the `configurationDetails` request property type/format changed from ``/`` to `object`/``
  - the `configurationDetails/eventConfigs/items/` request property type/format changed from ``/`` to `object`/``
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `403`
  - the response's body type/format changed from ``/`` to `object`/`` for status `422`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - the response property `configurationDetails/eventConfigs` became optional for the status `200`
  - the response property `configurationDetails/notifyURL` became optional for the status `200`
  - the `configurationDetails` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `configurationDetails/eventConfigs/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the new `FUNDS_MIGRATED` enum value to the `configurationDetails/eventConfigs/items/eventType` response property for the response status `200`
  - the request property `configurationDetails/eventConfigs` became optional
  - the request property `configurationDetails/notifyURL` became optional
  - added the new `FUNDS_MIGRATED` enum value to the request property `configurationDetails/eventConfigs/items/eventType`
- **2022-10-06** (v1) `0def803273ac` — 6 breaking, 2 warning, 8 info
  - removed the enum value `SSL` of the request property `configurationDetails/sslProtocol`
  - removed the enum value `SSLInsecureCiphers` of the request property `configurationDetails/sslProtocol`
  - removed the enum value `TLS` of the request property `configurationDetails/sslProtocol`
  - removed the enum value `TLSv10` of the request property `configurationDetails/sslProtocol`
  - removed the enum value `TLSv10InsecureCiphers` of the request property `configurationDetails/sslProtocol`
  - removed the enum value `TLSv11` of the request property `configurationDetails/sslProtocol`
  - added the new `ACCOUNT_HOLDER_MIGRATED` enum value to the `configurationDetails/eventConfigs/items/eventType` response property for the response status `200`
  - added the new `TLSv13` enum value to the `configurationDetails/sslProtocol` response property for the response status `200`
  - added the new `ACCOUNT_HOLDER_MIGRATED` enum value to the request property `configurationDetails/eventConfigs/items/eventType`
  - added the new `TLSv13` enum value to the request property `configurationDetails/sslProtocol`
  - removed the `SSL` enum value from the `configurationDetails/sslProtocol` response property for the response status `200`
  - removed the `SSLInsecureCiphers` enum value from the `configurationDetails/sslProtocol` response property for the response status `200`
  - removed the `TLS` enum value from the `configurationDetails/sslProtocol` response property for the response status `200`
  - removed the `TLSv10` enum value from the `configurationDetails/sslProtocol` response property for the response status `200`
  - removed the `TLSv10InsecureCiphers` enum value from the `configurationDetails/sslProtocol` response property for the response status `200`
  - removed the `TLSv11` enum value from the `configurationDetails/sslProtocol` response property for the response status `200`
- **2022-06-02** (v1) `f0b24ad61043` — 2 warning, 2 info
  - added the new `PENDING_CREDIT` enum value to the `configurationDetails/eventConfigs/items/eventType` response property for the response status `200`
  - added the new `SCORE_SIGNAL_TRIGGERED` enum value to the `configurationDetails/eventConfigs/items/eventType` response property for the response status `200`
  - added the new `PENDING_CREDIT` enum value to the request property `configurationDetails/eventConfigs/items/eventType`
  - added the new `SCORE_SIGNAL_TRIGGERED` enum value to the request property `configurationDetails/eventConfigs/items/eventType`
- **2021-08-07** (v1) `c8ceb47d7b76` — 1 info
  - api tag `General` added
- **2021-07-09** (v1) `4184946e3e8d` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BasicAuth` was added to the API
- **2021-04-24** (v1) `64ced2e58234` — 1 warning, 1 info
  - added the new `TRANSFER_NOT_PAIDOUT_TRANSFERS` enum value to the `configurationDetails/eventConfigs/items/eventType` response property for the response status `200`
  - added the new `TRANSFER_NOT_PAIDOUT_TRANSFERS` enum value to the request property `configurationDetails/eventConfigs/items/eventType`
- **2021-04-10** (v1) `fa01a51bf28a` — 5 info
  - added the optional property `status` to the response with the `400` status
  - added the optional property `status` to the response with the `401` status
  - added the optional property `status` to the response with the `403` status
  - added the optional property `status` to the response with the `422` status
  - added the optional property `status` to the response with the `500` status
- **2021-03-26** (v1) `988c95b5257a` — 5 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `422`
  - added the non-success response with the status `500`
- **2021-03-05** (v1) `f3953c93f7d9` — 1 warning, 1 info
  - added the new `ACCOUNT_FUNDS_BELOW_THRESHOLD` enum value to the `configurationDetails/eventConfigs/items/eventType` response property for the response status `200`
  - added the new `ACCOUNT_FUNDS_BELOW_THRESHOLD` enum value to the request property `configurationDetails/eventConfigs/items/eventType`
- **2020-08-05** (v1) `2104e92047bc` — 3 breaking, 1 warning, 3 info
  - removed the enum value `TRANSFER_FUNDS_REFUND` of the request property `configurationDetails/eventConfigs/items/eventType`
  - the response property `pspReference` became optional for the status `200`
  - the response property `submittedAsync` became optional for the status `200`
  - added the new `REFUND_FUNDS_TRANSFER` enum value to the `configurationDetails/eventConfigs/items/eventType` response property for the response status `200`
  - api operation id `post-updateNotificationConfiguration` was added
  - added the new `REFUND_FUNDS_TRANSFER` enum value to the request property `configurationDetails/eventConfigs/items/eventType`
  - removed the `TRANSFER_FUNDS_REFUND` enum value from the `configurationDetails/eventConfigs/items/eventType` response property for the response status `200`
- **2020-03-04** (v1) `8521f7daecb4` — 9 breaking, 8 warning, 22 info
  - added the new required request property `configurationDetails/eventConfigs/items/eventType`
  - added the new required request property `configurationDetails/eventConfigs/items/includeMode`
  - the request's body type/format changed from `object`/`` to ``/``
  - the request property `configurationDetails/eventConfigs` became required
  - the request property `configurationDetails/notifyURL` became required
  - removed the enum value `TLSv13` of the request property `configurationDetails/sslProtocol`
  - the `configurationDetails` request property type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - the `configurationDetails` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the request property `configurationDetails/eventConfigs/items/NotificationEventConfiguration`
  - removed the optional property `configurationDetails/eventConfigs/items/NotificationEventConfiguration` from the response with the `200` status
  - added the new `SSL` enum value to the `configurationDetails/sslProtocol` response property for the response status `200`
  - added the new `SSLInsecureCiphers` enum value to the `configurationDetails/sslProtocol` response property for the response status `200`
  - added the new `TLS` enum value to the `configurationDetails/sslProtocol` response property for the response status `200`
  - added the new `TLSv10` enum value to the `configurationDetails/sslProtocol` response property for the response status `200`
  - added the new `TLSv10InsecureCiphers` enum value to the `configurationDetails/sslProtocol` response property for the response status `200`
  - added the new `TLSv11` enum value to the `configurationDetails/sslProtocol` response property for the response status `200`
  - api operation id `post-updateNotificationConfiguration` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `BasicAuth` was removed from the API
  - api tag `General` removed
  - added the new `SSL` enum value to the request property `configurationDetails/sslProtocol`
  - added the new `SSLInsecureCiphers` enum value to the request property `configurationDetails/sslProtocol`
  - added the new `TLS` enum value to the request property `configurationDetails/sslProtocol`
  - added the new `TLSv10` enum value to the request property `configurationDetails/sslProtocol`
  - added the new `TLSv10InsecureCiphers` enum value to the request property `configurationDetails/sslProtocol`
  - added the new `TLSv11` enum value to the request property `configurationDetails/sslProtocol`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `422`
  - removed the non-success response with the status `500`
  - the response property `configurationDetails/eventConfigs` became required for the status `200`
  - the response property `configurationDetails/notifyURL` became required for the status `200`
  - the response property `pspReference` became required for the status `200`
  - the response property `submittedAsync` became required for the status `200`
  - removed the `TLSv13` enum value from the `configurationDetails/sslProtocol` response property for the response status `200`
  - added the required property `configurationDetails/eventConfigs/items/eventType` to the response with the `200` status
  - added the required property `configurationDetails/eventConfigs/items/includeMode` to the response with the `200` status

---

[Operation](https://skmtc.dev/adyen/apis/notificationconfigurationservice/docs/updateNotificationConfiguration/post.md) · [API](https://skmtc.dev/adyen/apis/notificationconfigurationservice.md) · [Page](https://skmtc.dev/adyen/apis/notificationconfigurationservice/changes/updateNotificationConfiguration/post)
