> ## Documentation Index
> Fetch the complete documentation index at: https://docs.northfond.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Transactions

> Track normalized payment state, events, settlement, and retries.

Use `GET /api/v1/business/transactions` to list transactions and `GET /api/v1/business/transactions/:id` for immutable status events and failure details.

Common states include `pending`, `awaiting_funds`, `funded`, `processing`, `action_required`, `completed`, and `failed`. Terminal transactions never regress.

Settlement details are available at `GET /api/v1/business/transactions/:id/settlement`. Confirm an external-wallet settlement with `POST /api/v1/business/transactions/:id/settlement/confirm`.
