--- title: PaymentTerms - Customer API description: The payment terms associated with an order or draft order. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/paymentterms md: https://shopify.dev/docs/api/customer/latest/objects/paymentterms.md --- # Payment​Terms object The payment terms associated with an order or draft order. ## Fields * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * next​Due​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) 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[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the payment terms have overdue payment schedules. * payment​Schedules [Payment​Schedule​Connection!](https://shopify.dev/docs/api/customer/latest/connections/PaymentScheduleConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The list of schedules associated with the payment terms. * 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-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)