Cashflowy Documentation

Welcome to the Cashflowy documentation. Whether you're using our product to manage your finances or integrating via API, you'll find everything you need here.

Product Guide

New to Cashflowy? Start with our product documentation to learn how to import bank statements, manage transactions, and set up automation rules.

GuideDescription
Quick StartGet up and running in minutes
Uploading StatementsImport transactions from bank statements
Managing TransactionsView, filter, and edit your transactions
Categorization RulesAutomate transaction categorization
ReportsAnalyze your financial data

API Reference

Building an integration? Our REST API lets you programmatically access and manage your financial data.

Base URL:

https://txn.cashflowy.io/api/v1

Getting Started

GuideDescription
AuthenticationAPI keys and permissions
PaginationPagination and filtering
Error CodesAPI error responses

Endpoints

ResourceDescription
TransactionsCreate, read, update, delete transactions
AccountsManage bank accounts and credit cards
RulesManage categorization rules
StatementsView and manage uploaded statements

Object Reference

ObjectDescription
TransactionTransaction data structure
AccountAccount data structure
RuleRule data structure
StatementStatement data structure

Quick Example

curl -X GET "https://txn.cashflowy.io/api/v1/transactions" \
  -H "api-key: fob_txn_xxxxxxxxxxxx" \
  -H "api-secret: xxxxxxxxxxxxxxxx"

Need Help?

  • Check our guides in the sidebar
  • Review the API reference for integration details
  • Contact support for additional assistance