--- 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/objects/PaymentSettings md: https://shopify.dev/docs/api/storefront/unstable/objects/PaymentSettings.md --- # Payment​Settings object Settings related to payments. ## Fields * accepted​Card​Brands [\[Card​Brand!\]!](https://shopify.dev/docs/api/storefront/unstable/enums/CardBrand) non-null List of the card brands which the business entity accepts. * card​Vault​Url [URL!](https://shopify.dev/docs/api/storefront/unstable/scalars/URL) non-null The url pointing to the endpoint to vault credit cards. * country​Code [Country​Code!](https://shopify.dev/docs/api/storefront/unstable/enums/CountryCode) non-null The country where the shop is located. When multiple business entities operate within the shop, then this will represent the country of the business entity that's serving the specified buyer context. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/storefront/unstable/enums/CurrencyCode) non-null The three-letter code for the shop's primary currency. * enabled​Presentment​Currencies [\[Currency​Code!\]!](https://shopify.dev/docs/api/storefront/unstable/enums/CurrencyCode) non-null A list of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify admin. * shopify​Payments​Account​Id [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) The shop’s Shopify Payments account ID. * supported​Digital​Wallets [\[Digital​Wallet!\]!](https://shopify.dev/docs/api/storefront/unstable/enums/DigitalWallet) non-null List of the digital wallets which the business entity supports. *** ## Map ### Fields with this object * {}[Shop.paymentSettings](https://shopify.dev/docs/api/storefront/unstable/objects/Shop#field-Shop.fields.paymentSettings) *** ## Queries * [payment​Settings](https://shopify.dev/docs/api/storefront/unstable/queries/paymentSettings) query Settings related to payments. *** ## \PaymentSettings Queries ### Queried by * \[payment​Settings](https://shopify.dev/docs/api/storefront/unstable/queries/PaymentSettings)