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