Balances
Overview
Balances are the amount of money in an account, equal to the net of credits and debits at that point in time for that account.
The Balances Data Model simplifies the handling and retrieval of Balances data for your application. The model provides a unified representation of balances data across different platforms, enabling you to easily access and manage balances data from different 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.
Properties Supported
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the Balances |
total_balance | string | The total balance of the account |
available_balance | string | The available balance of the account |
pending_balance | string | The pending balance of the account |
currency_id | string | The currency ID of the account |