For this use case, the best approach is to implement a combined subscription + usage charges. Create a $0 base subscription for the merchant, then each month, generate a usage charge based on their actual order count from the previous month. This way, you don’t need to cancel and recreate recurring charges.
This works well because you maintain a consistent subscription relationship with the merchant while having the flexibility to charge different amounts based on actual usage.
As per your docs. I implement and {mutation appSubscriptionCreate} which gives a confirmation url and for opening in same tab gives issue of
SecurityError
Error : Failed to set a named property 'href' on 'Location': The current window does not have permission to navigate the target frame to 'https://testifystored.myshopify.com/admin/charges/3861086209/28508782760/RecurringApplicationCharge/confirm_recurring_application_charge?signature=BAh7BzoHaWRsKwiogEGjBgA6EmF1dG9fYWN0aXZhdGVU--8433bc544f789c7367193ffe129b632a48be86
Hey, can you tell me specifically where you’re seeing the error. Is that after the subscription is approved and redirected to your app, or is it when directing to the billing page to accept the charge? If you can share the specific steps I can take to replicate that would be useful.
Can you also make sure that you have disabled managed billing in your app settings? If that is enabled then the Billing API can’t be used.