## §OIP SYSTEM ARTICLE — SETTLEMENT (3 operations)
A generated article for one OIP shelf. It lists every operation in this API/CLI/MCP/device/model/core subsystem, links each leaf article, and gives the ledger path for proof.

### Read Order
- scan operations
- open a leaf doc
- run via run_now or POST /api/dispatch
- open receipt
- repair/replay if needed

### Operations
- **SETTLEMENT_GET** — The terms and finality of one settlement: rail, amount, fees, reversible-until, dispute window, reserve, refun
  when: anyone asks whether money has actually settled.
  args: settlement_id or sale_id or agreement_id
  doc: https://miscsubjects.com/api/dispatch?key=SETTLEMENT_GET&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=SETTLEMENT_GET&body=stl_abc&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=SETTLEMENT_GET
- **SETTLEMENT_SWEEP** — Move held settlements when their tasks close: a completed task releases the settlement and completes the agree
  when: the automation runs it; or the owner runs it by hand.
  args: none
  doc: https://miscsubjects.com/api/dispatch?key=SETTLEMENT_SWEEP&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=SETTLEMENT_SWEEP&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=SETTLEMENT_SWEEP
- **SETTLEMENT_REFUND** — Refund one settlement. A card refund is a Stripe write and needs the owner's phrase; a settlement with no card
  when: a refused acceptance or a lost dispute has queued a refund.
  args: settlement_id|go ahead and refund
  doc: https://miscsubjects.com/api/dispatch?key=SETTLEMENT_REFUND&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=SETTLEMENT_REFUND&body=stl_abc%7Cgo%20ahead%20and%20refund&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=SETTLEMENT_REFUND

### Troubleshooting
- If a row's example has placeholders, replace only the placeholder values and preserve separators.
- If a call fails, open its receipt and repair it with POST /api/dispatch {key, body, repairs:'inv_ID'}.
- If token scope denies this system, ask the owner for a row:/rows:/pfx: token scoped to the exact operation set.

Back to the tree: https://miscsubjects.com/api/dispatch?map=1&format=markdown