---
title: "Refund data model"
url: "https://docs.unified.to/payment/refund/model"
description: "API reference for Refund data model. Launch multiple pre-built Refund integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-30T19:53:10.676Z"
---
# Refund 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**date 

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

**updated\_at**date 

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

**total\_amount**number 

**payment\_id**string 

(reference to PaymentPayment)

**currency**string 

**notes**string 

**status** enum

Valid values:

 "SUCCEEDED" 

 "PENDING" 

 "FAILED" 

 "CANCELED" 

**reference**string 

**raw**any
