# Clarivo ## Docs - [Claude Code setup](https://docs.clarivo.co/ai-tools/claude-code.md): Configure Claude Code for your documentation workflow - [Cursor setup](https://docs.clarivo.co/ai-tools/cursor.md): Configure Cursor for your documentation workflow - [Windsurf setup](https://docs.clarivo.co/ai-tools/windsurf.md): Configure Windsurf for your documentation workflow - [Post a batched daily interest accrual for a program](https://docs.clarivo.co/api-reference/accruals/post-a-batched-daily-interest-accrual-for-a-program.md): Posts one journal entry with N per-loan debit lines to Interest Receivable and one aggregated credit line to Interest Income. Idempotency key SHOULD be `accrual:{program_id}:{YYYY-MM-DD}`. - [Current balance for a loan (all sub-accounts)](https://docs.clarivo.co/api-reference/balances/current-balance-for-a-loan-all-sub-accounts.md) - [General-ledger account balance](https://docs.clarivo.co/api-reference/balances/general-ledger-account-balance.md) - [Record a loan disbursement](https://docs.clarivo.co/api-reference/disbursements/record-a-loan-disbursement.md): Debits Principal Receivable, credits the disbursement clearing account. Requires `hpts:disbursements:write` scope. - [Fires when a journal entry is posted](https://docs.clarivo.co/api-reference/fires-when-a-journal-entry-is-posted.md): Delivered at-least-once from the ledger outbox. Consumers must dedupe on `journal_entry_id`. - [Liveness probe](https://docs.clarivo.co/api-reference/health/liveness-probe.md) - [Readiness probe (checks DB connectivity)](https://docs.clarivo.co/api-reference/health/readiness-probe-checks-db-connectivity.md) - [API Reference](https://docs.clarivo.co/api-reference/introduction.md): High-Performance Transaction System (HPTS) — lending ledger API - [Fetch a journal entry with its lines](https://docs.clarivo.co/api-reference/journal/fetch-a-journal-entry-with-its-lines.md) - [Paginated journal history for a loan](https://docs.clarivo.co/api-reference/journal/paginated-journal-history-for-a-loan.md) - [Record a loan payment and post to ledger](https://docs.clarivo.co/api-reference/payments/record-a-loan-payment-and-post-to-ledger.md): Records a payment event and atomically posts the allocated journal entries per the configured waterfall (fees → interest → principal by default). Returns the resulting `journal_entry_id`. - [Latest reconciliation check results](https://docs.clarivo.co/api-reference/reconciliation/latest-reconciliation-check-results.md) - [Post a reversal of an existing journal entry](https://docs.clarivo.co/api-reference/reversals/post-a-reversal-of-an-existing-journal-entry.md): Creates a new journal entry whose lines are the direction-flipped counterparts of the original. Requires the `hpts:reversals:write` scope, which is granted only to privileged roles and audited. - [Local development](https://docs.clarivo.co/development.md): Run the Clarivo docs locally to preview and contribute changes - [Code blocks](https://docs.clarivo.co/essentials/code.md): Display inline code and code blocks - [Images and embeds](https://docs.clarivo.co/essentials/images.md): Add image, video, and other HTML elements - [Markdown syntax](https://docs.clarivo.co/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://docs.clarivo.co/essentials/navigation.md): The navigation field in docs.json defines the pages that go in the navigation menu - [Reusable snippets](https://docs.clarivo.co/essentials/reusable-snippets.md): Reusable, custom snippets to keep content in sync - [Global Settings](https://docs.clarivo.co/essentials/settings.md): Control the look, feel, and structure of the Clarivo docs using docs.json - [Welcome to Clarivo](https://docs.clarivo.co/index.md): Developer documentation for the Clarivo lending ledger platform - [Quickstart](https://docs.clarivo.co/quickstart.md): Authenticate and make your first Clarivo API call in minutes ## OpenAPI Specs - [openapi](https://docs.clarivo.co/api-reference/openapi.yaml) ## Optional - [Website](https://clarivo.co) - [Support](mailto:support@clarivo.co)