Skip to main content
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 a transaction.

Attributes

Transaction Attributes

PropertyTypeDescription
rootfi_idintegerThe RootFi ID of the transaction
rootfi_created_atstringThe ISO 8601 timestamp at which the record was created in RootFi
rootfi_updated_atstringThe ISO 8601 timestamp at which the record was last updated in RootFi
rootfi_company_idintegerThe RootFi company ID associated with the transaction
platform_idstringThe Platform’s ID for the Transaction
platform_unique_idstringThe platform’s unique identifier for the transaction
amountnumberThe 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

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Transaction
amountnumberThe 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": "txn_123456",
  "amount": 150.00,
  "type": "credit",
  "created_at": "2024-01-22T05:07:31.465Z",
  "description": "Payment received from customer",
  "currency_id": "USD",
  "status": "completed",
  "source": "payment"
}