get_financial_summary
Retrieve total revenue, refunds, fees, and payment breakdown by status for a specified date range.
Instructions
Get a high-level financial summary: total revenue, refunds, fees, and payment breakdown by status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | No | Company ID to scope the summary. | |
| after_date | No | ISO 8601 start date (e.g. 2024-01-01). | |
| before_date | No | ISO 8601 end date (e.g. 2024-12-31). |