{
  "rootfi_id": 157,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "created_at": "2024-01-22T05:07:31.000Z",
  "amount": 100.0,
  "currency_id": "USD",
  "payment_id": "123456",
  "description": "Payment Description",
  "status": "PENDING"
}

The Refunds Data Model simplifies the handling and retrieval of Refunds data for your application. The model provides a unified representation of refunds data across different platforms, enabling you to easily access and manage refunds data from different platforms.

  • Unified Refunds properties: The model provides a unified representation of refunds properties across different platforms, enabling you to easily access and manage refunds data from different platforms.
  • Comprehensive refunds information: The model provides a comprehensive representation of refunds data, including all the properties and relationships that you can retrieve for an order.

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Refunds
created_atstringThe date and time the payment was created.
amountstringThe amount of the payment.
currency_idstringThe currency of the payment.
payment_idstringThe payment id of the payment.
descriptionstringThe description of the payment.
statusenumThe status of the payment. Allowed values are PENDING, SUCCESS, FAILED
{
  "rootfi_id": 157,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "created_at": "2024-01-22T05:07:31.000Z",
  "amount": 100.0,
  "currency_id": "USD",
  "payment_id": "123456",
  "description": "Payment Description",
  "status": "PENDING"
}