{
  "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",
  "description": "Payment Description",
  "amount": "100.00",
  "currency_id": "USD",
  "status": "ATTEMPTED",
  "customer_id": "123456",
  "invoice_id": "123456",
  "order_id": "123456",
  "payment_method": "CARD"
}

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

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

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the Payouts
amountstringThe amount of the payment
created_atstringThe date the payment was created
descriptionstringThe description of the payment
currency_idstringThe currency of the payment
statusstringThe status of the payment. Allowed values are CREATED, 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",
  "description": "Payment Description",
  "amount": "100.00",
  "currency_id": "USD",
  "status": "ATTEMPTED",
  "customer_id": "123456",
  "invoice_id": "123456",
  "order_id": "123456",
  "payment_method": "CARD"
}