--- title: Store credit account balance now available in Liquid - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/store-credit-account-balance-available-in-liquid md: https://shopify.dev/changelog/store-credit-account-balance-available-in-liquid.md --- [Back to Developer changelog](https://shopify.dev/changelog) May 7, 2025 Tags: * Liquid # Store credit account balance now available in Liquid You can now remind customers of their store credit balance by displaying it on the storefront using the new [`store credit account object`](https://shopify.dev/docs/api/liquid/objects/store_credit_account). This object can be accessed through the `store_credit_account` property of the [customer](https://shopify.dev/docs/api/liquid/objects/customer) object. To display the customer's store credit balance in the current context, use the following Liquid expression: `{{customer.store_credit_account.balance | money_with_currency}}`. [Learn more](https://shopify.dev/docs/api/liquid/objects/store_credit_account) about using store credit in Liquid.