KosmoKrator

data

Adyen CLI for AI Agents

Use the Adyen CLI from KosmoKrator to call Adyen tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Adyen CLI Setup

Adyen can be configured headlessly with `kosmokrator integrations:configure adyen`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure adyen --set api_key="$ADYEN_API_KEY" --set merchant_account="$ADYEN_MERCHANT_ACCOUNT" --enable --read allow --write ask --json
kosmokrator integrations:doctor adyen --json
kosmokrator integrations:status --json

Credentials

Authentication type: API key api_key. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_key ADYEN_API_KEY Secret secret yes API Key
merchant_account ADYEN_MERCHANT_ACCOUNT Text text yes Merchant Account
company_id ADYEN_COMPANY_ID Text text no Company ID

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call adyen.adyen_checkout_post_apple_pay_sessions '{}' --json
Provider shortcut
kosmo integrations:adyen adyen_checkout_post_apple_pay_sessions '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs adyen --json
kosmo integrations:docs adyen.adyen_checkout_post_apple_pay_sessions --json
kosmo integrations:schema adyen.adyen_checkout_post_apple_pay_sessions --json
kosmo integrations:search "Adyen" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

adyen.adyen_checkout_post_apple_pay_sessions

Execute official Adyen checkout API operation `post-applePay-sessions`. Endpoint: POST /applePay/sessions.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_apple_pay_sessions '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_apple_pay_sessions '{}' --json

adyen.adyen_checkout_post_cancels

Execute official Adyen checkout API operation `post-cancels`. Endpoint: POST /cancels.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_cancels '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_cancels '{}' --json

adyen.adyen_checkout_post_card_details

Execute official Adyen checkout API operation `post-cardDetails`. Endpoint: POST /cardDetails.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_card_details '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_card_details '{}' --json

adyen.adyen_checkout_post_donation_campaigns

Execute official Adyen checkout API operation `post-donationCampaigns`. Endpoint: POST /donationCampaigns.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_donation_campaigns '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_donation_campaigns '{}' --json

adyen.adyen_checkout_post_donations

Execute official Adyen checkout API operation `post-donations`. Endpoint: POST /donations.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_donations '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_donations '{}' --json

adyen.adyen_checkout_post_forward

Execute official Adyen checkout API operation `post-forward`. Endpoint: POST /forward.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_forward '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_forward '{}' --json

adyen.adyen_checkout_post_orders

Execute official Adyen checkout API operation `post-orders`. Endpoint: POST /orders.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_orders '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_orders '{}' --json

adyen.adyen_checkout_post_orders_cancel

Execute official Adyen checkout API operation `post-orders-cancel`. Endpoint: POST /orders/cancel.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_orders_cancel '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_orders_cancel '{}' --json

adyen.adyen_checkout_post_origin_keys

Execute official Adyen checkout API operation `post-originKeys`. Endpoint: POST /originKeys.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_origin_keys '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_origin_keys '{}' --json

adyen.adyen_checkout_post_payment_links

Execute official Adyen checkout API operation `post-paymentLinks`. Endpoint: POST /paymentLinks.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payment_links '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payment_links '{}' --json

adyen.adyen_checkout_get_payment_links_link_id

Execute official Adyen checkout API operation `get-paymentLinks-linkId`. Endpoint: GET /paymentLinks/{linkId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_get_payment_links_link_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_get_payment_links_link_id '{}' --json

adyen.adyen_checkout_patch_payment_links_link_id

Execute official Adyen checkout API operation `patch-paymentLinks-linkId`. Endpoint: PATCH /paymentLinks/{linkId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_patch_payment_links_link_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_patch_payment_links_link_id '{}' --json

adyen.adyen_checkout_post_payment_methods

Execute official Adyen checkout API operation `post-paymentMethods`. Endpoint: POST /paymentMethods.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payment_methods '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payment_methods '{}' --json

adyen.adyen_checkout_post_payment_methods_balance

Execute official Adyen checkout API operation `post-paymentMethods-balance`. Endpoint: POST /paymentMethods/balance.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payment_methods_balance '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payment_methods_balance '{}' --json

adyen.adyen_checkout_post_payments

Execute official Adyen checkout API operation `post-payments`. Endpoint: POST /payments.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payments '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payments '{}' --json

adyen.adyen_checkout_post_payments_details

Execute official Adyen checkout API operation `post-payments-details`. Endpoint: POST /payments/details.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payments_details '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payments_details '{}' --json

adyen.adyen_checkout_post_payments_payment_psp_reference_amount_updates

Execute official Adyen checkout API operation `post-payments-paymentPspReference-amountUpdates`. Endpoint: POST /payments/{paymentPspReference}/amountUpdates.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payments_payment_psp_reference_amount_updates '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payments_payment_psp_reference_amount_updates '{}' --json

adyen.adyen_checkout_post_payments_payment_psp_reference_cancels

Execute official Adyen checkout API operation `post-payments-paymentPspReference-cancels`. Endpoint: POST /payments/{paymentPspReference}/cancels.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payments_payment_psp_reference_cancels '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payments_payment_psp_reference_cancels '{}' --json

adyen.adyen_checkout_post_payments_payment_psp_reference_captures

Execute official Adyen checkout API operation `post-payments-paymentPspReference-captures`. Endpoint: POST /payments/{paymentPspReference}/captures.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payments_payment_psp_reference_captures '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payments_payment_psp_reference_captures '{}' --json

adyen.adyen_checkout_post_payments_payment_psp_reference_refunds

Execute official Adyen checkout API operation `post-payments-paymentPspReference-refunds`. Endpoint: POST /payments/{paymentPspReference}/refunds.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payments_payment_psp_reference_refunds '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payments_payment_psp_reference_refunds '{}' --json

adyen.adyen_checkout_post_payments_payment_psp_reference_reversals

Execute official Adyen checkout API operation `post-payments-paymentPspReference-reversals`. Endpoint: POST /payments/{paymentPspReference}/reversals.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_payments_payment_psp_reference_reversals '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_payments_payment_psp_reference_reversals '{}' --json

adyen.adyen_checkout_post_paypal_update_order

Execute official Adyen checkout API operation `post-paypal-updateOrder`. Endpoint: POST /paypal/updateOrder.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_paypal_update_order '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_paypal_update_order '{}' --json

adyen.adyen_checkout_post_sessions

Execute official Adyen checkout API operation `post-sessions`. Endpoint: POST /sessions.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_sessions '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_sessions '{}' --json

adyen.adyen_checkout_get_sessions_session_id

Execute official Adyen checkout API operation `get-sessions-sessionId`. Endpoint: GET /sessions/{sessionId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_get_sessions_session_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_get_sessions_session_id '{}' --json

adyen.adyen_checkout_get_stored_payment_methods

Execute official Adyen checkout API operation `get-storedPaymentMethods`. Endpoint: GET /storedPaymentMethods.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_get_stored_payment_methods '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_get_stored_payment_methods '{}' --json

adyen.adyen_checkout_post_stored_payment_methods

Execute official Adyen checkout API operation `post-storedPaymentMethods`. Endpoint: POST /storedPaymentMethods.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_stored_payment_methods '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_stored_payment_methods '{}' --json

adyen.adyen_checkout_delete_stored_payment_methods_stored_payment_method_id

Execute official Adyen checkout API operation `delete-storedPaymentMethods-storedPaymentMethodId`. Endpoint: DELETE /storedPaymentMethods/{storedPaymentMethodId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_delete_stored_payment_methods_stored_payment_method_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_delete_stored_payment_methods_stored_payment_method_id '{}' --json

adyen.adyen_checkout_post_validate_shopper_id

Execute official Adyen checkout API operation `post-validateShopperId`. Endpoint: POST /validateShopperId.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_checkout_post_validate_shopper_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_checkout_post_validate_shopper_id '{}' --json

adyen.adyen_management_get_companies

Execute official Adyen management API operation `get-companies`. Endpoint: GET /companies.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies '{}' --json

adyen.adyen_management_get_companies_company_id

Execute official Adyen management API operation `get-companies-companyId`. Endpoint: GET /companies/{companyId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id '{}' --json

adyen.adyen_management_get_companies_company_id_android_apps

Execute official Adyen management API operation `get-companies-companyId-androidApps`. Endpoint: GET /companies/{companyId}/androidApps.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_android_apps '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_android_apps '{}' --json

adyen.adyen_management_post_companies_company_id_android_apps

Execute official Adyen management API operation `post-companies-companyId-androidApps`. Endpoint: POST /companies/{companyId}/androidApps.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_android_apps '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_android_apps '{}' --json

adyen.adyen_management_get_companies_company_id_android_apps_id

Execute official Adyen management API operation `get-companies-companyId-androidApps-id`. Endpoint: GET /companies/{companyId}/androidApps/{id}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_android_apps_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_android_apps_id '{}' --json

adyen.adyen_management_patch_companies_company_id_android_apps_id

Execute official Adyen management API operation `patch-companies-companyId-androidApps-id`. Endpoint: PATCH /companies/{companyId}/androidApps/{id}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_companies_company_id_android_apps_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_companies_company_id_android_apps_id '{}' --json

adyen.adyen_management_get_companies_company_id_android_certificates

Execute official Adyen management API operation `get-companies-companyId-androidCertificates`. Endpoint: GET /companies/{companyId}/androidCertificates.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_android_certificates '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_android_certificates '{}' --json

adyen.adyen_management_post_companies_company_id_android_certificates

Execute official Adyen management API operation `post-companies-companyId-androidCertificates`. Endpoint: POST /companies/{companyId}/androidCertificates.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_android_certificates '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_android_certificates '{}' --json

adyen.adyen_management_get_companies_company_id_api_credentials

Execute official Adyen management API operation `get-companies-companyId-apiCredentials`. Endpoint: GET /companies/{companyId}/apiCredentials.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_api_credentials '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_api_credentials '{}' --json

adyen.adyen_management_post_companies_company_id_api_credentials

Execute official Adyen management API operation `post-companies-companyId-apiCredentials`. Endpoint: POST /companies/{companyId}/apiCredentials.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_api_credentials '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_api_credentials '{}' --json

adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id

Execute official Adyen management API operation `get-companies-companyId-apiCredentials-apiCredentialId`. Endpoint: GET /companies/{companyId}/apiCredentials/{apiCredentialId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_api_credentials_api_credential_id '{}' --json

adyen.adyen_management_patch_companies_company_id_api_credentials_api_credential_id

Execute official Adyen management API operation `patch-companies-companyId-apiCredentials-apiCredentialId`. Endpoint: PATCH /companies/{companyId}/apiCredentials/{apiCredentialId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_companies_company_id_api_credentials_api_credential_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_companies_company_id_api_credentials_api_credential_id '{}' --json

adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins

Execute official Adyen management API operation `get-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins`. Endpoint: GET /companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins '{}' --json

adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_allowed_origins

Execute official Adyen management API operation `post-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins`. Endpoint: POST /companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_allowed_origins '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_api_credentials_api_credential_id_allowed_origins '{}' --json

adyen.adyen_management_delete_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id

Execute official Adyen management API operation `delete-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins-originId`. Endpoint: DELETE /companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_delete_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_delete_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id '{}' --json

adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id

Execute official Adyen management API operation `get-companies-companyId-apiCredentials-apiCredentialId-allowedOrigins-originId`. Endpoint: GET /companies/{companyId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id '{}' --json

adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_api_key

Execute official Adyen management API operation `post-companies-companyId-apiCredentials-apiCredentialId-generateApiKey`. Endpoint: POST /companies/{companyId}/apiCredentials/{apiCredentialId}/generateApiKey.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_api_key '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_api_key '{}' --json

adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_client_key

Execute official Adyen management API operation `post-companies-companyId-apiCredentials-apiCredentialId-generateClientKey`. Endpoint: POST /companies/{companyId}/apiCredentials/{apiCredentialId}/generateClientKey.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_client_key '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_client_key '{}' --json

adyen.adyen_management_get_companies_company_id_billing_entities

Execute official Adyen management API operation `get-companies-companyId-billingEntities`. Endpoint: GET /companies/{companyId}/billingEntities.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_billing_entities '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_billing_entities '{}' --json

adyen.adyen_management_get_companies_company_id_merchants

Execute official Adyen management API operation `get-companies-companyId-merchants`. Endpoint: GET /companies/{companyId}/merchants.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_merchants '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_merchants '{}' --json

adyen.adyen_management_get_companies_company_id_shipping_locations

Execute official Adyen management API operation `get-companies-companyId-shippingLocations`. Endpoint: GET /companies/{companyId}/shippingLocations.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_shipping_locations '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_shipping_locations '{}' --json

adyen.adyen_management_post_companies_company_id_shipping_locations

Execute official Adyen management API operation `post-companies-companyId-shippingLocations`. Endpoint: POST /companies/{companyId}/shippingLocations.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_shipping_locations '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_shipping_locations '{}' --json

adyen.adyen_management_get_companies_company_id_terminal_actions

Execute official Adyen management API operation `get-companies-companyId-terminalActions`. Endpoint: GET /companies/{companyId}/terminalActions.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_terminal_actions '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_terminal_actions '{}' --json

adyen.adyen_management_get_companies_company_id_terminal_actions_action_id

Execute official Adyen management API operation `get-companies-companyId-terminalActions-actionId`. Endpoint: GET /companies/{companyId}/terminalActions/{actionId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_terminal_actions_action_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_terminal_actions_action_id '{}' --json

adyen.adyen_management_get_companies_company_id_terminal_logos

Execute official Adyen management API operation `get-companies-companyId-terminalLogos`. Endpoint: GET /companies/{companyId}/terminalLogos.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_terminal_logos '{}' --json

adyen.adyen_management_patch_companies_company_id_terminal_logos

Execute official Adyen management API operation `patch-companies-companyId-terminalLogos`. Endpoint: PATCH /companies/{companyId}/terminalLogos.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_companies_company_id_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_companies_company_id_terminal_logos '{}' --json

adyen.adyen_management_get_companies_company_id_terminal_models

Execute official Adyen management API operation `get-companies-companyId-terminalModels`. Endpoint: GET /companies/{companyId}/terminalModels.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_terminal_models '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_terminal_models '{}' --json

adyen.adyen_management_get_companies_company_id_terminal_orders

Execute official Adyen management API operation `get-companies-companyId-terminalOrders`. Endpoint: GET /companies/{companyId}/terminalOrders.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_terminal_orders '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_terminal_orders '{}' --json

adyen.adyen_management_post_companies_company_id_terminal_orders

Execute official Adyen management API operation `post-companies-companyId-terminalOrders`. Endpoint: POST /companies/{companyId}/terminalOrders.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_terminal_orders '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_terminal_orders '{}' --json

adyen.adyen_management_get_companies_company_id_terminal_orders_order_id

Execute official Adyen management API operation `get-companies-companyId-terminalOrders-orderId`. Endpoint: GET /companies/{companyId}/terminalOrders/{orderId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_terminal_orders_order_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_terminal_orders_order_id '{}' --json

adyen.adyen_management_patch_companies_company_id_terminal_orders_order_id

Execute official Adyen management API operation `patch-companies-companyId-terminalOrders-orderId`. Endpoint: PATCH /companies/{companyId}/terminalOrders/{orderId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_companies_company_id_terminal_orders_order_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_companies_company_id_terminal_orders_order_id '{}' --json

adyen.adyen_management_post_companies_company_id_terminal_orders_order_id_cancel

Execute official Adyen management API operation `post-companies-companyId-terminalOrders-orderId-cancel`. Endpoint: POST /companies/{companyId}/terminalOrders/{orderId}/cancel.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_terminal_orders_order_id_cancel '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_terminal_orders_order_id_cancel '{}' --json

adyen.adyen_management_get_companies_company_id_terminal_products

Execute official Adyen management API operation `get-companies-companyId-terminalProducts`. Endpoint: GET /companies/{companyId}/terminalProducts.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_terminal_products '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_terminal_products '{}' --json

adyen.adyen_management_get_companies_company_id_terminal_settings

Execute official Adyen management API operation `get-companies-companyId-terminalSettings`. Endpoint: GET /companies/{companyId}/terminalSettings.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_terminal_settings '{}' --json

adyen.adyen_management_patch_companies_company_id_terminal_settings

Execute official Adyen management API operation `patch-companies-companyId-terminalSettings`. Endpoint: PATCH /companies/{companyId}/terminalSettings.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_companies_company_id_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_companies_company_id_terminal_settings '{}' --json

adyen.adyen_management_get_companies_company_id_users

Execute official Adyen management API operation `get-companies-companyId-users`. Endpoint: GET /companies/{companyId}/users.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_users '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_users '{}' --json

adyen.adyen_management_post_companies_company_id_users

Execute official Adyen management API operation `post-companies-companyId-users`. Endpoint: POST /companies/{companyId}/users.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_users '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_users '{}' --json

adyen.adyen_management_get_companies_company_id_users_user_id

Execute official Adyen management API operation `get-companies-companyId-users-userId`. Endpoint: GET /companies/{companyId}/users/{userId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_users_user_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_users_user_id '{}' --json

adyen.adyen_management_patch_companies_company_id_users_user_id

Execute official Adyen management API operation `patch-companies-companyId-users-userId`. Endpoint: PATCH /companies/{companyId}/users/{userId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_companies_company_id_users_user_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_companies_company_id_users_user_id '{}' --json

adyen.adyen_management_get_companies_company_id_webhooks

Execute official Adyen management API operation `get-companies-companyId-webhooks`. Endpoint: GET /companies/{companyId}/webhooks.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_webhooks '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_webhooks '{}' --json

adyen.adyen_management_post_companies_company_id_webhooks

Execute official Adyen management API operation `post-companies-companyId-webhooks`. Endpoint: POST /companies/{companyId}/webhooks.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_webhooks '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_webhooks '{}' --json

adyen.adyen_management_delete_companies_company_id_webhooks_webhook_id

Execute official Adyen management API operation `delete-companies-companyId-webhooks-webhookId`. Endpoint: DELETE /companies/{companyId}/webhooks/{webhookId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_delete_companies_company_id_webhooks_webhook_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_delete_companies_company_id_webhooks_webhook_id '{}' --json

adyen.adyen_management_get_companies_company_id_webhooks_webhook_id

Execute official Adyen management API operation `get-companies-companyId-webhooks-webhookId`. Endpoint: GET /companies/{companyId}/webhooks/{webhookId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_companies_company_id_webhooks_webhook_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_companies_company_id_webhooks_webhook_id '{}' --json

adyen.adyen_management_patch_companies_company_id_webhooks_webhook_id

Execute official Adyen management API operation `patch-companies-companyId-webhooks-webhookId`. Endpoint: PATCH /companies/{companyId}/webhooks/{webhookId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_companies_company_id_webhooks_webhook_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_companies_company_id_webhooks_webhook_id '{}' --json

adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_generate_hmac

Execute official Adyen management API operation `post-companies-companyId-webhooks-webhookId-generateHmac`. Endpoint: POST /companies/{companyId}/webhooks/{webhookId}/generateHmac.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_generate_hmac '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_webhooks_webhook_id_generate_hmac '{}' --json

adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_test

Execute official Adyen management API operation `post-companies-companyId-webhooks-webhookId-test`. Endpoint: POST /companies/{companyId}/webhooks/{webhookId}/test.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_test '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_companies_company_id_webhooks_webhook_id_test '{}' --json

adyen.adyen_management_get_me

Execute official Adyen management API operation `get-me`. Endpoint: GET /me.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_me '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_me '{}' --json

adyen.adyen_management_get_me_allowed_origins

Execute official Adyen management API operation `get-me-allowedOrigins`. Endpoint: GET /me/allowedOrigins.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_me_allowed_origins '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_me_allowed_origins '{}' --json

adyen.adyen_management_post_me_allowed_origins

Execute official Adyen management API operation `post-me-allowedOrigins`. Endpoint: POST /me/allowedOrigins.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_me_allowed_origins '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_me_allowed_origins '{}' --json

adyen.adyen_management_delete_me_allowed_origins_origin_id

Execute official Adyen management API operation `delete-me-allowedOrigins-originId`. Endpoint: DELETE /me/allowedOrigins/{originId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_delete_me_allowed_origins_origin_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_delete_me_allowed_origins_origin_id '{}' --json

adyen.adyen_management_get_me_allowed_origins_origin_id

Execute official Adyen management API operation `get-me-allowedOrigins-originId`. Endpoint: GET /me/allowedOrigins/{originId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_me_allowed_origins_origin_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_me_allowed_origins_origin_id '{}' --json

adyen.adyen_management_post_me_generate_client_key

Execute official Adyen management API operation `post-me-generateClientKey`. Endpoint: POST /me/generateClientKey.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_me_generate_client_key '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_me_generate_client_key '{}' --json

adyen.adyen_management_get_merchants

Execute official Adyen management API operation `get-merchants`. Endpoint: GET /merchants.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants '{}' --json

adyen.adyen_management_post_merchants

Execute official Adyen management API operation `post-merchants`. Endpoint: POST /merchants.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants '{}' --json

adyen.adyen_management_get_merchants_merchant_id

Execute official Adyen management API operation `get-merchants-merchantId`. Endpoint: GET /merchants/{merchantId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id '{}' --json

adyen.adyen_management_post_merchants_merchant_id_activate

Execute official Adyen management API operation `post-merchants-merchantId-activate`. Endpoint: POST /merchants/{merchantId}/activate.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_activate '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_activate '{}' --json

adyen.adyen_management_get_merchants_merchant_id_api_credentials

Execute official Adyen management API operation `get-merchants-merchantId-apiCredentials`. Endpoint: GET /merchants/{merchantId}/apiCredentials.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_api_credentials '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_api_credentials '{}' --json

adyen.adyen_management_post_merchants_merchant_id_api_credentials

Execute official Adyen management API operation `post-merchants-merchantId-apiCredentials`. Endpoint: POST /merchants/{merchantId}/apiCredentials.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_api_credentials '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_api_credentials '{}' --json

adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id

Execute official Adyen management API operation `get-merchants-merchantId-apiCredentials-apiCredentialId`. Endpoint: GET /merchants/{merchantId}/apiCredentials/{apiCredentialId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_api_credentials_api_credential_id

Execute official Adyen management API operation `patch-merchants-merchantId-apiCredentials-apiCredentialId`. Endpoint: PATCH /merchants/{merchantId}/apiCredentials/{apiCredentialId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_api_credentials_api_credential_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_api_credentials_api_credential_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins

Execute official Adyen management API operation `get-merchants-merchantId-apiCredentials-apiCredentialId-allowedOrigins`. Endpoint: GET /merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins '{}' --json

adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins

Execute official Adyen management API operation `post-merchants-merchantId-apiCredentials-apiCredentialId-allowedOrigins`. Endpoint: POST /merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins '{}' --json

adyen.adyen_management_delete_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id

Execute official Adyen management API operation `delete-merchants-merchantId-apiCredentials-apiCredentialId-allowedOrigins-originId`. Endpoint: DELETE /merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_delete_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_delete_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id

Execute official Adyen management API operation `get-merchants-merchantId-apiCredentials-apiCredentialId-allowedOrigins-originId`. Endpoint: GET /merchants/{merchantId}/apiCredentials/{apiCredentialId}/allowedOrigins/{originId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id '{}' --json

adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_api_key

Execute official Adyen management API operation `post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey`. Endpoint: POST /merchants/{merchantId}/apiCredentials/{apiCredentialId}/generateApiKey.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_api_key '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_api_key '{}' --json

adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_client_key

Execute official Adyen management API operation `post-merchants-merchantId-apiCredentials-apiCredentialId-generateClientKey`. Endpoint: POST /merchants/{merchantId}/apiCredentials/{apiCredentialId}/generateClientKey.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_client_key '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_client_key '{}' --json

adyen.adyen_management_get_merchants_merchant_id_billing_entities

Execute official Adyen management API operation `get-merchants-merchantId-billingEntities`. Endpoint: GET /merchants/{merchantId}/billingEntities.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_billing_entities '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_billing_entities '{}' --json

adyen.adyen_management_get_merchants_merchant_id_payment_method_settings

Execute official Adyen management API operation `get-merchants-merchantId-paymentMethodSettings`. Endpoint: GET /merchants/{merchantId}/paymentMethodSettings.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_payment_method_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_payment_method_settings '{}' --json

adyen.adyen_management_post_merchants_merchant_id_payment_method_settings

Execute official Adyen management API operation `post-merchants-merchantId-paymentMethodSettings`. Endpoint: POST /merchants/{merchantId}/paymentMethodSettings.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_payment_method_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_payment_method_settings '{}' --json

adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id

Execute official Adyen management API operation `get-merchants-merchantId-paymentMethodSettings-paymentMethodId`. Endpoint: GET /merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_payment_method_settings_payment_method_id

Execute official Adyen management API operation `patch-merchants-merchantId-paymentMethodSettings-paymentMethodId`. Endpoint: PATCH /merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_payment_method_settings_payment_method_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_payment_method_settings_payment_method_id '{}' --json

adyen.adyen_management_post_merchants_merchant_id_payment_method_settings_payment_method_id_add_apple_pay_domains

Execute official Adyen management API operation `post-merchants-merchantId-paymentMethodSettings-paymentMethodId-addApplePayDomains`. Endpoint: POST /merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}/addApplePayDomains.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_payment_method_settings_payment_method_id_add_apple_pay_domains '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_payment_method_settings_payment_method_id_add_apple_pay_domains '{}' --json

adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id_get_apple_pay_domains

Execute official Adyen management API operation `get-merchants-merchantId-paymentMethodSettings-paymentMethodId-getApplePayDomains`. Endpoint: GET /merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}/getApplePayDomains.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id_get_apple_pay_domains '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id_get_apple_pay_domains '{}' --json

adyen.adyen_management_get_merchants_merchant_id_payout_settings

Execute official Adyen management API operation `get-merchants-merchantId-payoutSettings`. Endpoint: GET /merchants/{merchantId}/payoutSettings.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_payout_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_payout_settings '{}' --json

adyen.adyen_management_post_merchants_merchant_id_payout_settings

Execute official Adyen management API operation `post-merchants-merchantId-payoutSettings`. Endpoint: POST /merchants/{merchantId}/payoutSettings.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_payout_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_payout_settings '{}' --json

adyen.adyen_management_delete_merchants_merchant_id_payout_settings_payout_settings_id

Execute official Adyen management API operation `delete-merchants-merchantId-payoutSettings-payoutSettingsId`. Endpoint: DELETE /merchants/{merchantId}/payoutSettings/{payoutSettingsId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_delete_merchants_merchant_id_payout_settings_payout_settings_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_delete_merchants_merchant_id_payout_settings_payout_settings_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_payout_settings_payout_settings_id

Execute official Adyen management API operation `get-merchants-merchantId-payoutSettings-payoutSettingsId`. Endpoint: GET /merchants/{merchantId}/payoutSettings/{payoutSettingsId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_payout_settings_payout_settings_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_payout_settings_payout_settings_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_payout_settings_payout_settings_id

Execute official Adyen management API operation `patch-merchants-merchantId-payoutSettings-payoutSettingsId`. Endpoint: PATCH /merchants/{merchantId}/payoutSettings/{payoutSettingsId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_payout_settings_payout_settings_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_payout_settings_payout_settings_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_shipping_locations

Execute official Adyen management API operation `get-merchants-merchantId-shippingLocations`. Endpoint: GET /merchants/{merchantId}/shippingLocations.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_shipping_locations '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_shipping_locations '{}' --json

adyen.adyen_management_post_merchants_merchant_id_shipping_locations

Execute official Adyen management API operation `post-merchants-merchantId-shippingLocations`. Endpoint: POST /merchants/{merchantId}/shippingLocations.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_shipping_locations '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_shipping_locations '{}' --json

adyen.adyen_management_get_merchants_merchant_id_split_configurations

Execute official Adyen management API operation `get-merchants-merchantId-splitConfigurations`. Endpoint: GET /merchants/{merchantId}/splitConfigurations.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_split_configurations '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_split_configurations '{}' --json

adyen.adyen_management_post_merchants_merchant_id_split_configurations

Execute official Adyen management API operation `post-merchants-merchantId-splitConfigurations`. Endpoint: POST /merchants/{merchantId}/splitConfigurations.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_split_configurations '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_split_configurations '{}' --json

adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id

Execute official Adyen management API operation `delete-merchants-merchantId-splitConfigurations-splitConfigurationId`. Endpoint: DELETE /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_split_configurations_split_configuration_id

Execute official Adyen management API operation `get-merchants-merchantId-splitConfigurations-splitConfigurationId`. Endpoint: GET /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_split_configurations_split_configuration_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_split_configurations_split_configuration_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id

Execute official Adyen management API operation `patch-merchants-merchantId-splitConfigurations-splitConfigurationId`. Endpoint: PATCH /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id '{}' --json

adyen.adyen_management_post_merchants_merchant_id_split_configurations_split_configuration_id

Execute official Adyen management API operation `post-merchants-merchantId-splitConfigurations-splitConfigurationId`. Endpoint: POST /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_split_configurations_split_configuration_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_split_configurations_split_configuration_id '{}' --json

adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id

Execute official Adyen management API operation `delete-merchants-merchantId-splitConfigurations-splitConfigurationId-rules-ruleId`. Endpoint: DELETE /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}/rules/{ruleId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id

Execute official Adyen management API operation `patch-merchants-merchantId-splitConfigurations-splitConfigurationId-rules-ruleId`. Endpoint: PATCH /merchants/{merchantId}/splitConfigurations/{splitConfigurationId}/rules/{ruleId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id_split_logic_split_logic_id

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}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id_split_logic_split_logic_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id_split_logic_split_logic_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_stores

Execute official Adyen management API operation `get-merchants-merchantId-stores`. Endpoint: GET /merchants/{merchantId}/stores.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_stores '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_stores '{}' --json

adyen.adyen_management_post_merchants_merchant_id_stores

Execute official Adyen management API operation `post-merchants-merchantId-stores`. Endpoint: POST /merchants/{merchantId}/stores.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_stores '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_stores '{}' --json

adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_logos

Execute official Adyen management API operation `get-merchants-merchantId-stores-reference-terminalLogos`. Endpoint: GET /merchants/{merchantId}/stores/{reference}/terminalLogos.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_stores_reference_terminal_logos '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_logos

Execute official Adyen management API operation `patch-merchants-merchantId-stores-reference-terminalLogos`. Endpoint: PATCH /merchants/{merchantId}/stores/{reference}/terminalLogos.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_stores_reference_terminal_logos '{}' --json

adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_settings

Execute official Adyen management API operation `get-merchants-merchantId-stores-reference-terminalSettings`. Endpoint: GET /merchants/{merchantId}/stores/{reference}/terminalSettings.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_stores_reference_terminal_settings '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_settings

Execute official Adyen management API operation `patch-merchants-merchantId-stores-reference-terminalSettings`. Endpoint: PATCH /merchants/{merchantId}/stores/{reference}/terminalSettings.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_stores_reference_terminal_settings '{}' --json

adyen.adyen_management_get_merchants_merchant_id_stores_store_id

Execute official Adyen management API operation `get-merchants-merchantId-stores-storeId`. Endpoint: GET /merchants/{merchantId}/stores/{storeId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_stores_store_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_stores_store_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_stores_store_id

Execute official Adyen management API operation `patch-merchants-merchantId-stores-storeId`. Endpoint: PATCH /merchants/{merchantId}/stores/{storeId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_stores_store_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_stores_store_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_terminal_logos

Execute official Adyen management API operation `get-merchants-merchantId-terminalLogos`. Endpoint: GET /merchants/{merchantId}/terminalLogos.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_terminal_logos '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_terminal_logos

Execute official Adyen management API operation `patch-merchants-merchantId-terminalLogos`. Endpoint: PATCH /merchants/{merchantId}/terminalLogos.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_terminal_logos '{}' --json

adyen.adyen_management_get_merchants_merchant_id_terminal_models

Execute official Adyen management API operation `get-merchants-merchantId-terminalModels`. Endpoint: GET /merchants/{merchantId}/terminalModels.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_terminal_models '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_terminal_models '{}' --json

adyen.adyen_management_get_merchants_merchant_id_terminal_orders

Execute official Adyen management API operation `get-merchants-merchantId-terminalOrders`. Endpoint: GET /merchants/{merchantId}/terminalOrders.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_terminal_orders '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_terminal_orders '{}' --json

adyen.adyen_management_post_merchants_merchant_id_terminal_orders

Execute official Adyen management API operation `post-merchants-merchantId-terminalOrders`. Endpoint: POST /merchants/{merchantId}/terminalOrders.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_terminal_orders '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_terminal_orders '{}' --json

adyen.adyen_management_get_merchants_merchant_id_terminal_orders_order_id

Execute official Adyen management API operation `get-merchants-merchantId-terminalOrders-orderId`. Endpoint: GET /merchants/{merchantId}/terminalOrders/{orderId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_terminal_orders_order_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_terminal_orders_order_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_terminal_orders_order_id

Execute official Adyen management API operation `patch-merchants-merchantId-terminalOrders-orderId`. Endpoint: PATCH /merchants/{merchantId}/terminalOrders/{orderId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_terminal_orders_order_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_terminal_orders_order_id '{}' --json

adyen.adyen_management_post_merchants_merchant_id_terminal_orders_order_id_cancel

Execute official Adyen management API operation `post-merchants-merchantId-terminalOrders-orderId-cancel`. Endpoint: POST /merchants/{merchantId}/terminalOrders/{orderId}/cancel.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_terminal_orders_order_id_cancel '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_terminal_orders_order_id_cancel '{}' --json

adyen.adyen_management_get_merchants_merchant_id_terminal_products

Execute official Adyen management API operation `get-merchants-merchantId-terminalProducts`. Endpoint: GET /merchants/{merchantId}/terminalProducts.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_terminal_products '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_terminal_products '{}' --json

adyen.adyen_management_get_merchants_merchant_id_terminal_settings

Execute official Adyen management API operation `get-merchants-merchantId-terminalSettings`. Endpoint: GET /merchants/{merchantId}/terminalSettings.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_terminal_settings '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_terminal_settings

Execute official Adyen management API operation `patch-merchants-merchantId-terminalSettings`. Endpoint: PATCH /merchants/{merchantId}/terminalSettings.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_terminal_settings '{}' --json

adyen.adyen_management_get_merchants_merchant_id_users

Execute official Adyen management API operation `get-merchants-merchantId-users`. Endpoint: GET /merchants/{merchantId}/users.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_users '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_users '{}' --json

adyen.adyen_management_post_merchants_merchant_id_users

Execute official Adyen management API operation `post-merchants-merchantId-users`. Endpoint: POST /merchants/{merchantId}/users.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_users '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_users '{}' --json

adyen.adyen_management_get_merchants_merchant_id_users_user_id

Execute official Adyen management API operation `get-merchants-merchantId-users-userId`. Endpoint: GET /merchants/{merchantId}/users/{userId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_users_user_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_users_user_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_users_user_id

Execute official Adyen management API operation `patch-merchants-merchantId-users-userId`. Endpoint: PATCH /merchants/{merchantId}/users/{userId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_users_user_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_users_user_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_webhooks

Execute official Adyen management API operation `get-merchants-merchantId-webhooks`. Endpoint: GET /merchants/{merchantId}/webhooks.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_webhooks '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_webhooks '{}' --json

adyen.adyen_management_post_merchants_merchant_id_webhooks

Execute official Adyen management API operation `post-merchants-merchantId-webhooks`. Endpoint: POST /merchants/{merchantId}/webhooks.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_webhooks '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_webhooks '{}' --json

adyen.adyen_management_delete_merchants_merchant_id_webhooks_webhook_id

Execute official Adyen management API operation `delete-merchants-merchantId-webhooks-webhookId`. Endpoint: DELETE /merchants/{merchantId}/webhooks/{webhookId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_delete_merchants_merchant_id_webhooks_webhook_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_delete_merchants_merchant_id_webhooks_webhook_id '{}' --json

adyen.adyen_management_get_merchants_merchant_id_webhooks_webhook_id

Execute official Adyen management API operation `get-merchants-merchantId-webhooks-webhookId`. Endpoint: GET /merchants/{merchantId}/webhooks/{webhookId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_merchants_merchant_id_webhooks_webhook_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_merchants_merchant_id_webhooks_webhook_id '{}' --json

adyen.adyen_management_patch_merchants_merchant_id_webhooks_webhook_id

Execute official Adyen management API operation `patch-merchants-merchantId-webhooks-webhookId`. Endpoint: PATCH /merchants/{merchantId}/webhooks/{webhookId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_merchants_merchant_id_webhooks_webhook_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_merchants_merchant_id_webhooks_webhook_id '{}' --json

adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_generate_hmac

Execute official Adyen management API operation `post-merchants-merchantId-webhooks-webhookId-generateHmac`. Endpoint: POST /merchants/{merchantId}/webhooks/{webhookId}/generateHmac.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_generate_hmac '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_webhooks_webhook_id_generate_hmac '{}' --json

adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_test

Execute official Adyen management API operation `post-merchants-merchantId-webhooks-webhookId-test`. Endpoint: POST /merchants/{merchantId}/webhooks/{webhookId}/test.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_test '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_merchants_merchant_id_webhooks_webhook_id_test '{}' --json

adyen.adyen_management_get_stores

Execute official Adyen management API operation `get-stores`. Endpoint: GET /stores.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_stores '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_stores '{}' --json

adyen.adyen_management_post_stores

Execute official Adyen management API operation `post-stores`. Endpoint: POST /stores.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_stores '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_stores '{}' --json

adyen.adyen_management_get_stores_store_id

Execute official Adyen management API operation `get-stores-storeId`. Endpoint: GET /stores/{storeId}.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_stores_store_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_stores_store_id '{}' --json

adyen.adyen_management_patch_stores_store_id

Execute official Adyen management API operation `patch-stores-storeId`. Endpoint: PATCH /stores/{storeId}.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_stores_store_id '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_stores_store_id '{}' --json

adyen.adyen_management_get_stores_store_id_terminal_logos

Execute official Adyen management API operation `get-stores-storeId-terminalLogos`. Endpoint: GET /stores/{storeId}/terminalLogos.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_stores_store_id_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_stores_store_id_terminal_logos '{}' --json

adyen.adyen_management_patch_stores_store_id_terminal_logos

Execute official Adyen management API operation `patch-stores-storeId-terminalLogos`. Endpoint: PATCH /stores/{storeId}/terminalLogos.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_stores_store_id_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_stores_store_id_terminal_logos '{}' --json

adyen.adyen_management_get_stores_store_id_terminal_settings

Execute official Adyen management API operation `get-stores-storeId-terminalSettings`. Endpoint: GET /stores/{storeId}/terminalSettings.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_stores_store_id_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_stores_store_id_terminal_settings '{}' --json

adyen.adyen_management_patch_stores_store_id_terminal_settings

Execute official Adyen management API operation `patch-stores-storeId-terminalSettings`. Endpoint: PATCH /stores/{storeId}/terminalSettings.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_stores_store_id_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_stores_store_id_terminal_settings '{}' --json

adyen.adyen_management_get_terminals

Execute official Adyen management API operation `get-terminals`. Endpoint: GET /terminals.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_terminals '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_terminals '{}' --json

adyen.adyen_management_post_terminals_schedule_actions

Execute official Adyen management API operation `post-terminals-scheduleActions`. Endpoint: POST /terminals/scheduleActions.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_terminals_schedule_actions '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_terminals_schedule_actions '{}' --json

adyen.adyen_management_post_terminals_terminal_id_reassign

Execute official Adyen management API operation `post-terminals-terminalId-reassign`. Endpoint: POST /terminals/{terminalId}/reassign.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_post_terminals_terminal_id_reassign '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_post_terminals_terminal_id_reassign '{}' --json

adyen.adyen_management_get_terminals_terminal_id_terminal_logos

Execute official Adyen management API operation `get-terminals-terminalId-terminalLogos`. Endpoint: GET /terminals/{terminalId}/terminalLogos.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_terminals_terminal_id_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_terminals_terminal_id_terminal_logos '{}' --json

adyen.adyen_management_patch_terminals_terminal_id_terminal_logos

Execute official Adyen management API operation `patch-terminals-terminalId-terminalLogos`. Endpoint: PATCH /terminals/{terminalId}/terminalLogos.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_terminals_terminal_id_terminal_logos '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_terminals_terminal_id_terminal_logos '{}' --json

adyen.adyen_management_get_terminals_terminal_id_terminal_settings

Execute official Adyen management API operation `get-terminals-terminalId-terminalSettings`. Endpoint: GET /terminals/{terminalId}/terminalSettings.

Read read
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_get_terminals_terminal_id_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_get_terminals_terminal_id_terminal_settings '{}' --json

adyen.adyen_management_patch_terminals_terminal_id_terminal_settings

Execute official Adyen management API operation `patch-terminals-terminalId-terminalSettings`. Endpoint: PATCH /terminals/{terminalId}/terminalSettings.

Write write
Parameters
none
Generic call
kosmo integrations:call adyen.adyen_management_patch_terminals_terminal_id_terminal_settings '{}' --json
Shortcut
kosmo integrations:adyen adyen_management_patch_terminals_terminal_id_terminal_settings '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

adyen.adyen_checkout_post_apple_pay_sessions 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_apple_pay_sessions --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_cancels 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_cancels --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_card_details 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_card_details --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_donation_campaigns 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_donation_campaigns --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_donations 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_donations --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_forward 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_forward --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_orders 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_orders --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_orders_cancel 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_orders_cancel --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_origin_keys 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_origin_keys --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payment_links 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payment_links --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payment_methods 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payment_methods --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payment_methods_balance 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payment_methods_balance --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payments 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payments --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payments_details 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payments_details --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payments_payment_psp_reference_amount_updates 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payments_payment_psp_reference_amount_updates --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payments_payment_psp_reference_cancels 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payments_payment_psp_reference_cancels --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payments_payment_psp_reference_captures 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payments_payment_psp_reference_captures --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payments_payment_psp_reference_refunds 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payments_payment_psp_reference_refunds --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_payments_payment_psp_reference_reversals 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_payments_payment_psp_reference_reversals --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_paypal_update_order 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_paypal_update_order --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_sessions 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_sessions --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_get_sessions_session_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_get_sessions_session_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_get_stored_payment_methods 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_get_stored_payment_methods --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_stored_payment_methods 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_stored_payment_methods --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_delete_stored_payment_methods_stored_payment_method_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_delete_stored_payment_methods_stored_payment_method_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_checkout_post_validate_shopper_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_checkout_post_validate_shopper_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_android_apps 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_android_apps --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_android_apps 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_android_apps --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_android_apps_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_android_apps_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_companies_company_id_android_apps_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_companies_company_id_android_apps_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_android_certificates 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_android_certificates --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_android_certificates 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_android_certificates --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_api_credentials 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_api_credentials --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_api_credentials 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_api_credentials --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_companies_company_id_api_credentials_api_credential_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_companies_company_id_api_credentials_api_credential_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_allowed_origins 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_allowed_origins --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_delete_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_delete_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_api_credentials_api_credential_id_allowed_origins_origin_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_api_key 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_api_key --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_client_key 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_api_credentials_api_credential_id_generate_client_key --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_billing_entities 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_billing_entities --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_merchants 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_merchants --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_shipping_locations 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_shipping_locations --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_shipping_locations 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_shipping_locations --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_terminal_actions 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_terminal_actions --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_terminal_actions_action_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_terminal_actions_action_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_companies_company_id_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_companies_company_id_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_terminal_models 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_terminal_models --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_terminal_orders 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_terminal_orders --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_terminal_orders 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_terminal_orders --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_terminal_orders_order_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_terminal_orders_order_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_companies_company_id_terminal_orders_order_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_companies_company_id_terminal_orders_order_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_terminal_orders_order_id_cancel 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_terminal_orders_order_id_cancel --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_terminal_products 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_terminal_products --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_companies_company_id_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_companies_company_id_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_users 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_users --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_users 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_users --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_users_user_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_users_user_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_companies_company_id_users_user_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_companies_company_id_users_user_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_webhooks 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_webhooks --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_webhooks 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_webhooks --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_delete_companies_company_id_webhooks_webhook_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_delete_companies_company_id_webhooks_webhook_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_companies_company_id_webhooks_webhook_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_companies_company_id_webhooks_webhook_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_companies_company_id_webhooks_webhook_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_companies_company_id_webhooks_webhook_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_generate_hmac 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_generate_hmac --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_test 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_companies_company_id_webhooks_webhook_id_test --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_me 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_me --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_me_allowed_origins 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_me_allowed_origins --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_me_allowed_origins 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_me_allowed_origins --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_delete_me_allowed_origins_origin_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_delete_me_allowed_origins_origin_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_me_allowed_origins_origin_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_me_allowed_origins_origin_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_me_generate_client_key 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_me_generate_client_key --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_activate 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_activate --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_api_credentials 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_api_credentials --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_api_credentials 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_api_credentials --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_api_credentials_api_credential_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_api_credentials_api_credential_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_delete_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_delete_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_api_credentials_api_credential_id_allowed_origins_origin_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_api_key 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_api_key --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_client_key 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_api_credentials_api_credential_id_generate_client_key --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_billing_entities 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_billing_entities --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_payment_method_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_payment_method_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_payment_method_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_payment_method_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_payment_method_settings_payment_method_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_payment_method_settings_payment_method_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_payment_method_settings_payment_method_id_add_apple_pay_domains 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_payment_method_settings_payment_method_id_add_apple_pay_domains --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id_get_apple_pay_domains 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_payment_method_settings_payment_method_id_get_apple_pay_domains --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_payout_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_payout_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_payout_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_payout_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_delete_merchants_merchant_id_payout_settings_payout_settings_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_delete_merchants_merchant_id_payout_settings_payout_settings_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_payout_settings_payout_settings_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_payout_settings_payout_settings_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_payout_settings_payout_settings_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_payout_settings_payout_settings_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_shipping_locations 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_shipping_locations --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_shipping_locations 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_shipping_locations --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_split_configurations 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_split_configurations --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_split_configurations 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_split_configurations --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_split_configurations_split_configuration_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_split_configurations_split_configuration_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_split_configurations_split_configuration_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_split_configurations_split_configuration_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_delete_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id_split_logic_split_logic_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_split_configurations_split_configuration_id_rules_rule_id_split_logic_split_logic_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_stores 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_stores --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_stores 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_stores --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_stores_reference_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_stores_reference_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_stores_store_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_stores_store_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_stores_store_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_stores_store_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_terminal_models 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_terminal_models --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_terminal_orders 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_terminal_orders --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_terminal_orders 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_terminal_orders --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_terminal_orders_order_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_terminal_orders_order_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_terminal_orders_order_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_terminal_orders_order_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_terminal_orders_order_id_cancel 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_terminal_orders_order_id_cancel --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_terminal_products 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_terminal_products --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_users 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_users --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_users 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_users --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_users_user_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_users_user_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_users_user_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_users_user_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_webhooks 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_webhooks --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_webhooks 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_webhooks --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_delete_merchants_merchant_id_webhooks_webhook_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_delete_merchants_merchant_id_webhooks_webhook_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_merchants_merchant_id_webhooks_webhook_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_merchants_merchant_id_webhooks_webhook_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_merchants_merchant_id_webhooks_webhook_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_merchants_merchant_id_webhooks_webhook_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_generate_hmac 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_generate_hmac --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_test 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_merchants_merchant_id_webhooks_webhook_id_test --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_stores 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_stores --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_stores 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_stores --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_stores_store_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_stores_store_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_stores_store_id 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_stores_store_id --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_stores_store_id_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_stores_store_id_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_stores_store_id_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_stores_store_id_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_stores_store_id_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_stores_store_id_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_stores_store_id_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_stores_store_id_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_terminals 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_terminals --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_terminals_schedule_actions 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_terminals_schedule_actions --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_post_terminals_terminal_id_reassign 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_post_terminals_terminal_id_reassign --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_terminals_terminal_id_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_terminals_terminal_id_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_terminals_terminal_id_terminal_logos 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_terminals_terminal_id_terminal_logos --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_get_terminals_terminal_id_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_get_terminals_terminal_id_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.
adyen.adyen_management_patch_terminals_terminal_id_terminal_settings 0 parameters
Schema command
kosmo integrations:schema adyen.adyen_management_patch_terminals_terminal_id_terminal_settings --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.