Management API (v3)

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. API key - merchant level-/merchants/:merchantId/apiCredentials/:apiCredentialId/generateApiKey - Generate new API key POST {{baseUrl}}/merchants/:merchantId/apiCredentials/:apiCredentialId/generateApiKey

  2. Account - merchant level-/merchants - Get a list of merchant accounts GET {{baseUrl}}/merchants

  3. Account - merchant level-/merchants - Create a merchant account for an Adyen for Platforms Manage integration POST {{baseUrl}}/merchants

  4. Account - merchant level-/merchants/:merchantId - Get a merchant account GET {{baseUrl}}/merchants/:merchantId

  5. Account - merchant level-/merchants/:merchantId/activate - Request to activate a merchant account POST {{baseUrl}}/merchants/:merchantId/activate

  6. Split configuration - merchant level-/merchants/:merchantId/splitConfigurations - Get a list of split configurations GET {{baseUrl}}/merchants/:merchantId/splitConfigurations

  7. Split configuration - merchant level-/merchants/:merchantId/splitConfigurations - Create a split configuration POST {{baseUrl}}/merchants/:merchantId/splitConfigurations

  8. Split configuration - merchant level-/merchants/:merchantId/splitConfigurations/:splitConfigurationId - Delete a split configuration DELETE {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId

  9. Split configuration - merchant level-/merchants/:merchantId/splitConfigurations/:splitConfigurationId - Get a split configuration GET {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId

  10. Split configuration - merchant level-/merchants/:merchantId/splitConfigurations/:splitConfigurationId - Update split configuration description PATCH {{baseUrl}}/merchants/:merchantId/splitConfigurations/:splitConfigurationId