# StoreCreditAccountDebitRevertTransaction - admin - OBJECT
Version: 2025-01

## 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
`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.
* [debitTransaction](/docs/api/admin/2025-01/objects/StoreCreditAccountDebitTransaction): StoreCreditAccountDebitTransaction! - The reverted debit transaction.
* [event](/docs/api/admin/2025-01/enums/StoreCreditSystemEvent): StoreCreditSystemEvent! - The event that caused the store credit account transaction.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [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