Testing billing api before app approval

Hi,

We’ve implemented the illing api according to this tutorial: https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react/charge-a-fee-using-the-billing-api

When we test our app, we have 2 issues:

  1. If we click on cancel in the subscription page and open our app, it will just proceed to our app.

  2. If we open out app in another browser, the app will proceed to the subscription page.

Is this because we’re testing the app in test mode and our app isn’t approved yet? Or are we missing something in our implementation of the billing api?

Any help would be appreciated. Thanks!

1 Like

Hi,

Were you able to find a solution to this, because I’m facing the exact same problem and was hoping for a solution.

Thanks

Hi,

No, not yet, i’ve send an email to support. I’ll keep you posted. And if you’ve found the solution first, please also keep me posted :slight_smile:

Hi,

Thanks. Currently implementing a ‘Subscription Check’ before accessing our app but that doesn’t solve the multiple billing pages when I open new tabs or browser pages.

Saw this forum post https://community.shopify.com/c/Shopify-APIs-SDKs/Testing-app-billing-api/m-p/636817/highlight/true#M43175 which may seem like its more of a testing issue