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
chargekeep:cancel_subscription
Cancel a subscription either immediately or at the end of the current period.
Write
High risk
Create Customer
chargekeep:create_customer
Create a new customer in ChargeKeep.
Write
Medium risk
Create Subscription
chargekeep:create_subscription
Create a new subscription for a customer.
Write
Medium risk
Get Customer
chargekeep:get_customer
Fetch a single customer by ID with subscription and billing details.
Read
Low risk
Get Invoice
chargekeep:get_invoice
Fetch a single invoice by ID with line items and payment status.
Read
Low risk
Get Payment
chargekeep:get_payment
Fetch a single payment by ID with transaction details.
Read
Low risk
Get Plan
chargekeep:get_plan
Fetch a single subscription plan by ID with pricing and billing details.
Read
Low risk
Get Subscription
chargekeep:get_subscription
Fetch a single subscription by ID with billing and status details.
Read
Low risk
List Customers
chargekeep:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Invoices
chargekeep:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Payments
chargekeep:list_payments
List payments with optional filtering and pagination.
Read
Low risk
List Plans
chargekeep:list_plans
List subscription plans with optional filtering and pagination.
Read
Low risk
List Subscriptions
chargekeep:list_subscriptions
List subscriptions with optional filtering and pagination.
Read
Low risk
Pay Invoice
chargekeep:pay_invoice
Attempt to pay an outstanding invoice using the customer's payment method.
Write
Medium risk
Refund Payment
chargekeep:refund_payment
Refund a payment either partially or in full.
Write
High risk
Retry Failed Payment
chargekeep:retry_failed_payment
Retry a failed payment for a subscription using dunning management.
Write
Medium risk
Update Customer
chargekeep:update_customer
Update an existing customer's information.
Write
Medium risk
Update Payment Method
chargekeep:update_payment_method
Update a customer's default payment method and optionally update all subscriptions.
Write
Medium risk