Add credit card entries CSV export endpoint
5 days ago by ReadMe API
New Endpoints
GET /cards/{card_id}/entries/export: Adds an endpoint that returns a semicolon-separated, UTF-8 BOM CSV of card transactions for Pennylane import. Supports query parameters for filtering by period (?period=YYYY-MM) or date range (?from_date=...&to_date=...). Reads data from the localcredit_ledger_entrydatabase table rather than live Stripe data.
