# paymentCustomization - admin-graphql - QUERY Version: 2024-10 ## Description The payment customization. ### Access Scopes `read_payment_customizations` access scope. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the payment customization. ## Returns * [enabled](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! The enabled status of the payment customization. * [errorHistory](/docs/api/admin-graphql/2024-10/objects/FunctionsErrorHistory): FunctionsErrorHistory The error history on the most recent version of the payment customization. * [functionId](/docs/api/admin-graphql/2024-10/scalars/String): String! The ID of the Shopify Function implementing the payment customization. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! A globally-unique ID. * [metafield](/docs/api/admin-graphql/2024-10/objects/Metafield): Metafield A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [privateMetafield](/docs/api/admin-graphql/2024-10/objects/PrivateMetafield): PrivateMetafield Returns a private metafield by namespace and key that belongs to the resource. * [shopifyFunction](/docs/api/admin-graphql/2024-10/objects/ShopifyFunction): ShopifyFunction! The Shopify Function implementing the payment customization. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! The title of the payment customization. ## Examples