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

# Apple​Pay​Wallet​Content​Input

input\_object

The input fields for submitting Apple 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.

* data

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

  non-null

  The data for the Apple Pay wallet.

* header

  [Apple​Pay​Wallet​Header​Input!](https://shopify.dev/docs/api/storefront/latest/input-objects/ApplePayWalletHeaderInput)

  required

  The header data for the Apple Pay wallet.

* last​Digits

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

  The last digits of the card used to create the payment.

* signature

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

  non-null

  The signature for the Apple Pay wallet.

* version

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

  non-null

  The version for the Apple Pay wallet.

***

## Input objects using this input

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

  INPUT OBJECT

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

***

## Map

### Input objects using this input

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