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 Payment
copperx:cancel_payment
Cancel a pending or processing payment. Cannot cancel completed payments.
Write
High risk
Cancel Subscription
copperx:cancel_subscription
Cancel a subscription either immediately or at the end of the current billing period.
Write
High risk
Confirm Payment
copperx:confirm_payment
Confirm a payment that was created without immediate confirmation.
Write
Medium risk
Create Customer
copperx:create_customer
Create a new customer in CopperX for payment processing.
Write
Medium risk
Create Payment
copperx:create_payment
Create a new payment for a customer using a saved payment method.
Write
Medium risk
Create Refund
copperx:create_refund
Create a refund for a successful payment. Supports full or partial refunds.
Write
Medium risk
Create Subscription
copperx:create_subscription
Create a new subscription for a customer with a specific plan.
Write
Medium risk
Delete Customer
copperx:delete_customer
Permanently delete a customer and all associated payment methods and subscriptions.
Write
High risk
Get Customer
copperx:get_customer
Fetch a single customer by ID with payment methods and subscription info.
Read
Low risk
Get Invoice
copperx:get_invoice
Fetch a single invoice by ID with line items and payment status.
Read
Low risk
Get Payment
copperx:get_payment
Fetch a single payment by ID with full transaction details.
Read
Low risk
Get Subscription
copperx:get_subscription
Fetch a single subscription by ID with billing details and status.
Read
Low risk
List Customers
copperx:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Invoices
copperx:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Payments
copperx:list_payments
List payments with optional filtering and pagination.
Read
Low risk
List Refunds
copperx:list_refunds
List refunds with optional filtering and pagination.
Read
Low risk
List Subscriptions
copperx:list_subscriptions
List subscriptions with optional filtering and pagination.
Read
Low risk
Pay Invoice
copperx:pay_invoice
Pay an open invoice using a payment method. Supports full or partial payments.
Write
Medium risk
Update Customer
copperx:update_customer
Update an existing customer's information.
Write
Medium risk