---
title: ShopPayWalletContentInput - Storefront API
description: The input fields for submitting Shop Pay payment method information for checkout.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/input-objects/ShopPayWalletContentInput
  md: https://shopify.dev/docs/api/storefront/latest/input-objects/ShopPayWalletContentInput.md
---

# Shop​Pay​Wallet​Content​Input

input\_object

The input fields for submitting Shop Pay payment method information for checkout.

## Fields

* billing​Address

  [Mailing​Address​Input!](https://shopify.dev/docs/api/storefront/latest/input-objects/MailingAddressInput)

  required

  The customer's billing address.

* session​Token

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

  non-null

  Session token for transaction.

***

## Input objects using this input

* [Cart​Wallet​Payment​Method​Input.shopPayWalletContent](https://shopify.dev/docs/api/storefront/latest/input-objects/CartWalletPaymentMethodInput#fields-shopPayWalletContent)

  INPUT OBJECT

  The input fields for submitting wallet payment method information for checkout.

***

## Map

### Input objects using this input

* [Cart​Wallet​Payment​Method​Input.shopPayWalletContent](https://shopify.dev/docs/api/storefront/latest/input-objects/CartWalletPaymentMethodInput#fields-shopPayWalletContent)