Our app is looking to migrate from the Rest Billing API to the GraphQL Billing API to make use of idempotency keys for charging merchants for usage.
Ideally we’d switch all our existing RecurringApplicationCharge resources to AppSubscription objects without interfering or confusing merchants by requesting them subscribe again.
It seems that to migrate however we’d need to use the appSubscriptionCreate mutation and request approval again from merchants. Is there a way in switching existing subscriptions seamlessly?
Thanks!