Accounting — Component Diagram
Platform-wide immutable double-entry ledger. Records all financial transactions
Deploy URL: https://accounting.dev.platform.loop.health
Architecture
Summary
Endpoints: 9
| Path |
|---|
/readyz |
/v1/accounts/me/balance |
/v1/accounts/{id} |
/v1/accounts/{id}/balance |
/v1/accounts/{id}/ledger |
/v1/transactions |
/v1/transactions/{id}/reverse |
/v1/idempotency/cleanup |
/v1/admin/reconciliation/loop-cash-bc-drift |
Events published:
accounting.transaction.posted.v1accounting.balance.changed.v1accounting.transaction.reversed.v1