--- title: StoreCreditAccount - GraphQL Admin 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: 2026-01 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccount' md: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccount.md --- # Store​Credit​Account object Requires `read_store_credit_accounts` access scope. 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 * id * owner * transactions *** ## Map ### Fields and connections with this object * [CompanyLocation.storeCreditAccounts](https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyLocation#field-CompanyLocation.fields.storeCreditAccounts) * [Customer.storeCreditAccounts](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer#field-Customer.fields.storeCreditAccounts) * [HasStoreCreditAccounts.storeCreditAccounts](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/HasStoreCreditAccounts#fields-storeCreditAccounts) * [StoreCreditAccountConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/StoreCreditAccountConnection#returns-nodes) * [StoreCreditAccountCreditTransaction.account](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountCreditTransaction#field-StoreCreditAccountCreditTransaction.fields.account) * [StoreCreditAccountDebitRevertTransaction.account](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountDebitRevertTransaction#field-StoreCreditAccountDebitRevertTransaction.fields.account) * [StoreCreditAccountDebitTransaction.account](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountDebitTransaction#field-StoreCreditAccountDebitTransaction.fields.account) * [StoreCreditAccountEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountEdge#field-StoreCreditAccountEdge.fields.node) * [StoreCreditAccountExpirationTransaction.account](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountExpirationTransaction#field-StoreCreditAccountExpirationTransaction.fields.account) * [StoreCreditAccountTransaction.account](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/StoreCreditAccountTransaction#fields-account) *** ## Queries * storeCreditAccount *** ## StoreCreditAccount Queries ### Queried by * [store​Credit​Account](https://shopify.dev/docs/api/admin-graphql/latest/queries/storeCreditAccount) *** ## Interfaces * Node *** ## StoreCreditAccount Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)