--- title: StoreCreditAccountCreditPayload - GraphQL Admin description: Return type for `storeCreditAccountCredit` 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/storecreditaccountcreditpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/storecreditaccountcreditpayload.md --- # Store​Credit​Account​Credit​Payload payload Return type for `storeCreditAccountCredit` mutation. ## Fields * store​Credit​Account​Transaction [Store​Credit​Account​Credit​Transaction](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountCreditTransaction) The store credit account transaction that was created. * user​Errors [\[Store​Credit​Account​Credit​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/StoreCreditAccountCreditUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [store​Credit​Account​Credit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/storeCreditAccountCredit) mutation Creates a credit transaction that increases the store credit account balance by the given amount. This operation will create an account if one does not already exist. A store credit account owner can hold multiple accounts each with a different currency. Use the most appropriate currency for the given store credit account owner. *** ## Map ### Mutations with this payload * [store​Credit​Account​Credit](https://shopify.dev/docs/api/admin-graphql/latest/types/storeCreditAccountCredit)