# `AdyenClient.ClassicPlatforms.NotificationConfiguration`
[🔗](https://github.com/iamkanishka/adyen_client/blob/v1.0.0/lib/adyen_client/classic_payments_platforms.ex#L553)

Adyen Classic Platforms Notification Configuration API (v6).

# `create`

```elixir
@spec create(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Subscribe to notifications.

# `delete`

```elixir
@spec delete(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Delete a notification subscription configuration.

# `get`

```elixir
@spec get(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Get a notification subscription configuration.

# `list`

```elixir
@spec list(keyword()) :: AdyenClient.Client.response()
```

List all notification subscription configurations.

# `test`

```elixir
@spec test(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Test a notification configuration.

# `update`

```elixir
@spec update(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Update a notification subscription configuration.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
