--- title: PaymentSchedule - GraphQL Admin description: Represents the payment schedule for a single payment defined in the payment terms. api_version: 2026-01 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/paymentschedule md: https://shopify.dev/docs/api/admin-graphql/latest/objects/paymentschedule.md --- # Payment​Schedule object Requires `read_payment_terms` access scope. Represents the payment schedule for a single payment defined in the payment terms. ## Fields * balanceDue * completedAt * due * dueAt * id * issuedAt * paymentTerms * totalBalance * amount: deprecated *** ## Map ### Fields and connections with this object * [PaymentScheduleConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/PaymentScheduleConnection#returns-nodes) * [PaymentScheduleEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/PaymentScheduleEdge#field-PaymentScheduleEdge.fields.node) * [PaymentTerms.paymentSchedules](https://shopify.dev/docs/api/admin-graphql/latest/objects/PaymentTerms#field-PaymentTerms.fields.paymentSchedules) *** ## Interfaces * Node *** ## PaymentSchedule Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)