---
title: PaymentCustomizationInput - GraphQL Admin
description: The input fields to create and update a payment customization.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/paymentcustomizationinput
  md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/paymentcustomizationinput.md
---

# Payment​Customization​Input

input\_object

The input fields to create and update a payment customization.

## Fields

* enabled

  [Boolean](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean)

  The enabled status of the payment customization.

* function​Handle

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  Function handle scoped to your app ID.

* metafields

  [\[Metafield​Input!\]](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MetafieldInput)

  Default:\[]

  Additional metafields to associate to the payment customization.

* title

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The title of the payment customization.

* function​Id

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  Deprecated

***

## Mutations using this input

* [payment​Customization​Create.paymentCustomization](https://shopify.dev/docs/api/admin-graphql/latest/mutations/paymentCustomizationCreate#arguments-paymentCustomization)

  ARGUMENT

* [payment​Customization​Update.paymentCustomization](https://shopify.dev/docs/api/admin-graphql/latest/mutations/paymentCustomizationUpdate#arguments-paymentCustomization)

  ARGUMENT

***

## Map

### Mutations using this input

* [payment​Customization​Create.paymentCustomization](https://shopify.dev/docs/api/admin-graphql/latest/mutations/paymentCustomizationCreate#arguments-paymentCustomization)
* [payment​Customization​Update.paymentCustomization](https://shopify.dev/docs/api/admin-graphql/latest/mutations/paymentCustomizationUpdate#arguments-paymentCustomization)