Configure and manage your Adyen company and merchant accounts, stores, and payment terminals.
Each request to the Management API must be signed with an API key. Generate your API key in the Customer Area and then set this key to the X-API-Key
header value.
To access the live endpoints, you need to generate a new API key in your live Customer Area.
Management API handles versioning as part of the endpoint URL. For example, to send a request to version 1 of the /companies/{companyId}/webhooks
endpoint, use:
https://management-test.adyen.com/v1/companies/{companyId}/webhooks
To access the live endpoints, you need an API key from your live Customer Area. Use this API key to make requests to:
https://management-live.adyen.com/v1
Use this page to mock Management 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 Management API, which will allow you to keep building and testing even if the actual API you isn't currently available.