Notification Configuration API

Description

This API is used for the classic integration. If you are just starting your implementation, refer to our new integration guide instead.

The Notification Configuration API provides endpoints for setting up and testing notifications that inform you of events on your platform, for example when a verification check or a payout has been completed.

For more information, refer to our documentation.

Authentication

Your Adyen contact will provide your API credential and an API key. To connect to the API, add an X-API-Key header with the API key as the value, for example:

curl
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
...

Alternatively, you can use the username and password to connect to the API using basic authentication. For example:

curl
-U "ws@MarketPlace.YOUR_PLATFORM_ACCOUNT":"YOUR_WS_PASSWORD" \
-H "Content-Type: application/json" \
...

When going live, you need to generate new web service user credentials to access the live endpoints.

Versioning

The Notification Configuration API supports versioning using a version suffix in the endpoint URL. This suffix has the following format: “vXX”, where XX is the version number.

For example:

https://cal-test.adyen.com/cal/services/Notification/v6/createNotificationConfiguration

Use this page to mock Notification Configuration API in your testing and development.

Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Notification Configuration API, which will allow you to keep building and testing even if the actual API you isn't currently available.

Related mocks

Legal Entity Management API

The Legal Entity Management API enables

Adyen Stored Value API

A set of API endpoints to manage stored

Adyen Data Protection API

Adyen Data Protection API provides a way

Square Connect API

Client library for accessing the Square

Adyen BinLookup API

The BIN Lookup API provides endpoints

Adyen Balance Control API

The Balance Control API lets you

Ready to accelerate your development flow

Shorter release cycles, more predictable schedules and fewer defects in production.
Start Mocking for Free *Free forever. No credit card needed