# AppPurchaseOneTimeCreatePayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `appPurchaseOneTimeCreate` mutation. ### Access Scopes ## Fields * [appPurchaseOneTime](/docs/api/admin-graphql/2024-07/objects/AppPurchaseOneTime): AppPurchaseOneTime - The newly created app one-time purchase. * [confirmationUrl](/docs/api/admin-graphql/2024-07/scalars/URL): URL - The URL that the merchant can access to approve or decline the newly created app one-time purchase. If the merchant declines, then the merchant is redirected to the app and receives a notification message stating that the charge was declined. If the merchant approves and they're successfully invoiced, then the state of the charge changes from `pending` to `active`. You get paid after the charge is activated. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [appPurchaseOneTimeCreate](/docs/api/admin-graphql/2024-07/mutations/appPurchaseOneTimeCreate) ## Examples