# PaymentCustomization - admin-graphql - OBJECT Version: 2024-04 ## Description A payment customization. ### Access Scopes `read_payment_customizations` access scope. ## Fields * [enabled](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - The enabled status of the payment customization. * [errorHistory](/docs/api/admin-graphql/2024-04/objects/FunctionsErrorHistory): FunctionsErrorHistory - The error history on the most recent version of the payment customization. * [functionId](/docs/api/admin-graphql/2024-04/scalars/String): String! - The ID of the Shopify Function implementing the payment customization. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/admin-graphql/2024-04/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-04/objects/PrivateMetafield): PrivateMetafield - Returns a private metafield by namespace and key that belongs to the resource. * [shopifyFunction](/docs/api/admin-graphql/2024-04/objects/ShopifyFunction): ShopifyFunction! - The Shopify Function implementing the payment customization. * [title](/docs/api/admin-graphql/2024-04/scalars/String): String! - The title of the payment customization. ## Connections * [metafieldDefinitions](/docs/api/admin-graphql/2024-04/connections/MetafieldDefinitionConnection): MetafieldDefinitionConnection! * [metafields](/docs/api/admin-graphql/2024-04/connections/MetafieldConnection): MetafieldConnection! * [privateMetafields](/docs/api/admin-graphql/2024-04/connections/PrivateMetafieldConnection): PrivateMetafieldConnection! ## Related queries * [paymentCustomization](/docs/api/admin-graphql/2024-04/queries/paymentCustomization) The payment customization. * [paymentCustomizations](/docs/api/admin-graphql/2024-04/queries/paymentCustomizations) The payment customizations. ## Related mutations * [paymentCustomizationCreate](/docs/api/admin-graphql/2024-04/mutations/paymentCustomizationCreate) Creates a payment customization. * [paymentCustomizationUpdate](/docs/api/admin-graphql/2024-04/mutations/paymentCustomizationUpdate) Updates a payment customization. ## Related Unions * [MetafieldReferencer](/docs/api/admin-graphql/2024-04/unions/MetafieldReferencer) Types of resources that may use metafields to reference other resources. ## Examples