--- title: StoreCreditAccountDebitPayload - GraphQL Admin description: Return type for `storeCreditAccountDebit` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/storecreditaccountdebitpayload md: https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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/unstable/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/unstable/mutations/storeCreditAccountDebit) mutation Creates a debit transaction that decreases the store credit account balance by the given amount. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the store credit account or the ID of the account owner. * debit​Input [Store​Credit​Account​Debit​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/StoreCreditAccountDebitInput) required The input fields for a store credit account debit transaction. *** *** ## Map ### Mutations with this payload * [store​Credit​Account​Debit](https://shopify.dev/docs/api/admin-graphql/unstable/types/storeCreditAccountDebit)