--- title: PaymentSchedule - GraphQL Admin description: >- Represents the payment schedule for a single payment defined in the payment terms. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PaymentSchedule' md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/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 * completed​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/DateTime) Date and time when the payment schedule is paid or fulfilled. * due​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/DateTime) Date and time when the payment schedule is due. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/ID) non-null A globally-unique ID. * issued​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/DateTime) Date and time when the invoice is sent. * payment​Terms [Payment​Terms!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PaymentTerms) non-null The payment terms the payment schedule belongs to. * amount [Money​V2!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyV2) non-nullDeprecated *** ## Map ### Fields and connections with this object * <->[PaymentScheduleConnection.nodes](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/PaymentScheduleConnection#returns-nodes) * {}[PaymentScheduleEdge.node](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PaymentScheduleEdge#field-PaymentScheduleEdge.fields.node) * {}[PaymentTerms.paymentSchedules](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PaymentTerms#field-PaymentTerms.fields.paymentSchedules) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/Node) interface *** ## ||-PaymentSchedule Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/Node)