# StoreCreditAccount - customer - OBJECT Version: 2024-10 ## 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). ### Access Scopes ## Fields * [balance](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The current balance of the store credit account. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. ## Connections * [transactions](/docs/api/customer/2024-10/connections/StoreCreditAccountTransactionConnection): StoreCreditAccountTransactionConnection! ## Related queries ## Related mutations ## Related Unions ## Examples