---
title: ShopPayInstallmentsFinancingPlanTerm - Storefront API
description: The terms of the financing plan in Shop Pay Installments.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/objects/shoppayinstallmentsfinancingplanterm
  md: https://shopify.dev/docs/api/storefront/latest/objects/shoppayinstallmentsfinancingplanterm.md
---

# Shop​Pay​Installments​Financing​Plan​Term

object

Requires `unauthenticated_read_checkouts` access scope.

The terms of the financing plan in Shop Pay Installments.

## Fields

* apr

  [Int!](https://shopify.dev/docs/api/storefront/latest/scalars/Int)

  non-null Token access required

  The annual percentage rate (APR) of the financing plan.

* frequency

  [Shop​Pay​Installments​Financing​Plan​Frequency!](https://shopify.dev/docs/api/storefront/latest/enums/ShopPayInstallmentsFinancingPlanFrequency)

  non-null Token access required

  The payment frequency for the financing plan.

* id

  [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID)

  non-null Token access required

  A globally-unique ID.

* installments​Count

  [Count](https://shopify.dev/docs/api/storefront/latest/objects/Count)

  Token access required

  The number of installments for the financing plan.

* loan​Type

  [Shop​Pay​Installments​Loan!](https://shopify.dev/docs/api/storefront/latest/enums/ShopPayInstallmentsLoan)

  non-null Token access required

  The type of loan for the financing plan.

***

## Map

### Fields with this object

* [ShopPayInstallmentsFinancingPlan.terms](https://shopify.dev/docs/api/storefront/latest/objects/ShopPayInstallmentsFinancingPlan#field-ShopPayInstallmentsFinancingPlan.fields.terms)

***

## Interfaces

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

  interface

***

## ShopPayInstallmentsFinancingPlanTerm Implements

### Implements

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