--- title: StoreCreditAccount - Customer API description: |- A store credit account contains a monetary balance that can be redeemed at checkout for purchases in the shop. The account is held in the specified currency and has an owner that cannot be transferred. The account balance is redeemable at checkout only when the owner is authenticated via [new customer accounts authentication](https://shopify.dev/docs/api/customer). api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/storecreditaccount md: https://shopify.dev/docs/api/customer/latest/objects/storecreditaccount.md --- # Store​Credit​Account object A store credit account contains a monetary balance that can be redeemed at checkout for purchases in the shop. The account is held in the specified currency and has an owner that cannot be transferred. The account balance is redeemable at checkout only when the owner is authenticated via [new customer accounts authentication](https://shopify.dev/docs/api/customer). ## Fields * balance [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The current balance of the store credit account. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * transactions [Store​Credit​Account​Transaction​Connection!](https://shopify.dev/docs/api/customer/latest/connections/StoreCreditAccountTransactionConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The transaction history of the store credit account. *** ## Map ### Fields and connections with this object * {}[CompanyLocation.storeCreditAccounts](https://shopify.dev/docs/api/customer/latest/objects/CompanyLocation#field-storeCreditAccounts) * {}[Customer.storeCreditAccounts](https://shopify.dev/docs/api/customer/latest/objects/Customer#field-storeCreditAccounts) * ||-[HasStoreCreditAccounts.storeCreditAccounts](https://shopify.dev/docs/api/customer/latest/interfaces/HasStoreCreditAccounts#field-storeCreditAccounts) * <->[StoreCreditAccountConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/StoreCreditAccountConnection#field-nodes) * {}[StoreCreditAccountCreditTransaction.account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountCreditTransaction#field-account) * {}[StoreCreditAccountDebitRevertTransaction.account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountDebitRevertTransaction#field-account) * {}[StoreCreditAccountDebitTransaction.account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountDebitTransaction#field-account) * {}[StoreCreditAccountEdge.node](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountEdge#field-node) * {}[StoreCreditAccountExpirationTransaction.account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountExpirationTransaction#field-account) * ||-[StoreCreditAccountTransaction.account](https://shopify.dev/docs/api/customer/latest/interfaces/StoreCreditAccountTransaction#field-account) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-StoreCreditAccount Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)