- Unified Payouts properties: The model provides a unified representation of payouts properties across different platforms, enabling you to easily access and manage payouts data from different platforms.
- Comprehensive payouts information: The model provides a comprehensive representation of payouts data, including all the properties and relationships that you can retrieve for a payout.
Attributes
Payout Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | The RootFi ID of the payout |
| 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 payout |
| platform_id | string | The Platform’s ID for the Payout |
| platform_unique_id | string | The platform’s unique identifier for the payout |
| amount | number | The amount of the payout |
| created_at | string | The date the payout was created |
| description | string | The description of the payout |
| currency_id | string | The currency of the payout |
| status | enum | The status of the payout (CREATED, SUCCESS, FAILED) |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the Payout |
| amount | number | The amount of the payout |
| created_at | string | The date the payout was created |
| description | string | The description of the payout |
| currency_id | string | The currency of the payout |
| status | enum | The status of the payout. Allowed values are CREATED, SUCCESS, FAILED |

