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.
Capture Charge
omise:capture_charge
Capture a previously authorized charge to complete the payment.
Write
Medium risk
Create Charge
omise:create_charge
Create a new charge for payment processing.
Write
Medium risk
Create Customer
omise:create_customer
Create a new customer record for storing payment methods.
Write
Medium risk
Create Refund
omise:create_refund
Create a refund for a previously captured charge.
Write
Medium risk
Create Source
omise:create_source
Create a payment source for alternative payment methods.
Write
Medium risk
Delete Customer
omise:delete_customer
Delete a customer and all their stored payment methods permanently.
Write
High risk
Get Balance
omise:get_balance
Fetch current account balance across all currencies.
Read
Low risk
Get Charge
omise:get_charge
Fetch a single charge by ID with payment details and status.
Read
Low risk
Get Customer
omise:get_customer
Fetch a single customer by ID with their cards and details.
Read
Low risk
Get Refund
omise:get_refund
Fetch a specific refund by charge ID and refund ID.
Read
Low risk
Get Transaction
omise:get_transaction
Fetch a single transaction by ID with transfer details.
Read
Low risk
List Charges
omise:list_charges
List charges with optional filtering by customer, date range, and pagination.
Read
Low risk
List Customers
omise:list_customers
List customers with optional date filtering and pagination.
Read
Low risk
List Refunds
omise:list_refunds
List all refunds for a specific charge.
Read
Low risk
List Transactions
omise:list_transactions
List transactions with optional date filtering and pagination.
Read
Low risk
Update Customer
omise:update_customer
Update an existing customer's information.
Write
Medium risk