Number of APIs: 132
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 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 this version of the To access the live endpoints, you need an API key from your live Customer Area. Use this API key to make requests to: Have a look at the release notes to find out what changed in this version!Authentication
X-API-Key
header value.Versioning
/companies/{companyId}/webhooks
endpoint, use:https://management-test.adyen.com/v3/companies/{companyId}/webhooks
Going live
https://management-live.adyen.com/v3
Release notes
POST {{baseUrl}}/merchants/:merchantId/apiCredentials/:apiCredentialId/generateApiKey
GET {{baseUrl}}/merchants
POST {{baseUrl}}/merchants
GET {{baseUrl}}/merchants/:merchantId
POST {{baseUrl}}/merchants/:merchantId/activate
GET {{baseUrl}}/merchants/:merchantId/splitConfigurations
POST {{baseUrl}}/merchants/:merchantId/splitConfigurations
DELETE {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId
ENDPOINTS