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
mercury:cancel_payment
Cancel a pending or processing payment before it's delivered.
Write
High risk
Create Ach Payment
mercury:create_ach_payment
Create an ACH payment to an external bank account.
Write
Medium risk
Create Recipient
mercury:create_recipient
Create a new payment recipient for future ACH payments.
Write
Medium risk
Create Transfer
mercury:create_transfer
Create an internal transfer between Mercury accounts.
Write
Medium risk
Get Account
mercury:get_account
Fetch a single Mercury account by ID with balance and account details.
Read
Low risk
Get Payment
mercury:get_payment
Fetch a single payment by ID with status and delivery details.
Read
Low risk
Get Recipient
mercury:get_recipient
Fetch a single payment recipient by ID with banking details.
Read
Low risk
Get Transaction
mercury:get_transaction
Fetch a single transaction by ID with full details including counterparty info.
Read
Low risk
Get Transfer
mercury:get_transfer
Fetch a single transfer by ID with status and completion details.
Read
Low risk
List Accounts
mercury:list_accounts
List Mercury accounts with optional filtering by status and type.
Read
Low risk
List Payments
mercury:list_payments
List payments with comprehensive filtering options.
Read
Low risk
List Recipients
mercury:list_recipients
List payment recipients with optional filtering and search.
Read
Low risk
List Transactions
mercury:list_transactions
List transactions for an account with comprehensive filtering options.
Read
Low risk
List Transfers
mercury:list_transfers
List transfers with optional filtering by accounts, dates, and status.
Read
Low risk