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