---
title: "Test a notification configuration"
method: POST
path: "/testNotificationConfiguration"
tags: ["General"]
---

# Test a notification configuration

`POST /testNotificationConfiguration`

Tests an existing notification subscription configuration. For each event type specified, a test notification will be generated and sent to the URL configured in the subscription specified.

## Request body

- TestNotificationConfigurationRequest
  - `eventTypes` string[] — The event types to test. If left blank, then all of the configured event types will be tested. >Permitted values: `ACCOUNT_HOLDER_CREATED`, `ACCOUNT_CREATED`, `ACCOUNT_UPDATED`, `ACCOUNT_HOLDER_UPDATED`, `ACCOUNT_HOLDER_STATUS_CHANGE`, `ACCOUNT_HOLDER_STORE_STATUS_CHANGE` `ACCOUNT_HOLDER_VERIFICATION`, `ACCOUNT_HOLDER_LIMIT_REACHED`, `ACCOUNT_HOLDER_PAYOUT`, `PAYMENT_FAILURE`, `SCHEDULED_REFUNDS`, `REPORT_AVAILABLE`, `TRANSFER_FUNDS`, `BENEFICIARY_SETUP`, `COMPENSATE_NEGATIVE_BALANCE`.
  - `notificationId` integer, required — The ID of the notification subscription configuration to be tested.

## Response `200`

OK - the request has succeeded.

- TestNotificationConfigurationResponse
  - `errorMessages` string[] — Any error messages encountered.
  - `eventTypes` string[] — The event types that were tested. >Permitted values: `ACCOUNT_HOLDER_CREATED`, `ACCOUNT_CREATED`, `ACCOUNT_UPDATED`, `ACCOUNT_HOLDER_UPDATED`, `ACCOUNT_HOLDER_STATUS_CHANGE`, `ACCOUNT_HOLDER_STORE_STATUS_CHANGE` `ACCOUNT_HOLDER_VERIFICATION`, `ACCOUNT_HOLDER_LIMIT_REACHED`, `ACCOUNT_HOLDER_PAYOUT`, `PAYMENT_FAILURE`, `SCHEDULED_REFUNDS`, `REPORT_AVAILABLE`, `TRANSFER_FUNDS`, `BENEFICIARY_SETUP`, `COMPENSATE_NEGATIVE_BALANCE`.
  - `exchangeMessages` ExchangeMessageWrapper[] — The notification message and related response messages.
    - `ExchangeMessage` ExchangeMessage
      - `messageCode` string
      - `messageDescription` string
  - `notificationId` integer, required — The ID of the notification subscription configuration.
  - `okMessages` string[] — A list of messages describing the testing steps.
  - `pspReference` string — The reference of a request. Can be used to uniquely identify the request.
  - `resultCode` string — The result code.
  - `submittedAsync` boolean — Indicates whether the request is processed asynchronously. Depending on the request's platform settings, the following scenarios may be applied: * **true**: The request is queued and will be executed when the providing service is available in the order in which the requests are received. * **false**: The processing of the request is immediately attempted; it may result in an error if the providing service is unavailable.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

## 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`
  - …9 more
- **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/`
- …earlier changes not shown

[Full history](https://skmtc.dev/adyen/apis/notificationconfigurationservice/changes/testNotificationConfiguration/post.md)

---

[API](https://skmtc.dev/adyen/apis/notificationconfigurationservice.md) · [All operations](https://skmtc.dev/adyen/apis/notificationconfigurationservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/notificationconfigurationservice/revisions/7c50dc09939d/schema)
