KosmoKrator

data

Adyen MCP, CLI, and Lua Integration for AI Agents

Adyen integration docs for AI agents: MCP gateway setup, Adyen CLI commands, Lua API reference, credentials, and function schemas.

Adyen for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
adyen.adyen_checkout_post_apple_pay_sessions Write write 0 Execute official Adyen checkout API operation `post-applePay-sessions`. Endpoint: POST /applePay/sessions.
adyen.adyen_checkout_post_cancels Write write 0 Execute official Adyen checkout API operation `post-cancels`. Endpoint: POST /cancels.
adyen.adyen_checkout_post_card_details Write write 0 Execute official Adyen checkout API operation `post-cardDetails`. Endpoint: POST /cardDetails.
adyen.adyen_checkout_post_donation_campaigns Write write 0 Execute official Adyen checkout API operation `post-donationCampaigns`. Endpoint: POST /donationCampaigns.
adyen.adyen_checkout_post_donations Write write 0 Execute official Adyen checkout API operation `post-donations`. Endpoint: POST /donations.
adyen.adyen_checkout_post_forward Write write 0 Execute official Adyen checkout API operation `post-forward`. Endpoint: POST /forward.
adyen.adyen_checkout_post_orders Write write 0 Execute official Adyen checkout API operation `post-orders`. Endpoint: POST /orders.
adyen.adyen_checkout_post_orders_cancel Write write 0 Execute official Adyen checkout API operation `post-orders-cancel`. Endpoint: POST /orders/cancel.
adyen.adyen_checkout_post_origin_keys Write write 0 Execute official Adyen checkout API operation `post-originKeys`. Endpoint: POST /originKeys.
adyen.adyen_checkout_post_payment_links Write write 0 Execute official Adyen checkout API operation `post-paymentLinks`. Endpoint: POST /paymentLinks.
adyen.adyen_checkout_get_payment_links_link_id Read read 0 Execute official Adyen checkout API operation `get-paymentLinks-linkId`. Endpoint: GET /paymentLinks/{linkId}.
adyen.adyen_checkout_patch_payment_links_link_id Write write 0 Execute official Adyen checkout API operation `patch-paymentLinks-linkId`. Endpoint: PATCH /paymentLinks/{linkId}.
adyen.adyen_checkout_post_payment_methods Write write 0 Execute official Adyen checkout API operation `post-paymentMethods`. Endpoint: POST /paymentMethods.
adyen.adyen_checkout_post_payment_methods_balance Write write 0 Execute official Adyen checkout API operation `post-paymentMethods-balance`. Endpoint: POST /paymentMethods/balance.
adyen.adyen_checkout_post_payments Write write 0 Execute official Adyen checkout API operation `post-payments`. Endpoint: POST /payments.
adyen.adyen_checkout_post_payments_details Write write 0 Execute official Adyen checkout API operation `post-payments-details`. Endpoint: POST /payments/details.
adyen.adyen_checkout_post_payments_payment_psp_reference_amount_updates Write write 0 Execute official Adyen checkout API operation `post-payments-paymentPspReference-amountUpdates`. Endpoint: POST /payments/{paymentPspReference}/amountUpdates.
adyen.adyen_checkout_post_payments_payment_psp_reference_cancels Write write 0 Execute official Adyen checkout API operation `post-payments-paymentPspReference-cancels`. Endpoint: POST /payments/{paymentPspReference}/cancels.
adyen.adyen_checkout_post_payments_payment_psp_reference_captures Write write 0 Execute official Adyen checkout API operation `post-payments-paymentPspReference-captures`. Endpoint: POST /payments/{paymentPspReference}/captures.
adyen.adyen_checkout_post_payments_payment_psp_reference_refunds Write write 0 Execute official Adyen checkout API operation `post-payments-paymentPspReference-refunds`. Endpoint: POST /payments/{paymentPspReference}/refunds.
adyen.adyen_checkout_post_payments_payment_psp_reference_reversals Write write 0 Execute official Adyen checkout API operation `post-payments-paymentPspReference-reversals`. Endpoint: POST /payments/{paymentPspReference}/reversals.
adyen.adyen_checkout_post_paypal_update_order Write write 0 Execute official Adyen checkout API operation `post-paypal-updateOrder`. Endpoint: POST /paypal/updateOrder.
adyen.adyen_checkout_post_sessions Write write 0 Execute official Adyen checkout API operation `post-sessions`. Endpoint: POST /sessions.
adyen.adyen_checkout_get_sessions_session_id Read read 0 Execute official Adyen checkout API operation `get-sessions-sessionId`. Endpoint: GET /sessions/{sessionId}.
adyen.adyen_checkout_get_stored_payment_methods Read read 0 Execute official Adyen checkout API operation `get-storedPaymentMethods`. Endpoint: GET /storedPaymentMethods.
adyen.adyen_checkout_post_stored_payment_methods Write write 0 Execute official Adyen checkout API operation `post-storedPaymentMethods`. Endpoint: POST /storedPaymentMethods.
adyen.adyen_checkout_delete_stored_payment_methods_stored_payment_method_id Write write 0 Execute official Adyen checkout API operation `delete-storedPaymentMethods-storedPaymentMethodId`. Endpoint: DELETE /storedPaymentMethods/{storedPaymentMethodId}.
adyen.adyen_checkout_post_validate_shopper_id Write write 0 Execute official Adyen checkout API operation `post-validateShopperId`. Endpoint: POST /validateShopperId.
adyen.adyen_management_get_companies Read read 0 Execute official Adyen management API operation `get-companies`. Endpoint: GET /companies.
adyen.adyen_management_get_companies_company_id Read read 0 Execute official Adyen management API operation `get-companies-companyId`. Endpoint: GET /companies/{companyId}.
adyen.adyen_management_get_companies_company_id_android_apps Read read 0 Execute official Adyen management API operation `get-companies-companyId-androidApps`. Endpoint: GET /companies/{companyId}/androidApps.
adyen.adyen_management_post_companies_company_id_android_apps Write write 0 Execute official Adyen management API operation `post-companies-companyId-androidApps`. Endpoint: POST /companies/{companyId}/androidApps.
adyen.adyen_management_get_companies_company_id_android_apps_id Read read 0 Execute official Adyen management API operation `get-companies-companyId-androidApps-id`. Endpoint: GET /companies/{companyId}/androidApps/{id}.
adyen.adyen_management_patch_companies_company_id_android_apps_id Write write 0 Execute official Adyen management API operation `patch-companies-companyId-androidApps-id`. Endpoint: PATCH /companies/{companyId}/androidApps/{id}.
adyen.adyen_management_get_companies_company_id_android_certificates Read read 0 Execute official Adyen management API operation `get-companies-companyId-androidCertificates`. Endpoint: GET /companies/{companyId}/androidCertificates.
adyen.adyen_management_post_companies_company_id_android_certificates Write write 0 Execute official Adyen management API operation `post-companies-companyId-androidCertificates`. Endpoint: POST /companies/{companyId}/androidCertificates.
adyen.adyen_management_get_companies_company_id_api_credentials Read read 0 Execute official Adyen management API operation `get-companies-companyId-apiCredentials`. Endpoint: GET /companies/{companyId}/apiCredentials.
adyen.adyen_management_post_companies_company_id_api_credentials Write write 0 Execute official Adyen management API operation `post-companies-companyId-apiCredentials`. Endpoint: POST /companies/{companyId}/apiCredentials.
adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id Read read 0 Execute official Adyen management API operation `get-companies-companyId-apiCredentials-apiCredentialId`. Endpoint: GET /companies/{companyId}/apiCredentials/{apiCredentialId}.
adyen.adyen_management_patch_companies_company_id_api_credentials_api_credential_id Write write 0 Execute official Adyen management API operation `patch-companies-companyId-apiCredentials-apiCredentialId`. Endpoint: PATCH /companies/{companyId}/apiCredentials/{apiCredentialId}.
adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins Read read 0 Execute official Adyen management API operation `get-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins`. Endpoint: GET /companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins.
adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_allowed_origins Write write 0 Execute official Adyen management API operation `post-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins`. Endpoint: POST /companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins.
adyen.adyen_management_delete_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id Write write 0 Execute official Adyen management API operation `delete-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins-originId`. Endpoint: DELETE /companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}.
adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id Read read 0 Execute official Adyen management API operation `get-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins-originId`. Endpoint: GET /companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}.
adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_api_key Write write 0 Execute official Adyen management API operation `post-companies-companyId-apiCredentials-apiCredentialId-generateApiKey`. Endpoint: POST /companies/{companyId}/apiCredentials/{apiCredentialId}/generateApiKey.
adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_client_key Write write 0 Execute official Adyen management API operation `post-companies-companyId-apiCredentials-apiCredentialId-generateClientKey`. Endpoint: POST /companies/{companyId}/apiCredentials/{apiCredentialId}/generateClientKey.
adyen.adyen_management_get_companies_company_id_billing_entities Read read 0 Execute official Adyen management API operation `get-companies-companyId-billingEntities`. Endpoint: GET /companies/{companyId}/billingEntities.
adyen.adyen_management_get_companies_company_id_merchants Read read 0 Execute official Adyen management API operation `get-companies-companyId-merchants`. Endpoint: GET /companies/{companyId}/merchants.
adyen.adyen_management_get_companies_company_id_shipping_locations Read read 0 Execute official Adyen management API operation `get-companies-companyId-shippingLocations`. Endpoint: GET /companies/{companyId}/shippingLocations.
adyen.adyen_management_post_companies_company_id_shipping_locations Write write 0 Execute official Adyen management API operation `post-companies-companyId-shippingLocations`. Endpoint: POST /companies/{companyId}/shippingLocations.
adyen.adyen_management_get_companies_company_id_terminal_actions Read read 0 Execute official Adyen management API operation `get-companies-companyId-terminalActions`. Endpoint: GET /companies/{companyId}/terminalActions.
adyen.adyen_management_get_companies_company_id_terminal_actions_action_id Read read 0 Execute official Adyen management API operation `get-companies-companyId-terminalActions-actionId`. Endpoint: GET /companies/{companyId}/terminalActions/{actionId}.
adyen.adyen_management_get_companies_company_id_terminal_logos Read read 0 Execute official Adyen management API operation `get-companies-companyId-terminalLogos`. Endpoint: GET /companies/{companyId}/terminalLogos.
adyen.adyen_management_patch_companies_company_id_terminal_logos Write write 0 Execute official Adyen management API operation `patch-companies-companyId-terminalLogos`. Endpoint: PATCH /companies/{companyId}/terminalLogos.
adyen.adyen_management_get_companies_company_id_terminal_models Read read 0 Execute official Adyen management API operation `get-companies-companyId-terminalModels`. Endpoint: GET /companies/{companyId}/terminalModels.
adyen.adyen_management_get_companies_company_id_terminal_orders Read read 0 Execute official Adyen management API operation `get-companies-companyId-terminalOrders`. Endpoint: GET /companies/{companyId}/terminalOrders.
adyen.adyen_management_post_companies_company_id_terminal_orders Write write 0 Execute official Adyen management API operation `post-companies-companyId-terminalOrders`. Endpoint: POST /companies/{companyId}/terminalOrders.
adyen.adyen_management_get_companies_company_id_terminal_orders_order_id Read read 0 Execute official Adyen management API operation `get-companies-companyId-terminalOrders-orderId`. Endpoint: GET /companies/{companyId}/terminalOrders/{orderId}.
adyen.adyen_management_patch_companies_company_id_terminal_orders_order_id Write write 0 Execute official Adyen management API operation `patch-companies-companyId-terminalOrders-orderId`. Endpoint: PATCH /companies/{companyId}/terminalOrders/{orderId}.
adyen.adyen_management_post_companies_company_id_terminal_orders_order_id_cancel Write write 0 Execute official Adyen management API operation `post-companies-companyId-terminalOrders-orderId-cancel`. Endpoint: POST /companies/{companyId}/terminalOrders/{orderId}/cancel.
adyen.adyen_management_get_companies_company_id_terminal_products Read read 0 Execute official Adyen management API operation `get-companies-companyId-terminalProducts`. Endpoint: GET /companies/{companyId}/terminalProducts.
adyen.adyen_management_get_companies_company_id_terminal_settings Read read 0 Execute official Adyen management API operation `get-companies-companyId-terminalSettings`. Endpoint: GET /companies/{companyId}/terminalSettings.
adyen.adyen_management_patch_companies_company_id_terminal_settings Write write 0 Execute official Adyen management API operation `patch-companies-companyId-terminalSettings`. Endpoint: PATCH /companies/{companyId}/terminalSettings.
adyen.adyen_management_get_companies_company_id_users Read read 0 Execute official Adyen management API operation `get-companies-companyId-users`. Endpoint: GET /companies/{companyId}/users.
adyen.adyen_management_post_companies_company_id_users Write write 0 Execute official Adyen management API operation `post-companies-companyId-users`. Endpoint: POST /companies/{companyId}/users.
adyen.adyen_management_get_companies_company_id_users_user_id Read read 0 Execute official Adyen management API operation `get-companies-companyId-users-userId`. Endpoint: GET /companies/{companyId}/users/{userId}.
adyen.adyen_management_patch_companies_company_id_users_user_id Write write 0 Execute official Adyen management API operation `patch-companies-companyId-users-userId`. Endpoint: PATCH /companies/{companyId}/users/{userId}.
adyen.adyen_management_get_companies_company_id_webhooks Read read 0 Execute official Adyen management API operation `get-companies-companyId-webhooks`. Endpoint: GET /companies/{companyId}/webhooks.
adyen.adyen_management_post_companies_company_id_webhooks Write write 0 Execute official Adyen management API operation `post-companies-companyId-webhooks`. Endpoint: POST /companies/{companyId}/webhooks.
adyen.adyen_management_delete_companies_company_id_webhooks_webhook_id Write write 0 Execute official Adyen management API operation `delete-companies-companyId-webhooks-webhookId`. Endpoint: DELETE /companies/{companyId}/webhooks/{webhookId}.
adyen.adyen_management_get_companies_company_id_webhooks_webhook_id Read read 0 Execute official Adyen management API operation `get-companies-companyId-webhooks-webhookId`. Endpoint: GET /companies/{companyId}/webhooks/{webhookId}.
adyen.adyen_management_patch_companies_company_id_webhooks_webhook_id Write write 0 Execute official Adyen management API operation `patch-companies-companyId-webhooks-webhookId`. Endpoint: PATCH /companies/{companyId}/webhooks/{webhookId}.
adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_generate_hmac Write write 0 Execute official Adyen management API operation `post-companies-companyId-webhooks-webhookId-generateHmac`. Endpoint: POST /companies/{companyId}/webhooks/{webhookId}/generateHmac.
adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_test Write write 0 Execute official Adyen management API operation `post-companies-companyId-webhooks-webhookId-test`. Endpoint: POST /companies/{companyId}/webhooks/{webhookId}/test.
adyen.adyen_management_get_me Read read 0 Execute official Adyen management API operation `get-me`. Endpoint: GET /me.
adyen.adyen_management_get_me_allowed_origins Read read 0 Execute official Adyen management API operation `get-me-allowedOrigins`. Endpoint: GET /me/allowedOrigins.
adyen.adyen_management_post_me_allowed_origins Write write 0 Execute official Adyen management API operation `post-me-allowedOrigins`. Endpoint: POST /me/allowedOrigins.
adyen.adyen_management_delete_me_allowed_origins_origin_id Write write 0 Execute official Adyen management API operation `delete-me-allowedOrigins-originId`. Endpoint: DELETE /me/allowedOrigins/{originId}.
adyen.adyen_management_get_me_allowed_origins_origin_id Read read 0 Execute official Adyen management API operation `get-me-allowedOrigins-originId`. Endpoint: GET /me/allowedOrigins/{originId}.
adyen.adyen_management_post_me_generate_client_key Write write 0 Execute official Adyen management API operation `post-me-generateClientKey`. Endpoint: POST /me/generateClientKey.
adyen.adyen_management_get_merchants Read read 0 Execute official Adyen management API operation `get-merchants`. Endpoint: GET /merchants.
adyen.adyen_management_post_merchants Write write 0 Execute official Adyen management API operation `post-merchants`. Endpoint: POST /merchants.
adyen.adyen_management_get_merchants_merchant_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId`. Endpoint: GET /merchants/{merchantId}.
adyen.adyen_management_post_merchants_merchant_id_activate Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-activate`. Endpoint: POST /merchants/{merchantId}/activate.
adyen.adyen_management_get_merchants_merchant_id_api_credentials Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-apiCredentials`. Endpoint: GET /merchants/{merchantId}/apiCredentials.
adyen.adyen_management_post_merchants_merchant_id_api_credentials Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-apiCredentials`. Endpoint: POST /merchants/{merchantId}/apiCredentials.
adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-apiCredentials-apiCredentialId`. Endpoint: GET /merchants/{merchantId}/apiCredentials/{apiCredentialId}.
adyen.adyen_management_patch_merchants_merchant_id_api_credentials_api_credential_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-apiCredentials-apiCredentialId`. Endpoint: PATCH /merchants/{merchantId}/apiCredentials/{apiCredentialId}.
adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-apiCredentials-apiCredentialId-allowedOrigins`. Endpoint: GET /merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins.
adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-apiCredentials-apiCredentialId-allowedOrigins`. Endpoint: POST /merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins.
adyen.adyen_management_delete_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id Write write 0 Execute official Adyen management API operation `delete-merchants-merchantId-apiCredentials-apiCredentialId-allowedOrigins-originId`. Endpoint: DELETE /merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}.
adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-apiCredentials-apiCredentialId-allowedOrigins-originId`. Endpoint: GET /merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}.
adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_api_key Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey`. Endpoint: POST /merchants/{merchantId}/apiCredentials/{apiCredentialId}/generateApiKey.
adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_client_key Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-apiCredentials-apiCredentialId-generateClientKey`. Endpoint: POST /merchants/{merchantId}/apiCredentials/{apiCredentialId}/generateClientKey.
adyen.adyen_management_get_merchants_merchant_id_billing_entities Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-billingEntities`. Endpoint: GET /merchants/{merchantId}/billingEntities.
adyen.adyen_management_get_merchants_merchant_id_payment_method_settings Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-paymentMethodSettings`. Endpoint: GET /merchants/{merchantId}/paymentMethodSettings.
adyen.adyen_management_post_merchants_merchant_id_payment_method_settings Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-paymentMethodSettings`. Endpoint: POST /merchants/{merchantId}/paymentMethodSettings.
adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-paymentMethodSettings-paymentMethodId`. Endpoint: GET /merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}.
adyen.adyen_management_patch_merchants_merchant_id_payment_method_settings_payment_method_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-paymentMethodSettings-paymentMethodId`. Endpoint: PATCH /merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}.
adyen.adyen_management_post_merchants_merchant_id_payment_method_settings_payment_method_id_add_apple_pay_domains Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-paymentMethodSettings-paymentMethodId-addApplePayDomains`. Endpoint: POST /merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}/addApplePayDomains.
adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id_get_apple_pay_domains Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-paymentMethodSettings-paymentMethodId-getApplePayDomains`. Endpoint: GET /merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}/getApplePayDomains.
adyen.adyen_management_get_merchants_merchant_id_payout_settings Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-payoutSettings`. Endpoint: GET /merchants/{merchantId}/payoutSettings.
adyen.adyen_management_post_merchants_merchant_id_payout_settings Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-payoutSettings`. Endpoint: POST /merchants/{merchantId}/payoutSettings.
adyen.adyen_management_delete_merchants_merchant_id_payout_settings_payout_settings_id Write write 0 Execute official Adyen management API operation `delete-merchants-merchantId-payoutSettings-payoutSettingsId`. Endpoint: DELETE /merchants/{merchantId}/payoutSettings/{payoutSettingsId}.
adyen.adyen_management_get_merchants_merchant_id_payout_settings_payout_settings_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-payoutSettings-payoutSettingsId`. Endpoint: GET /merchants/{merchantId}/payoutSettings/{payoutSettingsId}.
adyen.adyen_management_patch_merchants_merchant_id_payout_settings_payout_settings_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-payoutSettings-payoutSettingsId`. Endpoint: PATCH /merchants/{merchantId}/payoutSettings/{payoutSettingsId}.
adyen.adyen_management_get_merchants_merchant_id_shipping_locations Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-shippingLocations`. Endpoint: GET /merchants/{merchantId}/shippingLocations.
adyen.adyen_management_post_merchants_merchant_id_shipping_locations Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-shippingLocations`. Endpoint: POST /merchants/{merchantId}/shippingLocations.
adyen.adyen_management_get_merchants_merchant_id_split_configurations Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-splitConfigurations`. Endpoint: GET /merchants/{merchantId}/splitConfigurations.
adyen.adyen_management_post_merchants_merchant_id_split_configurations Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-splitConfigurations`. Endpoint: POST /merchants/{merchantId}/splitConfigurations.
adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id Write write 0 Execute official Adyen management API operation `delete-merchants-merchantId-splitConfigurations-splitConfigurationId`. Endpoint: DELETE /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}.
adyen.adyen_management_get_merchants_merchant_id_split_configurations_split_configuration_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-splitConfigurations-splitConfigurationId`. Endpoint: GET /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}.
adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-splitConfigurations-splitConfigurationId`. Endpoint: PATCH /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}.
adyen.adyen_management_post_merchants_merchant_id_split_configurations_split_configuration_id Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-splitConfigurations-splitConfigurationId`. Endpoint: POST /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}.
adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id Write write 0 Execute official Adyen management API operation `delete-merchants-merchantId-splitConfigurations-splitConfigurationId-rules-ruleId`. Endpoint: DELETE /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}/rules/{ruleId}.
adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-splitConfigurations-splitConfigurationId-rules-ruleId`. Endpoint: PATCH /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}/rules/{ruleId}.
adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id_split_logic_split_logic_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-splitConfigurations-splitConfigurationId-rules-ruleId-splitLogic-splitLogicId`. Endpoint: PATCH /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}/rules/{ruleId}/splitLogic/{splitLogicId}.
adyen.adyen_management_get_merchants_merchant_id_stores Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-stores`. Endpoint: GET /merchants/{merchantId}/stores.
adyen.adyen_management_post_merchants_merchant_id_stores Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-stores`. Endpoint: POST /merchants/{merchantId}/stores.
adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_logos Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-stores-reference-terminalLogos`. Endpoint: GET /merchants/{merchantId}/stores/{reference}/terminalLogos.
adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_logos Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-stores-reference-terminalLogos`. Endpoint: PATCH /merchants/{merchantId}/stores/{reference}/terminalLogos.
adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_settings Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-stores-reference-terminalSettings`. Endpoint: GET /merchants/{merchantId}/stores/{reference}/terminalSettings.
adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_settings Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-stores-reference-terminalSettings`. Endpoint: PATCH /merchants/{merchantId}/stores/{reference}/terminalSettings.
adyen.adyen_management_get_merchants_merchant_id_stores_store_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-stores-storeId`. Endpoint: GET /merchants/{merchantId}/stores/{storeId}.
adyen.adyen_management_patch_merchants_merchant_id_stores_store_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-stores-storeId`. Endpoint: PATCH /merchants/{merchantId}/stores/{storeId}.
adyen.adyen_management_get_merchants_merchant_id_terminal_logos Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-terminalLogos`. Endpoint: GET /merchants/{merchantId}/terminalLogos.
adyen.adyen_management_patch_merchants_merchant_id_terminal_logos Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-terminalLogos`. Endpoint: PATCH /merchants/{merchantId}/terminalLogos.
adyen.adyen_management_get_merchants_merchant_id_terminal_models Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-terminalModels`. Endpoint: GET /merchants/{merchantId}/terminalModels.
adyen.adyen_management_get_merchants_merchant_id_terminal_orders Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-terminalOrders`. Endpoint: GET /merchants/{merchantId}/terminalOrders.
adyen.adyen_management_post_merchants_merchant_id_terminal_orders Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-terminalOrders`. Endpoint: POST /merchants/{merchantId}/terminalOrders.
adyen.adyen_management_get_merchants_merchant_id_terminal_orders_order_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-terminalOrders-orderId`. Endpoint: GET /merchants/{merchantId}/terminalOrders/{orderId}.
adyen.adyen_management_patch_merchants_merchant_id_terminal_orders_order_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-terminalOrders-orderId`. Endpoint: PATCH /merchants/{merchantId}/terminalOrders/{orderId}.
adyen.adyen_management_post_merchants_merchant_id_terminal_orders_order_id_cancel Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-terminalOrders-orderId-cancel`. Endpoint: POST /merchants/{merchantId}/terminalOrders/{orderId}/cancel.
adyen.adyen_management_get_merchants_merchant_id_terminal_products Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-terminalProducts`. Endpoint: GET /merchants/{merchantId}/terminalProducts.
adyen.adyen_management_get_merchants_merchant_id_terminal_settings Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-terminalSettings`. Endpoint: GET /merchants/{merchantId}/terminalSettings.
adyen.adyen_management_patch_merchants_merchant_id_terminal_settings Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-terminalSettings`. Endpoint: PATCH /merchants/{merchantId}/terminalSettings.
adyen.adyen_management_get_merchants_merchant_id_users Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-users`. Endpoint: GET /merchants/{merchantId}/users.
adyen.adyen_management_post_merchants_merchant_id_users Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-users`. Endpoint: POST /merchants/{merchantId}/users.
adyen.adyen_management_get_merchants_merchant_id_users_user_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-users-userId`. Endpoint: GET /merchants/{merchantId}/users/{userId}.
adyen.adyen_management_patch_merchants_merchant_id_users_user_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-users-userId`. Endpoint: PATCH /merchants/{merchantId}/users/{userId}.
adyen.adyen_management_get_merchants_merchant_id_webhooks Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-webhooks`. Endpoint: GET /merchants/{merchantId}/webhooks.
adyen.adyen_management_post_merchants_merchant_id_webhooks Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-webhooks`. Endpoint: POST /merchants/{merchantId}/webhooks.
adyen.adyen_management_delete_merchants_merchant_id_webhooks_webhook_id Write write 0 Execute official Adyen management API operation `delete-merchants-merchantId-webhooks-webhookId`. Endpoint: DELETE /merchants/{merchantId}/webhooks/{webhookId}.
adyen.adyen_management_get_merchants_merchant_id_webhooks_webhook_id Read read 0 Execute official Adyen management API operation `get-merchants-merchantId-webhooks-webhookId`. Endpoint: GET /merchants/{merchantId}/webhooks/{webhookId}.
adyen.adyen_management_patch_merchants_merchant_id_webhooks_webhook_id Write write 0 Execute official Adyen management API operation `patch-merchants-merchantId-webhooks-webhookId`. Endpoint: PATCH /merchants/{merchantId}/webhooks/{webhookId}.
adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_generate_hmac Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-webhooks-webhookId-generateHmac`. Endpoint: POST /merchants/{merchantId}/webhooks/{webhookId}/generateHmac.
adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_test Write write 0 Execute official Adyen management API operation `post-merchants-merchantId-webhooks-webhookId-test`. Endpoint: POST /merchants/{merchantId}/webhooks/{webhookId}/test.
adyen.adyen_management_get_stores Read read 0 Execute official Adyen management API operation `get-stores`. Endpoint: GET /stores.
adyen.adyen_management_post_stores Write write 0 Execute official Adyen management API operation `post-stores`. Endpoint: POST /stores.
adyen.adyen_management_get_stores_store_id Read read 0 Execute official Adyen management API operation `get-stores-storeId`. Endpoint: GET /stores/{storeId}.
adyen.adyen_management_patch_stores_store_id Write write 0 Execute official Adyen management API operation `patch-stores-storeId`. Endpoint: PATCH /stores/{storeId}.
adyen.adyen_management_get_stores_store_id_terminal_logos Read read 0 Execute official Adyen management API operation `get-stores-storeId-terminalLogos`. Endpoint: GET /stores/{storeId}/terminalLogos.
adyen.adyen_management_patch_stores_store_id_terminal_logos Write write 0 Execute official Adyen management API operation `patch-stores-storeId-terminalLogos`. Endpoint: PATCH /stores/{storeId}/terminalLogos.
adyen.adyen_management_get_stores_store_id_terminal_settings Read read 0 Execute official Adyen management API operation `get-stores-storeId-terminalSettings`. Endpoint: GET /stores/{storeId}/terminalSettings.
adyen.adyen_management_patch_stores_store_id_terminal_settings Write write 0 Execute official Adyen management API operation `patch-stores-storeId-terminalSettings`. Endpoint: PATCH /stores/{storeId}/terminalSettings.
adyen.adyen_management_get_terminals Read read 0 Execute official Adyen management API operation `get-terminals`. Endpoint: GET /terminals.
adyen.adyen_management_post_terminals_schedule_actions Write write 0 Execute official Adyen management API operation `post-terminals-scheduleActions`. Endpoint: POST /terminals/scheduleActions.
adyen.adyen_management_post_terminals_terminal_id_reassign Write write 0 Execute official Adyen management API operation `post-terminals-terminalId-reassign`. Endpoint: POST /terminals/{terminalId}/reassign.
adyen.adyen_management_get_terminals_terminal_id_terminal_logos Read read 0 Execute official Adyen management API operation `get-terminals-terminalId-terminalLogos`. Endpoint: GET /terminals/{terminalId}/terminalLogos.
adyen.adyen_management_patch_terminals_terminal_id_terminal_logos Write write 0 Execute official Adyen management API operation `patch-terminals-terminalId-terminalLogos`. Endpoint: PATCH /terminals/{terminalId}/terminalLogos.
adyen.adyen_management_get_terminals_terminal_id_terminal_settings Read read 0 Execute official Adyen management API operation `get-terminals-terminalId-terminalSettings`. Endpoint: GET /terminals/{terminalId}/terminalSettings.
adyen.adyen_management_patch_terminals_terminal_id_terminal_settings Write write 0 Execute official Adyen management API operation `patch-terminals-terminalId-terminalSettings`. Endpoint: PATCH /terminals/{terminalId}/terminalSettings.