My app uses a combination of “Recurring charges based on time” and “Recurring charged based on usage” provided by the Billing API to bill app charges to merchants. And my app has a 60 day free trial period.
My question is, when I called the appUsageRecordCreate API during the free trial period of my app, Shopify charged the merchant even though the app was in the free trial period.
Is this correct behavior?
And if I don’t want to charge the merchant for “Recurring charged based on usage” during the free trial period, do I need to check if the app is in the free trial period before calling the appUsageRecordCreate API?