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.
Expense Management consists of two main resources: Transactions and Receipts.
Receipts and transactions are loosely coupled. You can:
This structure allows flexibility for both real-time capture and delayed reconciliation workflows.