--- title: SellingPlanCheckoutCharge - Storefront API description: The initial payment due for the purchase. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/sellingplancheckoutcharge md: https://shopify.dev/docs/api/storefront/unstable/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/unstable/enums/SellingPlanCheckoutChargeType) non-null The charge type for the checkout charge. * value [Selling​Plan​Checkout​Charge​Value!](https://shopify.dev/docs/api/storefront/unstable/unions/SellingPlanCheckoutChargeValue) non-null The charge value for the checkout charge. *** ## Map ### Fields with this object * {}[SellingPlan.checkoutCharge](https://shopify.dev/docs/api/storefront/unstable/objects/SellingPlan#field-SellingPlan.fields.checkoutCharge)