---
title: SellingPlanCheckoutCharge - Storefront API
description: The initial payment due for the purchase.
api_version: 2025-07
api_name: storefront
type: object
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/2025-07/objects/SellingPlanCheckoutCharge
  md: >-
    https://shopify.dev/docs/api/storefront/2025-07/objects/SellingPlanCheckoutCharge.md
---

# Selling​Plan​Checkout​Charge

object

Requires `unauthenticated_read_selling_plans` access scope.

The initial payment due for the purchase.

## Fields

* type

  [Selling​Plan​Checkout​Charge​Type!](https://shopify.dev/docs/api/storefront/2025-07/enums/SellingPlanCheckoutChargeType)

  non-null

  The charge type for the checkout charge.

* value

  [Selling​Plan​Checkout​Charge​Value!](https://shopify.dev/docs/api/storefront/2025-07/unions/SellingPlanCheckoutChargeValue)

  non-null

  The charge value for the checkout charge.

***

## Map

### Fields with this object

* [SellingPlan.checkoutCharge](https://shopify.dev/docs/api/storefront/2025-07/objects/SellingPlan#field-SellingPlan.fields.checkoutCharge)
