# PaymentSettings - storefront - OBJECT Version: 2024-07 ## Description Settings related to payments. ### Access Scopes ## Fields * [acceptedCardBrands](/docs/api/storefront/2024-07/enums/CardBrand): CardBrand! - List of the card brands which the shop accepts. * [cardVaultUrl](/docs/api/storefront/2024-07/scalars/URL): URL! - The url pointing to the endpoint to vault credit cards. * [countryCode](/docs/api/storefront/2024-07/enums/CountryCode): CountryCode! - The country where the shop is located. * [currencyCode](/docs/api/storefront/2024-07/enums/CurrencyCode): CurrencyCode! - The three-letter code for the shop's primary currency. * [enabledPresentmentCurrencies](/docs/api/storefront/2024-07/enums/CurrencyCode): CurrencyCode! - 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. * [shopifyPaymentsAccountId](/docs/api/storefront/2024-07/scalars/String): String - The shop’s Shopify Payments account ID. * [supportedDigitalWallets](/docs/api/storefront/2024-07/enums/DigitalWallet): DigitalWallet! - List of the digital wallets which the shop supports. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples