Billing API returns 403 Forbidden on development stores - how can I test billing while my app is under review?

I’m developing a Shopify app (currently under review) and implementing the Billing API for recurring charges.

When I test on development stores, I get a 403 Forbidden error when calling POST /admin/api/2024-01/recurring_application_charges.json - even with test: true in the request body.

The access token is valid (other API calls work fine).

Questions:

  1. Is the Billing API restricted on development stores?
  2. Is there a way to test billing while my app is under review and can’t be installed on production stores?

App client_id: 08fa8bc27e0e3ac857912c7e7ee289d0

have you set your pricing detail to Manual pricing rather than managed pricing in your partner dashboard of that app?

Hello @Adam_Jansen
I think this answers your question/issue.

1 Like