---
title: ShopPayInstallmentsFinancingPlan - Storefront API
description: The financing plan in Shop Pay Installments.
api_version: 2025-07
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/2025-07/objects/ShopPayInstallmentsFinancingPlan
  md: >-
    https://shopify.dev/docs/api/storefront/2025-07/objects/ShopPayInstallmentsFinancingPlan.md
api_name: storefront
api_type: graphql
type: object
---

# 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-07/scalars/ID)

  non-null Token access required

  A globally-unique ID.

* max​Price

  [Money​V2!](https://shopify.dev/docs/api/storefront/2025-07/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/2025-07/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/2025-07/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/2025-07/objects/ShopPayInstallmentsPricing#field-ShopPayInstallmentsPricing.fields.financingPlans)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/storefront/2025-07/interfaces/Node)

  interface

***

## ShopPayInstallmentsFinancingPlan Implements

### Implements

* [Node](https://shopify.dev/docs/api/storefront/2025-07/interfaces/Node)
