- Real-time balance: Current snapshot of available funds
- Currency-specific: Balances are tracked per currency
- Balance categories: Track available, pending, and total balances separately
Attributes
Balance Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | Unique identifier for this balance record |
| rootfi_created_at | string | When this record was created in Commenda’s system (ISO 8601) |
| rootfi_updated_at | string | When this record was last updated (ISO 8601) |
| rootfi_company_id | integer | Company identifier |
| platform_id | string | Platform-specific balance identifier |
| platform_unique_id | string | Alternative unique identifier from the platform |
| total_balance | number | Total balance including pending funds |
| available_balance | number | Funds available for immediate use or payout |
| pending_balance | number | Funds not yet available (processing, holds, etc.) |
| currency_id | string | ISO 4217 currency code |