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!
-
Split configuration - merchant level-/merchants/:merchantId/splitConfigurations/:splitConfigurationId - Update split configuration description PATCH {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId
-
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
-
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
-
Allowed origins - company level-/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins - Get a list of allowed origins GET {{baseUrl}}/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins
-
Allowed origins - company level-/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins/:originId - Get an allowed origin GET {{baseUrl}}/companies/:companyId/apiCredentials/:apiCredentialId/allowedOrigins/:originId
-
Client key - company level-/companies/:companyId/apiCredentials/:apiCredentialId/generateClientKey - Generate new client key POST {{baseUrl}}/companies/:companyId/apiCredentials/:apiCredentialId/generateClientKey
-
Users - company level-/companies/:companyId/users - Get a list of users GET {{baseUrl}}/companies/:companyId/users
-
Users - company level-/companies/:companyId/users - Create a user POST {{baseUrl}}/companies/:companyId/users
-
Users - company level-/companies/:companyId/users/:userId - Get user details GET {{baseUrl}}/companies/:companyId/users/:userId
-
Users - company level-/companies/:companyId/users/:userId - Update user details PATCH {{baseUrl}}/companies/:companyId/users/:userId