Iaptic MCP Server
Official
by iaptic
transaction_list
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) |