How to get the real time status for the app active subscription

App subscription status get the real time with count the payout number numbers :
As per the documentation mention , a webhook will fire when the status changes to/from Active, Declined, Expired, Canceled, or Frozen.

any one can help with the code complete code guide doc
get the status for the active app subscription

Hi 1080,

To get the real-time status of an active app subscription, you may need to query a store using the AppSubscription object rather than using webhooks. Try this out and let me know if it’s not working for your use case.

2 Likes

@Liam I think Web hooks solution is better can you please help me that same.
I am using the shopify-api node js package.