We would like our app to be listed in Shopify, however, one of the requirements of Shopify is to use Billing API.
We’ve built a custom integration for Shopify in our app (similar to Zapier) - so our customers can integrate our app in their Shopify stores.
Currently, our SaaS is heavily relying on Stripe for subscription and all billing-related features. Integrating the Shopify Billing API would mean that we need to de-couple our app with Stripe - it’s possible but it would take us months to implement this.
- Is it possible for our app to be listed even without using the Billing API?
- Is it fine to have multiple Billing API? (if we managed to decouple stripe and insert Shopify Billing)
Any suggestions would be very much appreciated. Thanks.