Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Subscription
braintree:cancel_subscription
Cancel an active subscription.
Write
High risk
Create Customer
braintree:create_customer
Create a new customer in the Braintree vault.
Write
Medium risk
Create Payment Method
braintree:create_payment_method
Create a payment method and store it in the customer vault.
Write
Medium risk
Create Subscription
braintree:create_subscription
Create a new subscription for recurring billing.
Write
Medium risk
Create Transaction
braintree:create_transaction
Create a new transaction (sale or authorization).
Write
Medium risk
Delete Customer
braintree:delete_customer
Delete a customer and all associated payment methods from the vault.
Write
High risk
Delete Payment Method
braintree:delete_payment_method
Delete a payment method from the vault.
Write
High risk
Generate Client Token
braintree:generate_client_token
Generate a client token for client-side Braintree.js initialization.
Write
Medium risk
Get Customer
braintree:get_customer
Fetch a single customer by ID with payment methods and subscription details.
Read
Low risk
Get Transaction
braintree:get_transaction
Fetch a single transaction by ID with full payment details.
Read
Low risk
List Customers
braintree:list_customers
Search and list customers with optional filters.
Read
Low risk
List Transactions
braintree:list_transactions
Search and list transactions with optional filters.
Read
Low risk
Refund Transaction
braintree:refund_transaction
Refund a settled transaction (full or partial refund).
Write
High risk
Settle Transaction
braintree:settle_transaction
Submit an authorized transaction for settlement.
Write
Medium risk
Update Customer
braintree:update_customer
Update an existing customer's information.
Write
Medium risk
Void Transaction
braintree:void_transaction
Void an authorized transaction before it's settled.
Write
High risk