# StoreCreditAccountCreditTransaction - admin-graphql - OBJECT Version: 2024-10 ## Description A credit transaction which increases the store credit account balance. ### Access Scopes `read_store_credit_account_transactions` access scope. ## Fields * [account](/docs/api/admin-graphql/2024-10/objects/StoreCreditAccount): StoreCreditAccount! - The store credit account that the transaction belongs to. * [amount](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The amount of the transaction. * [balanceAfterTransaction](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The balance of the account after the transaction. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the transaction was created. * [expiresAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The time at which the transaction expires. Debit transactions will always spend the soonest expiring credit first. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [remainingAmount](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The remaining amount of the credit. The remaining amount will decrease when a debit spends this credit. It may also increase if that debit is subsequently reverted. In the event that the credit expires, the remaining amount will represent the amount that remained as the expiry ocurred. ## Connections ## Related queries ## Related mutations * [storeCreditAccountCredit](/docs/api/admin-graphql/2024-10/mutations/storeCreditAccountCredit) Creates a credit transaction that increases the store credit account balance by the given amount. This operation will create an account if one does not already exist. A store credit account owner can hold multiple accounts each with a different currency. Use the most appropriate currency for the given store credit account owner. ## Related Unions ## Examples