---
title: "Paymentterm data model"
url: "https://docs.unified.to/accounting/paymentterm/model"
description: "API reference for Paymentterm data model. Launch multiple pre-built Paymentterm integrations today with zero maintenance — all through a single API."
---
# Paymentterm data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/accounting/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)

**name**string 

term label, e.g. "Net 30"

**description**string 

**type** enum

Valid values:

 "ON\_RECEIPT" 

 "NET\_7" 

 "NET\_10" 

 "NET\_15" 

 "NET\_20" 

**category** enum

Valid values:

 "STANDARD" 

 "DATE\_DRIVEN" 

 "OTHER" 

STANDARD (days-based) or DATE\_DRIVEN (month-based)

**is\_active**boolean 

**due\_days**number 

(standard) days until payment is due

**discount\_days**number 

(standard) days within which an early-pay discount applies

**discount\_percent**number 

(standard) early-pay discount rate

**day\_of\_month\_due**number 

(date-driven) day of month payment is due (1–31)

**discount\_day\_of\_month**number 

(date-driven) pay before this day of month for the discount

**due\_next\_month\_days**number 

(date-driven) if invoiced within N days of month-end, due next month

**organization\_id**string 

**metadata** array 

**raw**any
