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

# Overview

> Balances are the amount of money in an account, or the amount of money owed to a person or organization.

**The Balances Data Model** simplifies the handling and retrieval of balances-related information across various ecommerce platforms.

* Unified Balances properties: The model provides a unified representation of balances properties across different platforms, enabling you to easily access and manage balances data from different platforms.
* Comprehensive balances information: The model provides a comprehensive representation of balances data, including all the properties and relationships that you can retrieve for an order.

## Attributes

## Properties Supported

| Property           | Type   | Description                          |
| ------------------ | ------ | ------------------------------------ |
| platform\_id       | string | The Platform's ID for the balances   |
| available\_balance | string | The available balance in the account |
| currency\_id       | string | The currency of the balance          |

<ResponseExample name="The Balances Object">
  ```json The Balances Response Object theme={null}
  {
    "rootfi_id": 157,
    "rootfi_deleted_at": null,
    "rootfi_created_at": "2024-01-22T05:07:31.465Z",
    "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
    "rootfi_company_id": 1089,
    "platform_id": "bal_123456",
    "platform_unique_id": "BAL-2024-001",
    "available_balance": 1250.75,
    "currency_id": "USD"
  }
  ```
</ResponseExample>
