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.
Create Discount
payhip:create_discount
Create a new discount code in Payhip.
Write
Medium risk
Create Product
payhip:create_product
Create a new product in Payhip.
Write
Medium risk
Delete Discount
payhip:delete_discount
Delete a discount code from Payhip. This action cannot be undone.
Write
High risk
Delete Product
payhip:delete_product
Delete a product from Payhip. This action cannot be undone.
Write
High risk
Get Customer
payhip:get_customer
Fetch customer details and purchase history by email.
Read
Low risk
Get Discount
payhip:get_discount
Fetch discount details by code including usage statistics.
Read
Low risk
Get Order
payhip:get_order
Fetch a single order by ID with customer and product details.
Read
Low risk
Get Product
payhip:get_product
Fetch a single product by ID with pricing and availability details.
Read
Low risk
List Customers
payhip:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Discounts
payhip:list_discounts
List discount codes with optional filtering and pagination.
Read
Low risk
List Orders
payhip:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Products
payhip:list_products
List products with optional filtering and pagination.
Read
Low risk
Refund Order
payhip:refund_order
Process a refund for an order. This action cannot be undone.
Write
High risk
Send Download Link
payhip:send_download_link
Send download link to customer for a digital product purchase.
Write
Medium risk
Update Discount
payhip:update_discount
Update an existing discount code in Payhip.
Write
Medium risk
Update Product
payhip:update_product
Update an existing product in Payhip.
Write
Medium risk