--- title: ShopPayInstallmentsFinancingPlanTerm - Storefront API description: The terms of 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/ShopPayInstallmentsFinancingPlanTerm md: >- https://shopify.dev/docs/api/storefront/2025-01/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/2025-01/scalars/Int) non-null The annual percentage rate (APR) of the financing plan. * frequency [Shop​Pay​Installments​Financing​Plan​Frequency!](https://shopify.dev/docs/api/storefront/2025-01/enums/ShopPayInstallmentsFinancingPlanFrequency) non-null The payment frequency for the financing plan. * id [ID!](https://shopify.dev/docs/api/storefront/2025-01/scalars/ID) non-null A globally-unique ID. * installments​Count [Count](https://shopify.dev/docs/api/storefront/2025-01/objects/Count) The number of installments for the financing plan. * loan​Type [Shop​Pay​Installments​Loan!](https://shopify.dev/docs/api/storefront/2025-01/enums/ShopPayInstallmentsLoan) non-null The type of loan for the financing plan. *** ## Map ### Fields with this object * {}[ShopPayInstallmentsFinancingPlan.terms](https://shopify.dev/docs/api/storefront/2025-01/objects/ShopPayInstallmentsFinancingPlan#field-ShopPayInstallmentsFinancingPlan.fields.terms) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/2025-01/interfaces/Node) interface *** ## ||-ShopPayInstallmentsFinancingPlanTerm Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/2025-01/interfaces/Node)