--- title: AppCreditCreatePayload - Partner API description: The result of an appCreditCreate mutation. api_version: 2025-10 api_name: partner type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/partner/latest/payloads/appcreditcreatepayload md: https://shopify.dev/docs/api/partner/latest/payloads/appcreditcreatepayload.md --- # App​Credit​Create​Payload payload The result of an appCreditCreate mutation. ## Fields * app​Credit [App​Credit](https://shopify.dev/docs/api/partner/latest/objects/AppCredit) The app credit that was created. * user​Errors [\[User​Error!\]](https://shopify.dev/docs/api/partner/latest/objects/UserError) Errors when creating the application credit. *** ## Mutations with this payload * [app​Credit​Create](https://shopify.dev/docs/api/partner/latest/mutations/appCreditCreate) mutation Allows an app to create a credit for a shop that can be used towards future app purchases. This mutation is only available to Partner API clients that have been granted the `View financials` permission. *** ## Map ### Mutations with this payload * [app​Credit​Create](https://shopify.dev/docs/api/partner/latest/types/appCreditCreate)