---
title: "Changes to Test a notification configuration"
method: POST
path: "/testNotificationConfiguration"
---

# Changes to Test a notification configuration

`POST /testNotificationConfiguration`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 21 revisions.

- **2023-04-12** (v1) `45a1cea670d3` — 1 breaking, 2 warning, 1 info
- **2023-03-22** (v1) `006529adfbf8` — 11 breaking, 1 warning, 1 info
- **2022-10-06** (v1) `0def803273ac` — 1 warning, 1 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, 2 warning, 24 info

## Changes

- **2023-04-12** (v1) `45a1cea670d3` — 1 breaking, 2 warning, 1 info
  - the `exchangeMessages/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `exchangeMessages/items/messageCode` from the response with the `200` status
  - removed the optional property `exchangeMessages/items/messageDescription` from the response with the `200` status
  - added the optional property `exchangeMessages/items/ExchangeMessage` to the response with the `200` status
- **2023-03-22** (v1) `006529adfbf8` — 11 breaking, 1 warning, 1 info
  - the request's body 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 `eventTypes` became optional for the status `200`
  - the response property `exchangeMessages` became optional for the status `200`
  - the response property `okMessages` became optional for the status `200`
  - the `exchangeMessages/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the new `FUNDS_MIGRATED` enum value to the `eventTypes/items/` response property for the response status `200`
  - added the new `FUNDS_MIGRATED` enum value to the request property `eventTypes/items/`
- **2022-10-06** (v1) `0def803273ac` — 1 warning, 1 info
  - added the new `ACCOUNT_HOLDER_MIGRATED` enum value to the `eventTypes/items/` response property for the response status `200`
  - added the new `ACCOUNT_HOLDER_MIGRATED` enum value to the request property `eventTypes/items/`
- **2022-06-02** (v1) `f0b24ad61043` — 2 warning, 2 info
  - added the new `PENDING_CREDIT` enum value to the `eventTypes/items/` response property for the response status `200`
  - added the new `SCORE_SIGNAL_TRIGGERED` enum value to the `eventTypes/items/` response property for the response status `200`
  - added the new `PENDING_CREDIT` enum value to the request property `eventTypes/items/`
  - added the new `SCORE_SIGNAL_TRIGGERED` enum value to the request property `eventTypes/items/`
- **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 `eventTypes/items/` response property for the response status `200`
  - added the new `TRANSFER_NOT_PAIDOUT_TRANSFERS` enum value to the request property `eventTypes/items/`
- **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 `eventTypes/items/` response property for the response status `200`
  - added the new `ACCOUNT_FUNDS_BELOW_THRESHOLD` enum value to the request property `eventTypes/items/`
- **2020-08-05** (v1) `2104e92047bc` — 3 breaking, 1 warning, 3 info
  - removed the enum value `TRANSFER_FUNDS_REFUND` of the request property `eventTypes/items/`
  - 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 `eventTypes/items/` response property for the response status `200`
  - api operation id `post-testNotificationConfiguration` was added
  - added the new `REFUND_FUNDS_TRANSFER` enum value to the request property `eventTypes/items/`
  - removed the `TRANSFER_FUNDS_REFUND` enum value from the `eventTypes/items/` response property for the response status `200`
- **2020-03-04** (v1) `8521f7daecb4` — 9 breaking, 2 warning, 24 info
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the enum value `ACCOUNT_FUNDS_BELOW_THRESHOLD` of the request property `eventTypes/items/`
  - removed the enum value `ACCOUNT_HOLDER_MIGRATED` of the request property `eventTypes/items/`
  - removed the enum value `FUNDS_MIGRATED` of the request property `eventTypes/items/`
  - removed the enum value `PENDING_CREDIT` of the request property `eventTypes/items/`
  - removed the enum value `REFUND_FUNDS_TRANSFER` of the request property `eventTypes/items/`
  - removed the enum value `SCORE_SIGNAL_TRIGGERED` of the request property `eventTypes/items/`
  - removed the enum value `TRANSFER_NOT_PAIDOUT_TRANSFERS` of the request property `eventTypes/items/`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `exchangeMessages/items/ExchangeMessage` from the response with the `200` status
  - added the new `TRANSFER_FUNDS_REFUND` enum value to the `eventTypes/items/` response property for the response status `200`
  - api operation id `post-testNotificationConfiguration` 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 `TRANSFER_FUNDS_REFUND` enum value to the request property `eventTypes/items/`
  - 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`
  - added the optional property `exchangeMessages/items/messageCode` to the response with the `200` status
  - added the optional property `exchangeMessages/items/messageDescription` to the response with the `200` status
  - the response property `eventTypes` became required for the status `200`
  - the response property `exchangeMessages` became required for the status `200`
  - the response property `okMessages` 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 `ACCOUNT_FUNDS_BELOW_THRESHOLD` enum value from the `eventTypes/items/` response property for the response status `200`
  - removed the `ACCOUNT_HOLDER_MIGRATED` enum value from the `eventTypes/items/` response property for the response status `200`
  - removed the `FUNDS_MIGRATED` enum value from the `eventTypes/items/` response property for the response status `200`
  - removed the `PENDING_CREDIT` enum value from the `eventTypes/items/` response property for the response status `200`
  - removed the `REFUND_FUNDS_TRANSFER` enum value from the `eventTypes/items/` response property for the response status `200`
  - removed the `SCORE_SIGNAL_TRIGGERED` enum value from the `eventTypes/items/` response property for the response status `200`
  - removed the `TRANSFER_NOT_PAIDOUT_TRANSFERS` enum value from the `eventTypes/items/` response property for the response status `200`

---

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