I have an shopify app and i have integrated it with stripe payment gateway which is 3rd party payment gateway But as per shopify policy we can only use shopify Billing API for subscriptions part. now the concern is that my app is simple middleman between my separate system and shopify and my system has 3 different plans and subscription so to integrate shopify app in my system users need to subscribe top most plan basic plan will not have shopify middleman features and shopify says i need to use their payment gateway only to approve my APP in shopify app store.
Also i have set Shopify subscription with 0 price but it gives me error 422.
So for basic plans how can i use shopify billing API because those plans doesn’t have any shopify related features ? Please help me if any one has suggestions or idea how to solve this issue.
Ah, got it. In that case, you can avoid using the billing API unless users are on a > $0 plan. I.e. by default users will be on a free plan (no billing).