mercury_list_statements
Retrieve monthly statements for a Mercury deposit account, including downloadable PDF URLs for accounting export, audit, or CPA sharing.
Instructions
List monthly statements for a Mercury deposit account. Each statement has a downloadable PDF URL.
USE WHEN: fetching the URL of a past statement (e.g. for accounting export, audit, or sharing with a CPA). The PDF URL is short-lived — re-fetch it shortly before download.
DO NOT USE: for IO Credit account statements (Mercury exposes them only via the dashboard, not the API). For Treasury statements use mercury_list_treasury_statements.
RETURNS: { statements: [{ id, periodStart, periodEnd, downloadUrl, ... }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The Mercury account ID | |
| start | No | Filter statements from this date (YYYY-MM-DD) | |
| end | No | Filter statements to this date (YYYY-MM-DD) |