--- title: AppSubscriptionCreatePayload - GraphQL Admin description: Return type for `appSubscriptionCreate` mutation. api_version: 2024-10 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/AppSubscriptionCreatePayload md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/AppSubscriptionCreatePayload.txt --- # App​Subscription​Create​Payload payload Return type for `appSubscriptionCreate` mutation. ## Fields * app​Subscription [App​Subscription](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppSubscription) The newly-created app subscription. * confirmation​Url [URL](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/URL) The URL pointing to the page where the merchant approves or declines the charges for an app subscription. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [app​Subscription​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/appSubscriptionCreate) mutation Allows an app to charge a store for features or services on a recurring basis. *** ## Map ### Mutations with this payload * <\~>[app​Subscription​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/appSubscriptionCreate)