--- title: StoreCreditAccountDebitTransaction - Customer API description: A debit transaction which decreases the store credit account balance. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/storecreditaccountdebittransaction md: https://shopify.dev/docs/api/customer/latest/objects/storecreditaccountdebittransaction.md --- # Store​Credit​Account​Debit​Transaction object A debit transaction which decreases the store credit account balance. ## Fields * account [Store​Credit​Account!](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccount) non-null The store credit account that the transaction belongs to. * amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount of the transaction. * balance​After​Transaction [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The balance of the account after the transaction. * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the transaction was created. * event [Store​Credit​System​Event!](https://shopify.dev/docs/api/customer/latest/enums/StoreCreditSystemEvent) non-null The event that caused the store credit account transaction. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * origin [Store​Credit​Account​Transaction​Origin](https://shopify.dev/docs/api/customer/latest/unions/StoreCreditAccountTransactionOrigin) The origin of the store credit account transaction. *** ## Map ### Fields with this object * {}[StoreCreditAccountDebitRevertTransaction.debitTransaction](https://shopify.dev/docs/api/customer/latest/objects/StoreCreditAccountDebitRevertTransaction#field-debitTransaction) *** ## Interfaces * * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface * [Store​Credit​Account​Transaction](https://shopify.dev/docs/api/customer/latest/interfaces/StoreCreditAccountTransaction) interface *** ## ||-StoreCreditAccountDebitTransaction Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) * ||-[Store​Credit​Account​Transaction](https://shopify.dev/docs/api/customer/latest/interfaces/StoreCreditAccountTransaction)