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 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.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
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.
kosmo integrations:call braintree.braintree_report_payment_level_fees '{}' --json 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.
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 - Parameters
- none
kosmo integrations:call braintree.braintree_report_payment_level_fees '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_report_transaction_level_fees '{}' --json kosmo integrations:braintree braintree_report_transaction_level_fees '{}' --json braintree.braintree_apple_pay_registered_domains
Execute official Braintree GraphQL query field `applePayRegisteredDomains`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_apple_pay_registered_domains '{}' --json kosmo integrations:braintree braintree_apple_pay_registered_domains '{}' --json braintree.braintree_client_configuration
Execute official Braintree GraphQL query field `clientConfiguration`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_client_configuration '{}' --json kosmo integrations:braintree braintree_client_configuration '{}' --json braintree.braintree_id_from_legacy_id
Execute official Braintree GraphQL query field `idFromLegacyId`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_id_from_legacy_id '{}' --json kosmo integrations:braintree braintree_id_from_legacy_id '{}' --json braintree.braintree_ids_from_legacy_ids
Execute official Braintree GraphQL query field `idsFromLegacyIds`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_ids_from_legacy_ids '{}' --json kosmo integrations:braintree braintree_ids_from_legacy_ids '{}' --json braintree.braintree_in_store_locations
Execute official Braintree GraphQL query field `inStoreLocations`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_in_store_locations '{}' --json kosmo integrations:braintree braintree_in_store_locations '{}' --json braintree.braintree_node
Execute official Braintree GraphQL query field `node`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_node '{}' --json kosmo integrations:braintree braintree_node '{}' --json braintree.braintree_paypal_billing_agreement_details
Execute official Braintree GraphQL query field `paypalBillingAgreementDetails`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_paypal_billing_agreement_details '{}' --json kosmo integrations:braintree braintree_paypal_billing_agreement_details '{}' --json braintree.braintree_paypal_order_details
Execute official Braintree GraphQL query field `paypalOrderDetails`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_paypal_order_details '{}' --json kosmo integrations:braintree braintree_paypal_order_details '{}' --json braintree.braintree_ping
Execute official Braintree GraphQL query field `ping`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_ping '{}' --json kosmo integrations:braintree braintree_ping '{}' --json braintree.braintree_ping_in_store_reader
Execute official Braintree GraphQL query field `pingInStoreReader`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_ping_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_recurring_billing_subscription_plan_add_ons '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_recurring_billing_subscription_plan_discounts '{}' --json kosmo integrations:braintree braintree_recurring_billing_subscription_plan_discounts '{}' --json braintree.braintree_recurring_billing_subscription_plans
Execute official Braintree GraphQL query field `recurringBillingSubscriptionPlans`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_recurring_billing_subscription_plans '{}' --json kosmo integrations:braintree braintree_recurring_billing_subscription_plans '{}' --json braintree.braintree_viewer
Execute official Braintree GraphQL query field `viewer`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_viewer '{}' --json kosmo integrations:braintree braintree_viewer '{}' --json braintree.braintree_search_business_account_creation_requests
Execute official Braintree GraphQL query field `businessAccountCreationRequests` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_business_account_creation_requests '{}' --json kosmo integrations:braintree braintree_search_business_account_creation_requests '{}' --json braintree.braintree_search_customers
Execute official Braintree GraphQL query field `customers` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_customers '{}' --json kosmo integrations:braintree braintree_search_customers '{}' --json braintree.braintree_search_disputes
Execute official Braintree GraphQL query field `disputes` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_disputes '{}' --json kosmo integrations:braintree braintree_search_disputes '{}' --json braintree.braintree_search_in_store_locations
Execute official Braintree GraphQL query field `inStoreLocations` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_in_store_locations '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_search_in_store_readers '{}' --json kosmo integrations:braintree braintree_search_in_store_readers '{}' --json braintree.braintree_search_payments
Execute official Braintree GraphQL query field `payments` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_payments '{}' --json kosmo integrations:braintree braintree_search_payments '{}' --json braintree.braintree_search_refunds
Execute official Braintree GraphQL query field `refunds` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_refunds '{}' --json kosmo integrations:braintree braintree_search_refunds '{}' --json braintree.braintree_search_roles
Execute official Braintree GraphQL query field `roles` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_roles '{}' --json kosmo integrations:braintree braintree_search_roles '{}' --json braintree.braintree_search_transactions
Execute official Braintree GraphQL query field `transactions` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_transactions '{}' --json kosmo integrations:braintree braintree_search_transactions '{}' --json braintree.braintree_search_verifications
Execute official Braintree GraphQL query field `verifications` under `search`.
read - Parameters
- none
kosmo integrations:call braintree.braintree_search_verifications '{}' --json kosmo integrations:braintree braintree_search_verifications '{}' --json braintree.braintree_accept_dispute
Execute official Braintree GraphQL mutation field `acceptDispute`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_accept_dispute '{}' --json kosmo integrations:braintree braintree_accept_dispute '{}' --json braintree.braintree_authorize_credit_card
Execute official Braintree GraphQL mutation field `authorizeCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_authorize_credit_card '{}' --json kosmo integrations:braintree braintree_authorize_credit_card '{}' --json braintree.braintree_authorize_in_store_credit_card
Execute official Braintree GraphQL mutation field `authorizeInStoreCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_authorize_in_store_credit_card '{}' --json kosmo integrations:braintree braintree_authorize_in_store_credit_card '{}' --json braintree.braintree_authorize_pay_pal_account
Execute official Braintree GraphQL mutation field `authorizePayPalAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_authorize_pay_pal_account '{}' --json kosmo integrations:braintree braintree_authorize_pay_pal_account '{}' --json braintree.braintree_authorize_payment_method
Execute official Braintree GraphQL mutation field `authorizePaymentMethod`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_authorize_payment_method '{}' --json kosmo integrations:braintree braintree_authorize_payment_method '{}' --json braintree.braintree_authorize_venmo_account
Execute official Braintree GraphQL mutation field `authorizeVenmoAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_authorize_venmo_account '{}' --json kosmo integrations:braintree braintree_authorize_venmo_account '{}' --json braintree.braintree_capture_transaction
Execute official Braintree GraphQL mutation field `captureTransaction`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_capture_transaction '{}' --json kosmo integrations:braintree braintree_capture_transaction '{}' --json braintree.braintree_charge_credit_card
Execute official Braintree GraphQL mutation field `chargeCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_charge_credit_card '{}' --json kosmo integrations:braintree braintree_charge_credit_card '{}' --json braintree.braintree_charge_in_store_credit_card
Execute official Braintree GraphQL mutation field `chargeInStoreCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_charge_in_store_credit_card '{}' --json kosmo integrations:braintree braintree_charge_in_store_credit_card '{}' --json braintree.braintree_charge_pay_pal_account
Execute official Braintree GraphQL mutation field `chargePayPalAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_charge_pay_pal_account '{}' --json kosmo integrations:braintree braintree_charge_pay_pal_account '{}' --json braintree.braintree_charge_payment_method
Execute official Braintree GraphQL mutation field `chargePaymentMethod`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_charge_payment_method '{}' --json kosmo integrations:braintree braintree_charge_payment_method '{}' --json braintree.braintree_charge_us_bank_account
Execute official Braintree GraphQL mutation field `chargeUsBankAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_charge_us_bank_account '{}' --json kosmo integrations:braintree braintree_charge_us_bank_account '{}' --json braintree.braintree_charge_venmo_account
Execute official Braintree GraphQL mutation field `chargeVenmoAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_charge_venmo_account '{}' --json kosmo integrations:braintree braintree_charge_venmo_account '{}' --json braintree.braintree_confirm_micro_transfer_amounts
Execute official Braintree GraphQL mutation field `confirmMicroTransferAmounts`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_confirm_micro_transfer_amounts '{}' --json kosmo integrations:braintree braintree_confirm_micro_transfer_amounts '{}' --json braintree.braintree_create_apple_pay_web_session
Execute official Braintree GraphQL mutation field `createApplePayWebSession`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_apple_pay_web_session '{}' --json kosmo integrations:braintree braintree_create_apple_pay_web_session '{}' --json braintree.braintree_create_billing_agreement_jwt
Execute official Braintree GraphQL mutation field `createBillingAgreementJwt`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_billing_agreement_jwt '{}' --json kosmo integrations:braintree braintree_create_billing_agreement_jwt '{}' --json braintree.braintree_create_client_token
Execute official Braintree GraphQL mutation field `createClientToken`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_client_token '{}' --json kosmo integrations:braintree braintree_create_client_token '{}' --json braintree.braintree_create_customer
Execute official Braintree GraphQL mutation field `createCustomer`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_customer '{}' --json kosmo integrations:braintree braintree_create_customer '{}' --json braintree.braintree_create_dispute_file_evidence
Execute official Braintree GraphQL mutation field `createDisputeFileEvidence`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_dispute_file_evidence '{}' --json kosmo integrations:braintree braintree_create_dispute_file_evidence '{}' --json braintree.braintree_create_dispute_text_evidence
Execute official Braintree GraphQL mutation field `createDisputeTextEvidence`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_dispute_text_evidence '{}' --json kosmo integrations:braintree braintree_create_dispute_text_evidence '{}' --json braintree.braintree_create_in_store_location
Execute official Braintree GraphQL mutation field `createInStoreLocation`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_in_store_location '{}' --json kosmo integrations:braintree braintree_create_in_store_location '{}' --json braintree.braintree_create_local_payment_context
Execute official Braintree GraphQL mutation field `createLocalPaymentContext`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_local_payment_context '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_create_non_instant_local_payment_context '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_create_oauth_client_secret '{}' --json kosmo integrations:braintree braintree_create_oauth_client_secret '{}' --json braintree.braintree_create_offline_declined_transaction
Execute official Braintree GraphQL mutation field `createOfflineDeclinedTransaction`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_offline_declined_transaction '{}' --json kosmo integrations:braintree braintree_create_offline_declined_transaction '{}' --json braintree.braintree_create_pay_pal_billing_agreement
Execute official Braintree GraphQL mutation field `createPayPalBillingAgreement`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_pay_pal_billing_agreement '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_create_pay_pal_one_time_payment '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_create_recurring_billing_subscription_plan '{}' --json kosmo integrations:braintree braintree_create_recurring_billing_subscription_plan '{}' --json braintree.braintree_create_transaction_package_tracking
Execute official Braintree GraphQL mutation field `createTransactionPackageTracking`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_transaction_package_tracking '{}' --json kosmo integrations:braintree braintree_create_transaction_package_tracking '{}' --json braintree.braintree_create_transaction_risk_context
Execute official Braintree GraphQL mutation field `createTransactionRiskContext`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_transaction_risk_context '{}' --json kosmo integrations:braintree braintree_create_transaction_risk_context '{}' --json braintree.braintree_create_universal_access_token
Execute official Braintree GraphQL mutation field `createUniversalAccessToken`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_universal_access_token '{}' --json kosmo integrations:braintree braintree_create_universal_access_token '{}' --json braintree.braintree_create_venmo_payment_context
Execute official Braintree GraphQL mutation field `createVenmoPaymentContext`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_create_venmo_payment_context '{}' --json kosmo integrations:braintree braintree_create_venmo_payment_context '{}' --json braintree.braintree_delete_customer
Execute official Braintree GraphQL mutation field `deleteCustomer`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_delete_customer '{}' --json kosmo integrations:braintree braintree_delete_customer '{}' --json braintree.braintree_delete_dispute_evidence
Execute official Braintree GraphQL mutation field `deleteDisputeEvidence`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_delete_dispute_evidence '{}' --json kosmo integrations:braintree braintree_delete_dispute_evidence '{}' --json braintree.braintree_delete_in_store_location
Execute official Braintree GraphQL mutation field `deleteInStoreLocation`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_delete_in_store_location '{}' --json kosmo integrations:braintree braintree_delete_in_store_location '{}' --json braintree.braintree_delete_oauth_client_secret
Execute official Braintree GraphQL mutation field `deleteOAuthClientSecret`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_delete_oauth_client_secret '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_delete_payment_method_from_single_use_token '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_delete_payment_method_from_vault '{}' --json kosmo integrations:braintree braintree_delete_payment_method_from_vault '{}' --json braintree.braintree_disable_oauth_client_secret
Execute official Braintree GraphQL mutation field `disableOAuthClientSecret`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_disable_oauth_client_secret '{}' --json kosmo integrations:braintree braintree_disable_oauth_client_secret '{}' --json braintree.braintree_evaluate_transaction_risk
Execute official Braintree GraphQL mutation field `evaluateTransactionRisk`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_evaluate_transaction_risk '{}' --json kosmo integrations:braintree braintree_evaluate_transaction_risk '{}' --json braintree.braintree_finalize_dispute
Execute official Braintree GraphQL mutation field `finalizeDispute`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_finalize_dispute '{}' --json kosmo integrations:braintree braintree_finalize_dispute '{}' --json braintree.braintree_generate_edit_funding_instrument_url
Execute official Braintree GraphQL mutation field `generateEditFundingInstrumentUrl`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_generate_edit_funding_instrument_url '{}' --json kosmo integrations:braintree braintree_generate_edit_funding_instrument_url '{}' --json braintree.braintree_generate_exchange_rate_quote
Execute official Braintree GraphQL mutation field `generateExchangeRateQuote`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_generate_exchange_rate_quote '{}' --json kosmo integrations:braintree braintree_generate_exchange_rate_quote '{}' --json braintree.braintree_pair_in_store_reader
Execute official Braintree GraphQL mutation field `pairInStoreReader`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_pair_in_store_reader '{}' --json kosmo integrations:braintree braintree_pair_in_store_reader '{}' --json braintree.braintree_partial_capture_transaction
Execute official Braintree GraphQL mutation field `partialCaptureTransaction`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_partial_capture_transaction '{}' --json kosmo integrations:braintree braintree_partial_capture_transaction '{}' --json braintree.braintree_perform_three_dsecure_lookup
Execute official Braintree GraphQL mutation field `performThreeDSecureLookup`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_perform_three_dsecure_lookup '{}' --json kosmo integrations:braintree braintree_perform_three_dsecure_lookup '{}' --json braintree.braintree_refund_credit_card
Execute official Braintree GraphQL mutation field `refundCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_refund_credit_card '{}' --json kosmo integrations:braintree braintree_refund_credit_card '{}' --json braintree.braintree_refund_in_store_credit_card
Execute official Braintree GraphQL mutation field `refundInStoreCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_refund_in_store_credit_card '{}' --json kosmo integrations:braintree braintree_refund_in_store_credit_card '{}' --json braintree.braintree_refund_transaction
Execute official Braintree GraphQL mutation field `refundTransaction`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_refund_transaction '{}' --json kosmo integrations:braintree braintree_refund_transaction '{}' --json braintree.braintree_refund_us_bank_account
Execute official Braintree GraphQL mutation field `refundUsBankAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_refund_us_bank_account '{}' --json kosmo integrations:braintree braintree_refund_us_bank_account '{}' --json braintree.braintree_register_apple_pay_domains
Execute official Braintree GraphQL mutation field `registerApplePayDomains`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_register_apple_pay_domains '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_amount_prompt_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_authorize_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_cancel_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_charge_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_confirmation_prompt_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_firmware_update_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_item_display_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_multi_choice_single_select_prompt_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_non_pci_card_data_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_print_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_refund_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_signature_prompt_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_text_display_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_text_prompt_from_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_request_vault_from_in_store_reader '{}' --json kosmo integrations:braintree braintree_request_vault_from_in_store_reader '{}' --json braintree.braintree_reverse_emv_transaction
Execute official Braintree GraphQL mutation field `reverseEmvTransaction`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_reverse_emv_transaction '{}' --json kosmo integrations:braintree braintree_reverse_emv_transaction '{}' --json braintree.braintree_reverse_refund
Execute official Braintree GraphQL mutation field `reverseRefund`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_reverse_refund '{}' --json kosmo integrations:braintree braintree_reverse_refund '{}' --json braintree.braintree_reverse_transaction
Execute official Braintree GraphQL mutation field `reverseTransaction`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_reverse_transaction '{}' --json kosmo integrations:braintree braintree_reverse_transaction '{}' --json braintree.braintree_sandbox_settle_transaction
Execute official Braintree GraphQL mutation field `sandboxSettleTransaction`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_sandbox_settle_transaction '{}' --json kosmo integrations:braintree braintree_sandbox_settle_transaction '{}' --json braintree.braintree_submit_dispute_feedback
Execute official Braintree GraphQL mutation field `submitDisputeFeedback`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_submit_dispute_feedback '{}' --json kosmo integrations:braintree braintree_submit_dispute_feedback '{}' --json braintree.braintree_submit_transaction_feedback
Execute official Braintree GraphQL mutation field `submitTransactionFeedback`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_submit_transaction_feedback '{}' --json kosmo integrations:braintree braintree_submit_transaction_feedback '{}' --json braintree.braintree_tokenize_apple_pay_card
Execute official Braintree GraphQL mutation field `tokenizeApplePayCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_apple_pay_card '{}' --json kosmo integrations:braintree braintree_tokenize_apple_pay_card '{}' --json braintree.braintree_tokenize_credit_card
Execute official Braintree GraphQL mutation field `tokenizeCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_credit_card '{}' --json kosmo integrations:braintree braintree_tokenize_credit_card '{}' --json braintree.braintree_tokenize_custom_actions_payment_method
Execute official Braintree GraphQL mutation field `tokenizeCustomActionsPaymentMethod`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_custom_actions_payment_method '{}' --json kosmo integrations:braintree braintree_tokenize_custom_actions_payment_method '{}' --json braintree.braintree_tokenize_cvv
Execute official Braintree GraphQL mutation field `tokenizeCvv`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_cvv '{}' --json kosmo integrations:braintree braintree_tokenize_cvv '{}' --json braintree.braintree_tokenize_emv_card
Execute official Braintree GraphQL mutation field `tokenizeEmvCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_emv_card '{}' --json kosmo integrations:braintree braintree_tokenize_emv_card '{}' --json braintree.braintree_tokenize_magstripe_card
Execute official Braintree GraphQL mutation field `tokenizeMagstripeCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_magstripe_card '{}' --json kosmo integrations:braintree braintree_tokenize_magstripe_card '{}' --json braintree.braintree_tokenize_network_token
Execute official Braintree GraphQL mutation field `tokenizeNetworkToken`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_network_token '{}' --json kosmo integrations:braintree braintree_tokenize_network_token '{}' --json braintree.braintree_tokenize_pay_pal_billing_agreement
Execute official Braintree GraphQL mutation field `tokenizePayPalBillingAgreement`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_pay_pal_billing_agreement '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_pay_pal_one_time_payment '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_samsung_pay_card '{}' --json kosmo integrations:braintree braintree_tokenize_samsung_pay_card '{}' --json braintree.braintree_tokenize_us_bank_account
Execute official Braintree GraphQL mutation field `tokenizeUsBankAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_us_bank_account '{}' --json kosmo integrations:braintree braintree_tokenize_us_bank_account '{}' --json braintree.braintree_tokenize_us_bank_login
Execute official Braintree GraphQL mutation field `tokenizeUsBankLogin`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_tokenize_us_bank_login '{}' --json kosmo integrations:braintree braintree_tokenize_us_bank_login '{}' --json braintree.braintree_unregister_apple_pay_domain
Execute official Braintree GraphQL mutation field `unregisterApplePayDomain`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_unregister_apple_pay_domain '{}' --json kosmo integrations:braintree braintree_unregister_apple_pay_domain '{}' --json braintree.braintree_update_credit_card_billing_address
Execute official Braintree GraphQL mutation field `updateCreditCardBillingAddress`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_update_credit_card_billing_address '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_update_credit_card_cardholder_name '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_update_credit_card_expiration_date '{}' --json kosmo integrations:braintree braintree_update_credit_card_expiration_date '{}' --json braintree.braintree_update_custom_fields
Execute official Braintree GraphQL mutation field `updateCustomFields`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_update_custom_fields '{}' --json kosmo integrations:braintree braintree_update_custom_fields '{}' --json braintree.braintree_update_customer
Execute official Braintree GraphQL mutation field `updateCustomer`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_update_customer '{}' --json kosmo integrations:braintree braintree_update_customer '{}' --json braintree.braintree_update_emv_capture_data
Execute official Braintree GraphQL mutation field `updateEmvCaptureData`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_update_emv_capture_data '{}' --json kosmo integrations:braintree braintree_update_emv_capture_data '{}' --json braintree.braintree_update_in_store_location
Execute official Braintree GraphQL mutation field `updateInStoreLocation`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_update_in_store_location '{}' --json kosmo integrations:braintree braintree_update_in_store_location '{}' --json braintree.braintree_update_in_store_reader
Execute official Braintree GraphQL mutation field `updateInStoreReader`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_update_in_store_reader '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_update_pay_pal_one_time_payment '{}' --json 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 - Parameters
- none
kosmo integrations:call braintree.braintree_update_recurring_billing_subscription_plan '{}' --json kosmo integrations:braintree braintree_update_recurring_billing_subscription_plan '{}' --json braintree.braintree_update_transaction_amount
Execute official Braintree GraphQL mutation field `updateTransactionAmount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_update_transaction_amount '{}' --json kosmo integrations:braintree braintree_update_transaction_amount '{}' --json braintree.braintree_update_transaction_custom_fields
Execute official Braintree GraphQL mutation field `updateTransactionCustomFields`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_update_transaction_custom_fields '{}' --json kosmo integrations:braintree braintree_update_transaction_custom_fields '{}' --json braintree.braintree_vault_credit_card
Execute official Braintree GraphQL mutation field `vaultCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_vault_credit_card '{}' --json kosmo integrations:braintree braintree_vault_credit_card '{}' --json braintree.braintree_vault_pay_pal_billing_agreement
Execute official Braintree GraphQL mutation field `vaultPayPalBillingAgreement`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_vault_pay_pal_billing_agreement '{}' --json kosmo integrations:braintree braintree_vault_pay_pal_billing_agreement '{}' --json braintree.braintree_vault_payment_method
Execute official Braintree GraphQL mutation field `vaultPaymentMethod`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_vault_payment_method '{}' --json kosmo integrations:braintree braintree_vault_payment_method '{}' --json braintree.braintree_vault_us_bank_account
Execute official Braintree GraphQL mutation field `vaultUsBankAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_vault_us_bank_account '{}' --json kosmo integrations:braintree braintree_vault_us_bank_account '{}' --json braintree.braintree_verify_credit_card
Execute official Braintree GraphQL mutation field `verifyCreditCard`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_verify_credit_card '{}' --json kosmo integrations:braintree braintree_verify_credit_card '{}' --json braintree.braintree_verify_payment_method
Execute official Braintree GraphQL mutation field `verifyPaymentMethod`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_verify_payment_method '{}' --json kosmo integrations:braintree braintree_verify_payment_method '{}' --json braintree.braintree_verify_us_bank_account
Execute official Braintree GraphQL mutation field `verifyUsBankAccount`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_verify_us_bank_account '{}' --json kosmo integrations:braintree braintree_verify_us_bank_account '{}' --json braintree.braintree_void_transaction
Execute official Braintree GraphQL mutation field `voidTransaction`.
write - Parameters
- none
kosmo integrations:call braintree.braintree_void_transaction '{}' --json 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
kosmo integrations:schema braintree.braintree_report_payment_level_fees --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_report_transaction_level_fees 0 parameters
kosmo integrations:schema braintree.braintree_report_transaction_level_fees --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_apple_pay_registered_domains 0 parameters
kosmo integrations:schema braintree.braintree_apple_pay_registered_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_client_configuration 0 parameters
kosmo integrations:schema braintree.braintree_client_configuration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_id_from_legacy_id 0 parameters
kosmo integrations:schema braintree.braintree_id_from_legacy_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_ids_from_legacy_ids 0 parameters
kosmo integrations:schema braintree.braintree_ids_from_legacy_ids --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_in_store_locations 0 parameters
kosmo integrations:schema braintree.braintree_in_store_locations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_node 0 parameters
kosmo integrations:schema braintree.braintree_node --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_paypal_billing_agreement_details 0 parameters
kosmo integrations:schema braintree.braintree_paypal_billing_agreement_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_paypal_order_details 0 parameters
kosmo integrations:schema braintree.braintree_paypal_order_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_ping 0 parameters
kosmo integrations:schema braintree.braintree_ping --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_ping_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_ping_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_recurring_billing_subscription_plan_add_ons 0 parameters
kosmo integrations:schema braintree.braintree_recurring_billing_subscription_plan_add_ons --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_recurring_billing_subscription_plan_discounts 0 parameters
kosmo integrations:schema braintree.braintree_recurring_billing_subscription_plan_discounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_recurring_billing_subscription_plans 0 parameters
kosmo integrations:schema braintree.braintree_recurring_billing_subscription_plans --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_viewer 0 parameters
kosmo integrations:schema braintree.braintree_viewer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_business_account_creation_requests 0 parameters
kosmo integrations:schema braintree.braintree_search_business_account_creation_requests --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_customers 0 parameters
kosmo integrations:schema braintree.braintree_search_customers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_disputes 0 parameters
kosmo integrations:schema braintree.braintree_search_disputes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_in_store_locations 0 parameters
kosmo integrations:schema braintree.braintree_search_in_store_locations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_in_store_readers 0 parameters
kosmo integrations:schema braintree.braintree_search_in_store_readers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_payments 0 parameters
kosmo integrations:schema braintree.braintree_search_payments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_refunds 0 parameters
kosmo integrations:schema braintree.braintree_search_refunds --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_roles 0 parameters
kosmo integrations:schema braintree.braintree_search_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_transactions 0 parameters
kosmo integrations:schema braintree.braintree_search_transactions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_search_verifications 0 parameters
kosmo integrations:schema braintree.braintree_search_verifications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_accept_dispute 0 parameters
kosmo integrations:schema braintree.braintree_accept_dispute --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_authorize_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_authorize_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_authorize_in_store_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_authorize_in_store_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_authorize_pay_pal_account 0 parameters
kosmo integrations:schema braintree.braintree_authorize_pay_pal_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_authorize_payment_method 0 parameters
kosmo integrations:schema braintree.braintree_authorize_payment_method --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_authorize_venmo_account 0 parameters
kosmo integrations:schema braintree.braintree_authorize_venmo_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_capture_transaction 0 parameters
kosmo integrations:schema braintree.braintree_capture_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_charge_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_charge_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_charge_in_store_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_charge_in_store_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_charge_pay_pal_account 0 parameters
kosmo integrations:schema braintree.braintree_charge_pay_pal_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_charge_payment_method 0 parameters
kosmo integrations:schema braintree.braintree_charge_payment_method --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_charge_us_bank_account 0 parameters
kosmo integrations:schema braintree.braintree_charge_us_bank_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_charge_venmo_account 0 parameters
kosmo integrations:schema braintree.braintree_charge_venmo_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_confirm_micro_transfer_amounts 0 parameters
kosmo integrations:schema braintree.braintree_confirm_micro_transfer_amounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_apple_pay_web_session 0 parameters
kosmo integrations:schema braintree.braintree_create_apple_pay_web_session --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_billing_agreement_jwt 0 parameters
kosmo integrations:schema braintree.braintree_create_billing_agreement_jwt --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_client_token 0 parameters
kosmo integrations:schema braintree.braintree_create_client_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_customer 0 parameters
kosmo integrations:schema braintree.braintree_create_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_dispute_file_evidence 0 parameters
kosmo integrations:schema braintree.braintree_create_dispute_file_evidence --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_dispute_text_evidence 0 parameters
kosmo integrations:schema braintree.braintree_create_dispute_text_evidence --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_in_store_location 0 parameters
kosmo integrations:schema braintree.braintree_create_in_store_location --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_local_payment_context 0 parameters
kosmo integrations:schema braintree.braintree_create_local_payment_context --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_non_instant_local_payment_context 0 parameters
kosmo integrations:schema braintree.braintree_create_non_instant_local_payment_context --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_oauth_client_secret 0 parameters
kosmo integrations:schema braintree.braintree_create_oauth_client_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_offline_declined_transaction 0 parameters
kosmo integrations:schema braintree.braintree_create_offline_declined_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_pay_pal_billing_agreement 0 parameters
kosmo integrations:schema braintree.braintree_create_pay_pal_billing_agreement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_pay_pal_one_time_payment 0 parameters
kosmo integrations:schema braintree.braintree_create_pay_pal_one_time_payment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_recurring_billing_subscription_plan 0 parameters
kosmo integrations:schema braintree.braintree_create_recurring_billing_subscription_plan --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_transaction_package_tracking 0 parameters
kosmo integrations:schema braintree.braintree_create_transaction_package_tracking --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_transaction_risk_context 0 parameters
kosmo integrations:schema braintree.braintree_create_transaction_risk_context --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_universal_access_token 0 parameters
kosmo integrations:schema braintree.braintree_create_universal_access_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_create_venmo_payment_context 0 parameters
kosmo integrations:schema braintree.braintree_create_venmo_payment_context --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_delete_customer 0 parameters
kosmo integrations:schema braintree.braintree_delete_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_delete_dispute_evidence 0 parameters
kosmo integrations:schema braintree.braintree_delete_dispute_evidence --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_delete_in_store_location 0 parameters
kosmo integrations:schema braintree.braintree_delete_in_store_location --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_delete_oauth_client_secret 0 parameters
kosmo integrations:schema braintree.braintree_delete_oauth_client_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_delete_payment_method_from_single_use_token 0 parameters
kosmo integrations:schema braintree.braintree_delete_payment_method_from_single_use_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_delete_payment_method_from_vault 0 parameters
kosmo integrations:schema braintree.braintree_delete_payment_method_from_vault --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_disable_oauth_client_secret 0 parameters
kosmo integrations:schema braintree.braintree_disable_oauth_client_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_evaluate_transaction_risk 0 parameters
kosmo integrations:schema braintree.braintree_evaluate_transaction_risk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_finalize_dispute 0 parameters
kosmo integrations:schema braintree.braintree_finalize_dispute --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_generate_edit_funding_instrument_url 0 parameters
kosmo integrations:schema braintree.braintree_generate_edit_funding_instrument_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_generate_exchange_rate_quote 0 parameters
kosmo integrations:schema braintree.braintree_generate_exchange_rate_quote --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_pair_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_pair_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_partial_capture_transaction 0 parameters
kosmo integrations:schema braintree.braintree_partial_capture_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_perform_three_dsecure_lookup 0 parameters
kosmo integrations:schema braintree.braintree_perform_three_dsecure_lookup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_refund_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_refund_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_refund_in_store_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_refund_in_store_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_refund_transaction 0 parameters
kosmo integrations:schema braintree.braintree_refund_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_refund_us_bank_account 0 parameters
kosmo integrations:schema braintree.braintree_refund_us_bank_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_register_apple_pay_domains 0 parameters
kosmo integrations:schema braintree.braintree_register_apple_pay_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_amount_prompt_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_amount_prompt_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_authorize_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_authorize_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_cancel_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_cancel_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_charge_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_charge_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_confirmation_prompt_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_confirmation_prompt_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_firmware_update_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_firmware_update_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_item_display_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_item_display_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_multi_choice_single_select_prompt_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_multi_choice_single_select_prompt_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_non_pci_card_data_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_non_pci_card_data_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_print_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_print_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_refund_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_refund_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_signature_prompt_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_signature_prompt_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_text_display_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_text_display_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_text_prompt_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_text_prompt_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_request_vault_from_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_request_vault_from_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_reverse_emv_transaction 0 parameters
kosmo integrations:schema braintree.braintree_reverse_emv_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_reverse_refund 0 parameters
kosmo integrations:schema braintree.braintree_reverse_refund --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_reverse_transaction 0 parameters
kosmo integrations:schema braintree.braintree_reverse_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_sandbox_settle_transaction 0 parameters
kosmo integrations:schema braintree.braintree_sandbox_settle_transaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_submit_dispute_feedback 0 parameters
kosmo integrations:schema braintree.braintree_submit_dispute_feedback --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_submit_transaction_feedback 0 parameters
kosmo integrations:schema braintree.braintree_submit_transaction_feedback --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_apple_pay_card 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_apple_pay_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_custom_actions_payment_method 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_custom_actions_payment_method --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_cvv 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_cvv --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_emv_card 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_emv_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_magstripe_card 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_magstripe_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_network_token 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_network_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_pay_pal_billing_agreement 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_pay_pal_billing_agreement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_pay_pal_one_time_payment 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_pay_pal_one_time_payment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_samsung_pay_card 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_samsung_pay_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_us_bank_account 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_us_bank_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_tokenize_us_bank_login 0 parameters
kosmo integrations:schema braintree.braintree_tokenize_us_bank_login --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_unregister_apple_pay_domain 0 parameters
kosmo integrations:schema braintree.braintree_unregister_apple_pay_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_credit_card_billing_address 0 parameters
kosmo integrations:schema braintree.braintree_update_credit_card_billing_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_credit_card_cardholder_name 0 parameters
kosmo integrations:schema braintree.braintree_update_credit_card_cardholder_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_credit_card_expiration_date 0 parameters
kosmo integrations:schema braintree.braintree_update_credit_card_expiration_date --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_custom_fields 0 parameters
kosmo integrations:schema braintree.braintree_update_custom_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_customer 0 parameters
kosmo integrations:schema braintree.braintree_update_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_emv_capture_data 0 parameters
kosmo integrations:schema braintree.braintree_update_emv_capture_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_in_store_location 0 parameters
kosmo integrations:schema braintree.braintree_update_in_store_location --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_in_store_reader 0 parameters
kosmo integrations:schema braintree.braintree_update_in_store_reader --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_pay_pal_one_time_payment 0 parameters
kosmo integrations:schema braintree.braintree_update_pay_pal_one_time_payment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_recurring_billing_subscription_plan 0 parameters
kosmo integrations:schema braintree.braintree_update_recurring_billing_subscription_plan --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_transaction_amount 0 parameters
kosmo integrations:schema braintree.braintree_update_transaction_amount --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_update_transaction_custom_fields 0 parameters
kosmo integrations:schema braintree.braintree_update_transaction_custom_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_vault_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_vault_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_vault_pay_pal_billing_agreement 0 parameters
kosmo integrations:schema braintree.braintree_vault_pay_pal_billing_agreement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_vault_payment_method 0 parameters
kosmo integrations:schema braintree.braintree_vault_payment_method --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_vault_us_bank_account 0 parameters
kosmo integrations:schema braintree.braintree_vault_us_bank_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_verify_credit_card 0 parameters
kosmo integrations:schema braintree.braintree_verify_credit_card --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_verify_payment_method 0 parameters
kosmo integrations:schema braintree.braintree_verify_payment_method --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_verify_us_bank_account 0 parameters
kosmo integrations:schema braintree.braintree_verify_us_bank_account --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
braintree.braintree_void_transaction 0 parameters
kosmo integrations:schema braintree.braintree_void_transaction --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.