transaction_list
Retrieve and filter financial transaction data from your Iaptic account. Paginate results, filter by date range or purchase ID, and access details like status, amount, currency, and payment information. Results are sorted by transaction date.
Instructions
List financial transactions from your Iaptic account.
- Returns a paginated list of transactions
- Use limit and offset for pagination (default: 100 per page)
- Filter by date range using startdate and enddate (ISO format)
- Filter by purchaseId to see transactions for a specific purchase
- Results include transaction status, amount, currency, and payment details
- Results are ordered by transaction date (newest first)
- Important: Use date filtering to avoid retrieving too many records
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enddate | No | Filter transactions before this date (ISO format, e.g. 2024-12-31) | |
limit | No | Maximum number of transactions to return (default: 100, max: 1000) | |
offset | No | Number of transactions to skip for pagination | |
purchaseId | No | Filter transactions by purchase ID | |
startdate | No | Filter transactions after this date (ISO format, e.g. 2024-01-01) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Iaptic MCP Server
Related Tools
- @iaptic/mcp-server-iaptic
- @iaptic/mcp-server-iaptic
- @iaptic/mcp-server-iaptic
- @iaptic/mcp-server-iaptic
- @SGFGOV/medusa-mcp