--- 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. * first [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) ### Arguments The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * after [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * last [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * before [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * reverse [Boolean](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) Default:false Reverse the order of the underlying list. * sort​Key [Transaction​Sort​Keys](https://shopify.dev/docs/api/customer/latest/enums/TransactionSortKeys) Default:CREATED\_AT Sort the underlying list by the given key. * query [String](https://shopify.dev/docs/api/customer/latest/scalars/String) A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax). * * expires\_at time * id id * type string - Filter transactions by expiry date. Only applicable to StoreCreditAccountCreditTransaction objects. All other objects are handled as if they have a null expiry date. - Example: * `expires_at:<='2025-01-01T00:00:00+01:00'` * `expires_at:<='2025-12-31T23:00:00Z'` Filter by `id` range. - Example: * `id:1234` * `id:>=1234` * `id:<=1234` Filter transactions by type. Any value other than the accepted values will be ignored. Valid values: * `credit` * `debit` * `debit_revert` * `expiration` Example: * `type:expiration` * `type:credit OR type:debit_revert` *** *** ## Map ### Fields and connections with this object * {}[CompanyLocation.storeCreditAccounts](https://shopify.dev/docs/api/customer/latest/objects/CompanyLocation#field-CompanyLocation.fields.storeCreditAccounts) * {}[Customer.storeCreditAccounts](https://shopify.dev/docs/api/customer/latest/objects/Customer#field-Customer.fields.storeCreditAccounts) * ||-[HasStoreCreditAccounts.storeCreditAccounts](https://shopify.dev/docs/api/customer/latest/interfaces/HasStoreCreditAccounts#fields-storeCreditAccounts) * <->[StoreCreditAccountConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/StoreCreditAccountConnection#returns-nodes) * {}[StoreCreditAccountCreditTransaction.account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountCreditTransaction#field-StoreCreditAccountCreditTransaction.fields.account) * {}[StoreCreditAccountDebitRevertTransaction.account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountDebitRevertTransaction#field-StoreCreditAccountDebitRevertTransaction.fields.account) * {}[StoreCreditAccountDebitTransaction.account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountDebitTransaction#field-StoreCreditAccountDebitTransaction.fields.account) * {}[StoreCreditAccountEdge.node](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountEdge#field-StoreCreditAccountEdge.fields.node) * {}[StoreCreditAccountExpirationTransaction.account](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountExpirationTransaction#field-StoreCreditAccountExpirationTransaction.fields.account) * ||-[StoreCreditAccountTransaction.account](https://shopify.dev/docs/api/customer/latest/interfaces/StoreCreditAccountTransaction#fields-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)