# StoreCreditAccountExpirationTransaction - admin - OBJECT Version: 2025-01 ## Description An expiration transaction which decreases the store credit account balance. Expiration transactions are created automatically when a [store credit account credit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountCreditTransaction) expires. The amount subtracted from the balance is equal to the remaining amount of the credit transaction. ### Access Scopes `read_store_credit_account_transactions` access scope. ## Fields * [account](/docs/api/admin/2025-01/objects/StoreCreditAccount): StoreCreditAccount! - The store credit account that the transaction belongs to. * [amount](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - The amount of the transaction. * [balanceAfterTransaction](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - The balance of the account after the transaction. * [createdAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The date and time when the transaction was created. * [creditTransaction](/docs/api/admin/2025-01/objects/StoreCreditAccountCreditTransaction): StoreCreditAccountCreditTransaction! - The credit transaction which expired. * [event](/docs/api/admin/2025-01/enums/StoreCreditSystemEvent): StoreCreditSystemEvent! - The event that caused the store credit account transaction. * [origin](/docs/api/admin/2025-01/unions/StoreCreditAccountTransactionOrigin): StoreCreditAccountTransactionOrigin - The origin of the store credit account transaction. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples