--- title: ShopPayInstallmentsFinancingPlan - Storefront API description: The financing plan in Shop Pay Installments. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/objects/ShopPayInstallmentsFinancingPlan md: >- https://shopify.dev/docs/api/storefront/latest/objects/ShopPayInstallmentsFinancingPlan.md --- # Shop​Pay​Installments​Financing​Plan object Requires `unauthenticated_read_checkouts` access scope. The financing plan in Shop Pay Installments. ## Fields * id [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID) non-null Token access required A globally-unique ID. * max​Price [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null Token access required The maximum price to qualify for the financing plan. * min​Price [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null Token access required The minimum price to qualify for the financing plan. * terms [\[Shop​Pay​Installments​Financing​Plan​Term!\]!](https://shopify.dev/docs/api/storefront/latest/objects/ShopPayInstallmentsFinancingPlanTerm) non-null Token access required The terms of the financing plan. *** ## Map ### Fields with this object * {}[ShopPayInstallmentsPricing.financingPlans](https://shopify.dev/docs/api/storefront/latest/objects/ShopPayInstallmentsPricing#field-ShopPayInstallmentsPricing.fields.financingPlans) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node) interface *** ## ||-ShopPayInstallmentsFinancingPlan Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)