KosmoKrator

data

Braintree CLI for AI Agents

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

Braintree CLI Setup

Braintree can be configured headlessly with `kosmokrator integrations:configure braintree`.

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

# Configure and verify this integration.
kosmokrator integrations:configure braintree --enable --read allow --write ask --json
kosmokrator integrations:doctor braintree --json
kosmokrator integrations:status --json

Credentials

Authentication type: basic or bearer token basic_or_bearer_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
public_key BRAINTREE_PUBLIC_KEY Text text no Public Key
private_key BRAINTREE_PRIVATE_KEY Secret secret no Private Key
access_token BRAINTREE_ACCESS_TOKEN Secret secret no OAuth Access Token
merchant_id BRAINTREE_MERCHANT_ID Text text no Merchant ID

Command Patterns

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

Generic CLI call
kosmo integrations:call braintree.braintree_report_payment_level_fees '{}' --json
Provider shortcut
kosmo integrations:braintree braintree_report_payment_level_fees '{}' --json

Discovery

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

Discovery commands
kosmo integrations:docs braintree --json
kosmo integrations:docs braintree.braintree_report_payment_level_fees --json
kosmo integrations:schema braintree.braintree_report_payment_level_fees --json
kosmo integrations:search "Braintree" --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.

braintree.braintree_report_payment_level_fees

Execute official Braintree GraphQL query field `paymentLevelFees` under `report`.

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

braintree.braintree_report_transaction_level_fees

Execute official Braintree GraphQL query field `transactionLevelFees` under `report`.

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

braintree.braintree_apple_pay_registered_domains

Execute official Braintree GraphQL query field `applePayRegisteredDomains`.

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

braintree.braintree_client_configuration

Execute official Braintree GraphQL query field `clientConfiguration`.

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

braintree.braintree_id_from_legacy_id

Execute official Braintree GraphQL query field `idFromLegacyId`.

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

braintree.braintree_ids_from_legacy_ids

Execute official Braintree GraphQL query field `idsFromLegacyIds`.

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

braintree.braintree_in_store_locations

Execute official Braintree GraphQL query field `inStoreLocations`.

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

braintree.braintree_node

Execute official Braintree GraphQL query field `node`.

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

braintree.braintree_paypal_billing_agreement_details

Execute official Braintree GraphQL query field `paypalBillingAgreementDetails`.

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

braintree.braintree_paypal_order_details

Execute official Braintree GraphQL query field `paypalOrderDetails`.

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

braintree.braintree_ping

Execute official Braintree GraphQL query field `ping`.

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

braintree.braintree_ping_in_store_reader

Execute official Braintree GraphQL query field `pingInStoreReader`.

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

braintree.braintree_recurring_billing_subscription_plan_add_ons

Execute official Braintree GraphQL query field `recurringBillingSubscriptionPlanAddOns`.

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

braintree.braintree_recurring_billing_subscription_plan_discounts

Execute official Braintree GraphQL query field `recurringBillingSubscriptionPlanDiscounts`.

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

braintree.braintree_recurring_billing_subscription_plans

Execute official Braintree GraphQL query field `recurringBillingSubscriptionPlans`.

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

braintree.braintree_viewer

Execute official Braintree GraphQL query field `viewer`.

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

braintree.braintree_search_business_account_creation_requests

Execute official Braintree GraphQL query field `businessAccountCreationRequests` under `search`.

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

braintree.braintree_search_customers

Execute official Braintree GraphQL query field `customers` under `search`.

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

braintree.braintree_search_disputes

Execute official Braintree GraphQL query field `disputes` under `search`.

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

braintree.braintree_search_in_store_locations

Execute official Braintree GraphQL query field `inStoreLocations` under `search`.

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

braintree.braintree_search_in_store_readers

Execute official Braintree GraphQL query field `inStoreReaders` under `search`.

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

braintree.braintree_search_payments

Execute official Braintree GraphQL query field `payments` under `search`.

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

braintree.braintree_search_refunds

Execute official Braintree GraphQL query field `refunds` under `search`.

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

braintree.braintree_search_roles

Execute official Braintree GraphQL query field `roles` under `search`.

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

braintree.braintree_search_transactions

Execute official Braintree GraphQL query field `transactions` under `search`.

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

braintree.braintree_search_verifications

Execute official Braintree GraphQL query field `verifications` under `search`.

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

braintree.braintree_accept_dispute

Execute official Braintree GraphQL mutation field `acceptDispute`.

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

braintree.braintree_authorize_credit_card

Execute official Braintree GraphQL mutation field `authorizeCreditCard`.

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

braintree.braintree_authorize_in_store_credit_card

Execute official Braintree GraphQL mutation field `authorizeInStoreCreditCard`.

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

braintree.braintree_authorize_pay_pal_account

Execute official Braintree GraphQL mutation field `authorizePayPalAccount`.

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

braintree.braintree_authorize_payment_method

Execute official Braintree GraphQL mutation field `authorizePaymentMethod`.

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

braintree.braintree_authorize_venmo_account

Execute official Braintree GraphQL mutation field `authorizeVenmoAccount`.

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

braintree.braintree_capture_transaction

Execute official Braintree GraphQL mutation field `captureTransaction`.

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

braintree.braintree_charge_credit_card

Execute official Braintree GraphQL mutation field `chargeCreditCard`.

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

braintree.braintree_charge_in_store_credit_card

Execute official Braintree GraphQL mutation field `chargeInStoreCreditCard`.

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

braintree.braintree_charge_pay_pal_account

Execute official Braintree GraphQL mutation field `chargePayPalAccount`.

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

braintree.braintree_charge_payment_method

Execute official Braintree GraphQL mutation field `chargePaymentMethod`.

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

braintree.braintree_charge_us_bank_account

Execute official Braintree GraphQL mutation field `chargeUsBankAccount`.

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

braintree.braintree_charge_venmo_account

Execute official Braintree GraphQL mutation field `chargeVenmoAccount`.

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

braintree.braintree_confirm_micro_transfer_amounts

Execute official Braintree GraphQL mutation field `confirmMicroTransferAmounts`.

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

braintree.braintree_create_apple_pay_web_session

Execute official Braintree GraphQL mutation field `createApplePayWebSession`.

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

braintree.braintree_create_billing_agreement_jwt

Execute official Braintree GraphQL mutation field `createBillingAgreementJwt`.

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

braintree.braintree_create_client_token

Execute official Braintree GraphQL mutation field `createClientToken`.

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

braintree.braintree_create_customer

Execute official Braintree GraphQL mutation field `createCustomer`.

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

braintree.braintree_create_dispute_file_evidence

Execute official Braintree GraphQL mutation field `createDisputeFileEvidence`.

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

braintree.braintree_create_dispute_text_evidence

Execute official Braintree GraphQL mutation field `createDisputeTextEvidence`.

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

braintree.braintree_create_in_store_location

Execute official Braintree GraphQL mutation field `createInStoreLocation`.

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

braintree.braintree_create_local_payment_context

Execute official Braintree GraphQL mutation field `createLocalPaymentContext`.

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

braintree.braintree_create_non_instant_local_payment_context

Execute official Braintree GraphQL mutation field `createNonInstantLocalPaymentContext`.

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

braintree.braintree_create_oauth_client_secret

Execute official Braintree GraphQL mutation field `createOAuthClientSecret`.

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

braintree.braintree_create_offline_declined_transaction

Execute official Braintree GraphQL mutation field `createOfflineDeclinedTransaction`.

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

braintree.braintree_create_pay_pal_billing_agreement

Execute official Braintree GraphQL mutation field `createPayPalBillingAgreement`.

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

braintree.braintree_create_pay_pal_one_time_payment

Execute official Braintree GraphQL mutation field `createPayPalOneTimePayment`.

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

braintree.braintree_create_recurring_billing_subscription_plan

Execute official Braintree GraphQL mutation field `createRecurringBillingSubscriptionPlan`.

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

braintree.braintree_create_transaction_package_tracking

Execute official Braintree GraphQL mutation field `createTransactionPackageTracking`.

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

braintree.braintree_create_transaction_risk_context

Execute official Braintree GraphQL mutation field `createTransactionRiskContext`.

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

braintree.braintree_create_universal_access_token

Execute official Braintree GraphQL mutation field `createUniversalAccessToken`.

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

braintree.braintree_create_venmo_payment_context

Execute official Braintree GraphQL mutation field `createVenmoPaymentContext`.

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

braintree.braintree_delete_customer

Execute official Braintree GraphQL mutation field `deleteCustomer`.

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

braintree.braintree_delete_dispute_evidence

Execute official Braintree GraphQL mutation field `deleteDisputeEvidence`.

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

braintree.braintree_delete_in_store_location

Execute official Braintree GraphQL mutation field `deleteInStoreLocation`.

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

braintree.braintree_delete_oauth_client_secret

Execute official Braintree GraphQL mutation field `deleteOAuthClientSecret`.

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

braintree.braintree_delete_payment_method_from_single_use_token

Execute official Braintree GraphQL mutation field `deletePaymentMethodFromSingleUseToken`.

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

braintree.braintree_delete_payment_method_from_vault

Execute official Braintree GraphQL mutation field `deletePaymentMethodFromVault`.

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

braintree.braintree_disable_oauth_client_secret

Execute official Braintree GraphQL mutation field `disableOAuthClientSecret`.

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

braintree.braintree_evaluate_transaction_risk

Execute official Braintree GraphQL mutation field `evaluateTransactionRisk`.

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

braintree.braintree_finalize_dispute

Execute official Braintree GraphQL mutation field `finalizeDispute`.

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

braintree.braintree_generate_edit_funding_instrument_url

Execute official Braintree GraphQL mutation field `generateEditFundingInstrumentUrl`.

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

braintree.braintree_generate_exchange_rate_quote

Execute official Braintree GraphQL mutation field `generateExchangeRateQuote`.

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

braintree.braintree_pair_in_store_reader

Execute official Braintree GraphQL mutation field `pairInStoreReader`.

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

braintree.braintree_partial_capture_transaction

Execute official Braintree GraphQL mutation field `partialCaptureTransaction`.

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

braintree.braintree_perform_three_dsecure_lookup

Execute official Braintree GraphQL mutation field `performThreeDSecureLookup`.

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

braintree.braintree_refund_credit_card

Execute official Braintree GraphQL mutation field `refundCreditCard`.

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

braintree.braintree_refund_in_store_credit_card

Execute official Braintree GraphQL mutation field `refundInStoreCreditCard`.

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

braintree.braintree_refund_transaction

Execute official Braintree GraphQL mutation field `refundTransaction`.

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

braintree.braintree_refund_us_bank_account

Execute official Braintree GraphQL mutation field `refundUsBankAccount`.

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

braintree.braintree_register_apple_pay_domains

Execute official Braintree GraphQL mutation field `registerApplePayDomains`.

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

braintree.braintree_request_amount_prompt_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestAmountPromptFromInStoreReader`.

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

braintree.braintree_request_authorize_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestAuthorizeFromInStoreReader`.

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

braintree.braintree_request_cancel_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestCancelFromInStoreReader`.

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

braintree.braintree_request_charge_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestChargeFromInStoreReader`.

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

braintree.braintree_request_confirmation_prompt_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestConfirmationPromptFromInStoreReader`.

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

braintree.braintree_request_firmware_update_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestFirmwareUpdateFromInStoreReader`.

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

braintree.braintree_request_item_display_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestItemDisplayFromInStoreReader`.

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

braintree.braintree_request_multi_choice_single_select_prompt_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestMultiChoiceSingleSelectPromptFromInStoreReader`.

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

braintree.braintree_request_non_pci_card_data_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestNonPciCardDataFromInStoreReader`.

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

braintree.braintree_request_print_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestPrintFromInStoreReader`.

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

braintree.braintree_request_refund_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestRefundFromInStoreReader`.

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

braintree.braintree_request_signature_prompt_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestSignaturePromptFromInStoreReader`.

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

braintree.braintree_request_text_display_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestTextDisplayFromInStoreReader`.

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

braintree.braintree_request_text_prompt_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestTextPromptFromInStoreReader`.

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

braintree.braintree_request_vault_from_in_store_reader

Execute official Braintree GraphQL mutation field `requestVaultFromInStoreReader`.

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

braintree.braintree_reverse_emv_transaction

Execute official Braintree GraphQL mutation field `reverseEmvTransaction`.

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

braintree.braintree_reverse_refund

Execute official Braintree GraphQL mutation field `reverseRefund`.

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

braintree.braintree_reverse_transaction

Execute official Braintree GraphQL mutation field `reverseTransaction`.

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

braintree.braintree_sandbox_settle_transaction

Execute official Braintree GraphQL mutation field `sandboxSettleTransaction`.

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

braintree.braintree_submit_dispute_feedback

Execute official Braintree GraphQL mutation field `submitDisputeFeedback`.

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

braintree.braintree_submit_transaction_feedback

Execute official Braintree GraphQL mutation field `submitTransactionFeedback`.

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

braintree.braintree_tokenize_apple_pay_card

Execute official Braintree GraphQL mutation field `tokenizeApplePayCard`.

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

braintree.braintree_tokenize_credit_card

Execute official Braintree GraphQL mutation field `tokenizeCreditCard`.

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

braintree.braintree_tokenize_custom_actions_payment_method

Execute official Braintree GraphQL mutation field `tokenizeCustomActionsPaymentMethod`.

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

braintree.braintree_tokenize_cvv

Execute official Braintree GraphQL mutation field `tokenizeCvv`.

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

braintree.braintree_tokenize_emv_card

Execute official Braintree GraphQL mutation field `tokenizeEmvCard`.

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

braintree.braintree_tokenize_magstripe_card

Execute official Braintree GraphQL mutation field `tokenizeMagstripeCard`.

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

braintree.braintree_tokenize_network_token

Execute official Braintree GraphQL mutation field `tokenizeNetworkToken`.

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

braintree.braintree_tokenize_pay_pal_billing_agreement

Execute official Braintree GraphQL mutation field `tokenizePayPalBillingAgreement`.

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

braintree.braintree_tokenize_pay_pal_one_time_payment

Execute official Braintree GraphQL mutation field `tokenizePayPalOneTimePayment`.

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

braintree.braintree_tokenize_samsung_pay_card

Execute official Braintree GraphQL mutation field `tokenizeSamsungPayCard`.

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

braintree.braintree_tokenize_us_bank_account

Execute official Braintree GraphQL mutation field `tokenizeUsBankAccount`.

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

braintree.braintree_tokenize_us_bank_login

Execute official Braintree GraphQL mutation field `tokenizeUsBankLogin`.

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

braintree.braintree_unregister_apple_pay_domain

Execute official Braintree GraphQL mutation field `unregisterApplePayDomain`.

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

braintree.braintree_update_credit_card_billing_address

Execute official Braintree GraphQL mutation field `updateCreditCardBillingAddress`.

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

braintree.braintree_update_credit_card_cardholder_name

Execute official Braintree GraphQL mutation field `updateCreditCardCardholderName`.

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

braintree.braintree_update_credit_card_expiration_date

Execute official Braintree GraphQL mutation field `updateCreditCardExpirationDate`.

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

braintree.braintree_update_custom_fields

Execute official Braintree GraphQL mutation field `updateCustomFields`.

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

braintree.braintree_update_customer

Execute official Braintree GraphQL mutation field `updateCustomer`.

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

braintree.braintree_update_emv_capture_data

Execute official Braintree GraphQL mutation field `updateEmvCaptureData`.

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

braintree.braintree_update_in_store_location

Execute official Braintree GraphQL mutation field `updateInStoreLocation`.

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

braintree.braintree_update_in_store_reader

Execute official Braintree GraphQL mutation field `updateInStoreReader`.

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

braintree.braintree_update_pay_pal_one_time_payment

Execute official Braintree GraphQL mutation field `updatePayPalOneTimePayment`.

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

braintree.braintree_update_recurring_billing_subscription_plan

Execute official Braintree GraphQL mutation field `updateRecurringBillingSubscriptionPlan`.

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

braintree.braintree_update_transaction_amount

Execute official Braintree GraphQL mutation field `updateTransactionAmount`.

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

braintree.braintree_update_transaction_custom_fields

Execute official Braintree GraphQL mutation field `updateTransactionCustomFields`.

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

braintree.braintree_vault_credit_card

Execute official Braintree GraphQL mutation field `vaultCreditCard`.

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

braintree.braintree_vault_pay_pal_billing_agreement

Execute official Braintree GraphQL mutation field `vaultPayPalBillingAgreement`.

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

braintree.braintree_vault_payment_method

Execute official Braintree GraphQL mutation field `vaultPaymentMethod`.

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

braintree.braintree_vault_us_bank_account

Execute official Braintree GraphQL mutation field `vaultUsBankAccount`.

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

braintree.braintree_verify_credit_card

Execute official Braintree GraphQL mutation field `verifyCreditCard`.

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

braintree.braintree_verify_payment_method

Execute official Braintree GraphQL mutation field `verifyPaymentMethod`.

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

braintree.braintree_verify_us_bank_account

Execute official Braintree GraphQL mutation field `verifyUsBankAccount`.

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

braintree.braintree_void_transaction

Execute official Braintree GraphQL mutation field `voidTransaction`.

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

Function Schemas

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

braintree.braintree_report_payment_level_fees 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_report_payment_level_fees --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_report_transaction_level_fees 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_report_transaction_level_fees --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_apple_pay_registered_domains 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_apple_pay_registered_domains --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_client_configuration 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_client_configuration --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_id_from_legacy_id 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_id_from_legacy_id --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_ids_from_legacy_ids 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_ids_from_legacy_ids --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_in_store_locations 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_in_store_locations --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_node 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_node --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_paypal_billing_agreement_details 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_paypal_billing_agreement_details --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_paypal_order_details 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_paypal_order_details --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_ping 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_ping --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_ping_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_ping_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_recurring_billing_subscription_plan_add_ons 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_recurring_billing_subscription_plan_add_ons --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_recurring_billing_subscription_plan_discounts 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_recurring_billing_subscription_plan_discounts --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_recurring_billing_subscription_plans 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_recurring_billing_subscription_plans --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_viewer 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_viewer --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_business_account_creation_requests 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_business_account_creation_requests --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_customers 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_customers --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_disputes 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_disputes --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_in_store_locations 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_in_store_locations --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_in_store_readers 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_in_store_readers --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_payments 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_payments --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_refunds 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_refunds --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_roles 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_roles --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_transactions 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_transactions --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_search_verifications 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_search_verifications --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_accept_dispute 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_accept_dispute --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_authorize_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_authorize_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_authorize_in_store_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_authorize_in_store_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_authorize_pay_pal_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_authorize_pay_pal_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_authorize_payment_method 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_authorize_payment_method --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_authorize_venmo_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_authorize_venmo_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_capture_transaction 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_capture_transaction --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_charge_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_charge_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_charge_in_store_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_charge_in_store_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_charge_pay_pal_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_charge_pay_pal_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_charge_payment_method 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_charge_payment_method --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_charge_us_bank_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_charge_us_bank_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_charge_venmo_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_charge_venmo_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_confirm_micro_transfer_amounts 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_confirm_micro_transfer_amounts --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_apple_pay_web_session 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_apple_pay_web_session --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_billing_agreement_jwt 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_billing_agreement_jwt --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_client_token 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_client_token --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_customer 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_customer --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_dispute_file_evidence 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_dispute_file_evidence --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_dispute_text_evidence 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_dispute_text_evidence --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_in_store_location 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_in_store_location --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_local_payment_context 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_local_payment_context --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_non_instant_local_payment_context 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_non_instant_local_payment_context --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_oauth_client_secret 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_oauth_client_secret --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_offline_declined_transaction 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_offline_declined_transaction --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_pay_pal_billing_agreement 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_pay_pal_billing_agreement --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_pay_pal_one_time_payment 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_pay_pal_one_time_payment --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_recurring_billing_subscription_plan 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_recurring_billing_subscription_plan --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_transaction_package_tracking 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_transaction_package_tracking --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_transaction_risk_context 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_transaction_risk_context --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_universal_access_token 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_universal_access_token --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_create_venmo_payment_context 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_create_venmo_payment_context --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_delete_customer 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_delete_customer --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_delete_dispute_evidence 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_delete_dispute_evidence --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_delete_in_store_location 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_delete_in_store_location --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_delete_oauth_client_secret 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_delete_oauth_client_secret --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_delete_payment_method_from_single_use_token 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_delete_payment_method_from_single_use_token --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_delete_payment_method_from_vault 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_delete_payment_method_from_vault --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_disable_oauth_client_secret 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_disable_oauth_client_secret --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_evaluate_transaction_risk 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_evaluate_transaction_risk --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_finalize_dispute 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_finalize_dispute --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_generate_edit_funding_instrument_url 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_generate_edit_funding_instrument_url --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_generate_exchange_rate_quote 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_generate_exchange_rate_quote --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_pair_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_pair_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_partial_capture_transaction 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_partial_capture_transaction --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_perform_three_dsecure_lookup 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_perform_three_dsecure_lookup --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_refund_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_refund_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_refund_in_store_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_refund_in_store_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_refund_transaction 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_refund_transaction --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_refund_us_bank_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_refund_us_bank_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_register_apple_pay_domains 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_register_apple_pay_domains --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_amount_prompt_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_amount_prompt_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_authorize_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_authorize_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_cancel_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_cancel_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_charge_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_charge_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_confirmation_prompt_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_confirmation_prompt_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_firmware_update_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_firmware_update_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_item_display_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_item_display_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_multi_choice_single_select_prompt_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_multi_choice_single_select_prompt_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_non_pci_card_data_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_non_pci_card_data_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_print_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_print_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_refund_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_refund_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_signature_prompt_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_signature_prompt_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_text_display_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_text_display_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_text_prompt_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_text_prompt_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_request_vault_from_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_request_vault_from_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_reverse_emv_transaction 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_reverse_emv_transaction --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_reverse_refund 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_reverse_refund --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_reverse_transaction 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_reverse_transaction --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_sandbox_settle_transaction 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_sandbox_settle_transaction --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_submit_dispute_feedback 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_submit_dispute_feedback --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_submit_transaction_feedback 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_submit_transaction_feedback --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_apple_pay_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_apple_pay_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_custom_actions_payment_method 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_custom_actions_payment_method --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_cvv 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_cvv --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_emv_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_emv_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_magstripe_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_magstripe_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_network_token 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_network_token --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_pay_pal_billing_agreement 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_pay_pal_billing_agreement --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_pay_pal_one_time_payment 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_pay_pal_one_time_payment --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_samsung_pay_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_samsung_pay_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_us_bank_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_us_bank_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_tokenize_us_bank_login 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_tokenize_us_bank_login --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_unregister_apple_pay_domain 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_unregister_apple_pay_domain --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_credit_card_billing_address 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_credit_card_billing_address --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_credit_card_cardholder_name 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_credit_card_cardholder_name --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_credit_card_expiration_date 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_credit_card_expiration_date --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_custom_fields 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_custom_fields --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_customer 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_customer --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_emv_capture_data 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_emv_capture_data --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_in_store_location 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_in_store_location --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_in_store_reader 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_in_store_reader --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_pay_pal_one_time_payment 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_pay_pal_one_time_payment --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_recurring_billing_subscription_plan 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_recurring_billing_subscription_plan --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_transaction_amount 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_transaction_amount --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_update_transaction_custom_fields 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_update_transaction_custom_fields --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_vault_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_vault_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_vault_pay_pal_billing_agreement 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_vault_pay_pal_billing_agreement --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_vault_payment_method 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_vault_payment_method --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_vault_us_bank_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_vault_us_bank_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_verify_credit_card 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_verify_credit_card --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_verify_payment_method 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_verify_payment_method --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_verify_us_bank_account 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_verify_us_bank_account --json
ParameterTypeRequiredDescription
No parameters.
braintree.braintree_void_transaction 0 parameters
Schema command
kosmo integrations:schema braintree.braintree_void_transaction --json
ParameterTypeRequiredDescription
No parameters.

Permissions

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