Createsubscription shopify api successfully completed redirected to other page

Topic summary

Developer completed a payment subscription flow using Shopify Payments and the Admin GraphQL mutation appSubscriptionCreate (API version 2022-10). After the payment step, the user was redirected to another page and now wants to know how to verify that the Shopify subscription was successfully created.

Key points:

  • Context: Building a payment subscription for a Shopify app; the create subscription mutation ran without errors and redirected as expected.
  • Question: What is the correct way to confirm/validate that the subscription is active/successful after the redirect?

Artifacts: No code snippets or screenshots provided; only the mutation link is referenced.

Status: No answers or solutions posted yet. The question remains open with the core issue unresolved (how to programmatically confirm subscription success after redirection).

Summarized with AI on February 2. AI used: gpt-5.

Hi all

i am building payment subcription with shopify payment option i was able to complete the shopify payment process.

createsubscription shopify api successfully completed redirected to other page how to check the shopify Subscription successfully.

i am using the https://shopify.dev/api/admin-graphql/2022-10/mutations/appsubscriptioncreate