Logo
Adyen APIs API Documentation

Management API

Number of APIs: 132


Configure and manage your Adyen company and merchant accounts, stores, and payment terminals.

Authentication

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.

Versioning

Management API handles versioning as part of the endpoint URL. For example, to send a request to this version of the /companies/{companyId}/webhooks endpoint, use:

https://management-test.adyen.com/v3/companies/{companyId}/webhooks

Going live

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/v3

Release notes

Have a look at the release notes to find out what changed in this version!


1. Split configuration - merchant level-/merchants/:merchantId/splitConfigurations/:splitConfigurationId - Update split configuration description

PATCH {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId



2. Split configuration - merchant level-/merchants/:merchantId/splitConfigurations/:splitConfigurationId/rules/:ruleId - Update the conditions in split configuration rule

PATCH {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId/rules/:ruleId



3. Split configuration - merchant level-/merchants/:merchantId/splitConfigurations/:splitConfigurationId/rules/:ruleId/splitLogic/:splitLogicId - Update the split logic

PATCH {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId/rules/:ruleId/splitLogic/:splitLogicId



4. Allowed origins - company level-/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins - Get a list of allowed origins

GET {{baseUrl}}/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins



5. Allowed origins - company level-/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins/:originId - Get an allowed origin

GET {{baseUrl}}/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins/:originId



6. Client key - company level-/companies/:companyId/apiCredentials/:apiCredentialId/generateClientKey - Generate new client key

POST {{baseUrl}}/companies/:companyId/apiCredentials/:apiCredentialId/generateClientKey



7. Users - company level-/companies/:companyId/users - Get a list of users

GET {{baseUrl}}/companies/:companyId/users



8. Users - company level-/companies/:companyId/users - Create a user

POST {{baseUrl}}/companies/:companyId/users



9.
API Documentation

ENDPOINTS