- Unified Transactions properties: The model provides a unified representation of transactions properties across different platforms, enabling you to easily access and manage transactions data from different platforms.
- Comprehensive transactions information: The model provides a comprehensive representation of transactions data, including all the properties and relationships that you can retrieve for a transaction.
Attributes
Transaction Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | The RootFi ID of the transaction |
| rootfi_created_at | string | The ISO 8601 timestamp at which the record was created in RootFi |
| rootfi_updated_at | string | The ISO 8601 timestamp at which the record was last updated in RootFi |
| rootfi_company_id | integer | The RootFi company ID associated with the transaction |
| platform_id | string | The Platform’s ID for the Transaction |
| platform_unique_id | string | The platform’s unique identifier for the transaction |
| amount | number | The amount of the transaction |
| type | string | The type of the transaction |
| created_at | string | The date and time the transaction was created |
| description | string | The description of the transaction |
| currency_id | string | The currency ID of the transaction |
| status | string | The status of the transaction |
| source | string | The source of the transaction |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the Transaction |
| amount | number | The amount of the transaction |
| type | string | The type of the transaction |
| created_at | string | The date and time the transaction was created |
| description | string | The description of the transaction |
| currency_id | string | The currency ID of the transaction |
| status | string | The status of the transaction |
| source | string | The source of the transaction |

