A place to discuss charging merchants for your apps and services using the billing API.
Hi, I'm currently developing an embedded app for admin, and I would like to implement time-based subscriptions. Currently, after creating a subscription using GraphQL and later canceling it using "appSubscriptionCancel", it gets completely removed and there is no longer an active status. Is there a way to cancel only the renewal of the subscription without removing its current state? I would like users to be able to opt out of renewal without canceling the ongoing subscription. Please help.
I have the same question as well.