--- title: paymentSettings - Storefront API description: Settings related to payments. api_version: 2025-10 api_name: storefront type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/queries/paymentSettings md: https://shopify.dev/docs/api/storefront/latest/queries/paymentSettings.md --- # payment​Settings query Settings related to payments. ## Possible returns * Payment​Settings [Payment​Settings!](https://shopify.dev/docs/api/storefront/latest/objects/PaymentSettings) Settings related to payments. *** ## Examples * ### paymentSettings reference ## Query Reference ```graphql { paymentSettings { # paymentSettings fields } } ```