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.
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 |