--- title: paymentCustomization - GraphQL Admin description: The payment customization. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/paymentcustomization md: https://shopify.dev/docs/api/admin-graphql/latest/queries/paymentcustomization.md --- # payment​Customization query Requires `read_payment_customizations` access scope. The payment customization. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the payment customization. *** ## Possible returns * Payment​Customization [Payment​Customization](https://shopify.dev/docs/api/admin-graphql/latest/objects/PaymentCustomization) A payment customization. *** ## Examples * ### paymentCustomization reference ## Query Reference ```graphql { paymentCustomization(id) { # paymentCustomization fields } } ```