--- title: StoreCreditAccountDebitPayload - GraphQL Admin description: Return type for `storeCreditAccountDebit` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/storecreditaccountdebitpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/storecreditaccountdebitpayload.md --- # Store​Credit​Account​Debit​Payload payload Return type for `storeCreditAccountDebit` mutation. ## Fields * store​Credit​Account​Transaction [Store​Credit​Account​Debit​Transaction](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountDebitTransaction) The store credit account transaction that was created. * user​Errors [\[Store​Credit​Account​Debit​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountDebitUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [store​Credit​Account​Debit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/storeCreditAccountDebit) mutation Creates a debit transaction that decreases the store credit account balance by the given amount. *** ## Map ### Mutations with this payload * [store​Credit​Account​Debit](https://shopify.dev/docs/api/admin-graphql/latest/types/storeCreditAccountDebit)