{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "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",
  "amount": "123.45",
  "type": "credit",
  "created_at": "2024-01-22T05:07:31.465Z",
  "description": "Transaction description",
  "currency_id": "1234567890",
  "status": "completed",
  "source": "source"
}

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

  • 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 an order.

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Transactions
amountstringThe amount of the transaction
typestringThe type of the transaction
created_atstringThe date and time the transaction was created
descriptionstringThe description of the transaction
currency_idstringThe currency ID of the transaction
statusstringThe status of the transaction
sourcestringThe source of the transaction
{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "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",
  "amount": "123.45",
  "type": "credit",
  "created_at": "2024-01-22T05:07:31.465Z",
  "description": "Transaction description",
  "currency_id": "1234567890",
  "status": "completed",
  "source": "source"
}