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
mamo_business:cancel_payment
Cancel a pending payment request.
Write
High risk
Create Customer
mamo_business:create_customer
Create a new customer record.
Write
Medium risk
Create Payment
mamo_business:create_payment
Create a new payment request for a customer.
Write
Medium risk
Create Refund
mamo_business:create_refund
Create a refund for a completed payment.
Write
Medium risk
Get Customer
mamo_business:get_customer
Fetch a single customer by ID with payment history summary.
Read
Low risk
Get Payment
mamo_business:get_payment
Fetch a single payment by ID with transaction details and status.
Read
Low risk
Get Refund
mamo_business:get_refund
Fetch a single refund by ID with transaction details.
Read
Low risk
List Customers
mamo_business:list_customers
List customers with optional filtering and search.
Read
Low risk
List Payments
mamo_business:list_payments
List payments with optional filtering and pagination.
Read
Low risk
List Refunds
mamo_business:list_refunds
List refunds with optional filtering and pagination.
Read
Low risk
Update Customer
mamo_business:update_customer
Update an existing customer's information.
Write
Medium risk