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