For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
API StatusPartner Portal
HomeGuidesAPI ExplorerSDKsGitHubSupport
HomeGuidesAPI ExplorerSDKsGitHubSupport
  • Introduction
    • Welcome to Monite
    • Monite account structure
    • Postman collections
    • Support
  • Get started
    • Step 1. Get your credentials
    • Step 2. Implement server side
      • Overview
      • Transactions
      • Cost centers
LogoLogo
API StatusPartner Portal
On this page
  • Overview
  • Main concepts
  • Components
Expense management

Expense management

Track and manage business expenses with ease, from receipt uploads to transaction matching.
Was this page helpful?
Previous

Receipts

Upload, store, and link receipt files with structured metadata and line items for expense reconciliation.
Next
Built with

Overview

The Expense Management API allows clients to create and manage expense records by uploading receipts and linking them to financial transactions. It provides endpoints to store receipt metadata and files, retrieve and update receipt details, and associate receipts with transactions. This feature is designed to support use cases such as expense tracking, audit preparation, and reconciliation workflows.

Main concepts

Expense Management consists of two main resources: Transactions and Receipts.

  • Receipts are uploaded files (such as images or PDFs) that serve as proof of payment. Each receipt can optionally be linked to one or more transactions.
  • Transactions represent individual expense entries, such as card payments or bank withdrawals. They can be created independently or enriched with additional metadata, such as categories or merchant information.

Receipts and transactions are loosely coupled. You can:

  • Attach a transaction directly when creating a receipt
  • Upload receipts independently and match them to transactions later
  • View, update, or remove associations between receipts and transactions

This structure allows flexibility for both real-time capture and delayed reconciliation workflows.

Components

Receipts

Upload and manage files representing proof of payment. Link them to transactions or store them independently.

Transactions

Create and track expense entries, optionally linking them to receipts for reconciliation and audit support.