# StoreCreditAccountDebitRevertTransaction - customer - OBJECT Version: 2024-10 ## Description A debit revert transaction which increases the store credit account balance. Debit revert transactions are created automatically when a [store credit account debit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountDebitTransaction) is reverted. Store credit account debit transactions are reverted when an order is cancelled, refunded or in the event of a payment failure at checkout. The amount added to the balance is equal to the amount reverted on the original credit. ### Access Scopes ## Fields * [account](/docs/api/customer/2024-10/objects/StoreCreditAccount): StoreCreditAccount! - The store credit account that the transaction belongs to. * [amount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The amount of the transaction. * [balanceAfterTransaction](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The balance of the account after the transaction. * [createdAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The date and time when the transaction was created. * [debitTransaction](/docs/api/customer/2024-10/objects/StoreCreditAccountDebitTransaction): StoreCreditAccountDebitTransaction! - The reverted debit transaction. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples