---
title: "Payout data model"
url: "https://docs.unified.to/payment/payout/model"
description: "API reference for Payout data model. Launch multiple pre-built Payout integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-30T19:53:11.727Z"
---
# Payout data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/payment/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**string 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**string 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**total\_amount**number 

**currency**string 

**notes**string 

**status** enum

Valid values:

 "SUCCEEDED" 

 "PENDING" 

 "FAILED" 

 "CANCELED" 

**raw**any
