- Unified disputes properties: The model provides a unified representation of disputes from different payment gateways, enabling you to easily access and manage dispute data from different platforms.
- Comprehensive disputes information: The model provides a comprehensive representation of disputes, including information like the dispute
amount,currency,reason_code,reason_description,status,payment_id,platform_id,created_at, and more.
Attributes
Dispute Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | The RootFi ID of the dispute |
| 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 dispute |
| platform_id | string | The Platform’s ID for the dispute |
| platform_unique_id | string | The platform’s unique identifier for the dispute |
| created_at | string | The date and time the dispute was created |
| amount | number | The amount of the dispute |
| currency_id | string | The currency id of the dispute |
| status | enum | The status of the dispute (WON, LOST, PENDING, OPEN, CLOSED) |
| reason_code | string | The reason code of the dispute |
| reason_description | string | The reason description of the dispute |
| payment_id | string | The payment id of the dispute |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the dispute |
| created_at | string | The date and time the dispute was created |
| amount | number | The amount of the dispute |
| currency_id | string | The currency id of the dispute |
| status | enum | The status of the dispute. Allowed values are WON, LOST, PENDING, OPEN, CLOSED |
| reason_code | string | The reason code of the dispute |
| reason_description | string | The reason description of the dispute |
| payment_id | string | The payment id of the dispute |

