Hi there,
I’m following the steps mentioned in this link for my app installation and Billing API integration. I’m done till app installation and generating access token for the shop. After that I need to show the merchants the option to choose the app plan. I’ve three recurring plans for my app.
-
How can I create three recurring plans in shopify so that merchant can choose one from them? I tried creating three RecurringApplicationCharge in a single api call, but it is creating only one.
-
Do I need to create separate pricing page in my server so that merchants can choose the plan? Or shopify will provide the option to select it?
-
I’m providing 7 days trial period for all three plans. Once I create the recurring charge, will it ask for credit card details initially during app installation?
Any help would be appreciated.