---
title: PaymentTerms - Customer API
description: The payment terms associated with an order or draft order.
api_version: 2026-07
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/objects/PaymentTerms'
  md: 'https://shopify.dev/docs/api/customer/latest/objects/PaymentTerms.md'
api_name: customer
api_type: graphql
type: object
---

# Payment​Terms

object

Requires `customer_read_orders` access scope.

The payment terms associated with an order or draft order.

## Fields

* id

  [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID)

  non-null

  A globally-unique ID.

* next​Due​At

  [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime)

  The next due date if this is the NET or FIXED type of payment terms.

* overdue

  [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean)

  non-null

  Whether the payment terms have overdue payment schedules.

* payment​Schedules

  [Payment​Schedule​Connection!](https://shopify.dev/docs/api/customer/latest/connections/PaymentScheduleConnection)

  non-null

  The list of schedules associated with the payment terms.

  * after

    [String](https://shopify.dev/docs/api/customer/latest/scalars/String)

    ### Arguments

    The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).

  * before

    [String](https://shopify.dev/docs/api/customer/latest/scalars/String)

    The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql).

  * first

    [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int)

    The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).

  * last

    [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int)

    The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql).

  * reverse

    [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean)

    Default:false

    Reverse the order of the underlying list.

  ***

* payment​Terms​Name

  [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

  non-null

  The name of the payment terms template that was used to create the payment terms.

***

## Map

### Fields with this object

* [OrderPaymentInformation.paymentTerms](https://shopify.dev/docs/api/customer/latest/objects/OrderPaymentInformation#field-OrderPaymentInformation.fields.paymentTerms)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)

  interface

***

## PaymentTerms Implements

### Implements

* [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)
