# Transactions

Lawmatics MCP server · 3 tools

## Tools

- [Create Transaction](/integrations/lawmatics/transactions/create-transaction/) — Create a financial transaction (credit) in Lawmatics, associated with exactly one matter, contact, or company. Amount is in integer cents (e.g. 5000 = $50.00). Optionally link it to an invoice by invoice number. Debits cannot be created via the API — they are system-generated (e.g. refunds). The response echoes the created transaction, including a `relationships` envelope of {id,type} pointers to related records (billing account, matter, invoice, recording user, trust fund request).

- [Get Transaction](/integrations/lawmatics/transactions/get-transaction/) — Fetch a single financial transaction from Lawmatics by ID, including its type, amount in integer cents, payment method, bank account type, and a `relationships` envelope of {id,type} pointers to related records (billing account, matter, invoice, recording user, trust fund request).

- [List Transactions](/integrations/lawmatics/transactions/list-transactions/) — List financial transactions (payments, debits, credits) from Lawmatics with optional pagination and sorting. Each transaction includes its type, amount in integer cents, payment method, bank account type, and a `relationships` envelope of to-one {id,type} pointers (billing account, matter, invoice, recording user, trust fund request).
