You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](https://docs.adyen.com/development-resources/api-credentials#generate-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 version 1 of the `/companies/{companyId}/webhooks` endpoint, use: ```text https://management-test.adyen.com/v1/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: ```text https://management-live.adyen.com/v1 ``` # noqa: E501
5
+
6
+
The version of the OpenAPI document: 1
7
+
Contact: developer-experience@adyen.com
8
+
Generated by: https://openapi-generator.tech
9
+
"""
10
+
11
+
from .baseimportAdyenServiceBase
12
+
from .management_dir.api_credentials_company_level_apiimportAPICredentialsCompanyLevelApi
13
+
from .management_dir.api_credentials_merchant_level_apiimportAPICredentialsMerchantLevelApi
14
+
from .management_dir.api_key_company_level_apiimportAPIKeyCompanyLevelApi
15
+
from .management_dir.api_key_merchant_level_apiimportAPIKeyMerchantLevelApi
16
+
from .management_dir.account_company_level_apiimportAccountCompanyLevelApi
17
+
from .management_dir.account_merchant_level_apiimportAccountMerchantLevelApi
18
+
from .management_dir.account_store_level_apiimportAccountStoreLevelApi
19
+
from .management_dir.allowed_origins_company_level_apiimportAllowedOriginsCompanyLevelApi
20
+
from .management_dir.allowed_origins_merchant_level_apiimportAllowedOriginsMerchantLevelApi
21
+
from .management_dir.client_key_company_level_apiimportClientKeyCompanyLevelApi
22
+
from .management_dir.client_key_merchant_level_apiimportClientKeyMerchantLevelApi
23
+
from .management_dir.my_api_credential_apiimportMyAPICredentialApi
24
+
from .management_dir.payment_methods_merchant_level_apiimportPaymentMethodsMerchantLevelApi
25
+
from .management_dir.payout_settings_merchant_level_apiimportPayoutSettingsMerchantLevelApi
26
+
from .management_dir.terminal_actions_company_level_apiimportTerminalActionsCompanyLevelApi
27
+
from .management_dir.terminal_actions_terminal_level_apiimportTerminalActionsTerminalLevelApi
28
+
from .management_dir.terminal_orders_company_level_apiimportTerminalOrdersCompanyLevelApi
29
+
from .management_dir.terminal_orders_merchant_level_apiimportTerminalOrdersMerchantLevelApi
30
+
from .management_dir.terminal_settings_company_level_apiimportTerminalSettingsCompanyLevelApi
31
+
from .management_dir.terminal_settings_merchant_level_apiimportTerminalSettingsMerchantLevelApi
32
+
from .management_dir.terminal_settings_store_level_apiimportTerminalSettingsStoreLevelApi
33
+
from .management_dir.terminal_settings_terminal_level_apiimportTerminalSettingsTerminalLevelApi
34
+
from .management_dir.terminals_terminal_level_apiimportTerminalsTerminalLevelApi
35
+
from .management_dir.users_company_level_apiimportUsersCompanyLevelApi
36
+
from .management_dir.users_merchant_level_apiimportUsersMerchantLevelApi
37
+
from .management_dir.webhooks_company_level_apiimportWebhooksCompanyLevelApi
38
+
from .management_dir.webhooks_merchant_level_apiimportWebhooksMerchantLevelApi
39
+
40
+
41
+
classAdyenManagementApi(AdyenServiceBase):
42
+
"""NOTE: This class is auto generated by OpenAPI Generator
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](https://docs.adyen.com/development-resources/api-credentials#generate-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 version 1 of the `/companies/{companyId}/webhooks` endpoint, use: ```text https://management-test.adyen.com/v1/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: ```text https://management-live.adyen.com/v1 ``` # noqa: E501
5
+
6
+
The version of the OpenAPI document: 1
7
+
Contact: developer-experience@adyen.com
8
+
Generated by: https://openapi-generator.tech
9
+
"""
10
+
11
+
from ..baseimportAdyenServiceBase
12
+
13
+
14
+
classAccountCompanyLevelApi(AdyenServiceBase):
15
+
"""NOTE: This class is auto generated by OpenAPI Generator
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](https://docs.adyen.com/development-resources/api-credentials#generate-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 version 1 of the `/companies/{companyId}/webhooks` endpoint, use: ```text https://management-test.adyen.com/v1/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: ```text https://management-live.adyen.com/v1 ``` # noqa: E501
5
+
6
+
The version of the OpenAPI document: 1
7
+
Contact: developer-experience@adyen.com
8
+
Generated by: https://openapi-generator.tech
9
+
"""
10
+
11
+
from ..baseimportAdyenServiceBase
12
+
13
+
14
+
classAccountMerchantLevelApi(AdyenServiceBase):
15
+
"""NOTE: This class is auto generated by OpenAPI Generator
0 commit comments