Retrieve account statements from Increase for a given statement period

domain: increase.com/documentation · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Call GET /account_statements with query parameters account_id and optionally statement_period[on_or_after] and statement_period[on_or_before] to filter by date range
  2. Iterate through the returned data array; each statement object includes id, account_id, statement_period (start and end dates), beginning_balance, ending_balance, and a file_id pointing to the PDF
  3. To retrieve the PDF, call GET /files/{file_id} which returns a file object with a download_url; fetch that URL to download the statement PDF
  4. Store the statement metadata and file reference in your document management system; link the statement_id to your GL period-close records
  5. For automated reconciliation, compare the statement's ending_balance to your internal ledger balance as of the statement end date and flag any discrepancy for investigation
  6. Use the statement's beginning_balance and ending_balance combined with the transaction list for that period to reconstruct the full bank-to-book reconciliation

Known gotchas

Related routes

Retrieve and parse Increase account statements and transaction data for period-close reconciliation
increase.com/documentation · 6 steps · unrated
Extract trial balance and general ledger detail for a period via API for audit purposes
accounting-general · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans