Android · Arazzo Workflow
Android Cancel a Subscription Purchase
Version 1.0.0
Cancel a subscriber's auto-renewal from your own support tooling while leaving their paid access intact until expiry.
View Spec
View on GitHub
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearablesArazzoWorkflows
Provider
Workflows
cancel-subscription-purchase
Stop auto-renewal on a subscription while preserving access until the paid period ends.
Reads the subscription purchase, cancels it only when it is still auto-renewing, and confirms that autoRenewing has flipped to false and the expiry time the subscriber retains access until.
1
readSubscription
getPurchaseSubscription
Read the subscription purchase so the operator can confirm the subscriber, the price, and the expiry before cancelling anything.
2
cancelSubscription
cancelPurchaseSubscription
Cancel the subscription. Auto-renewal stops immediately; the subscriber keeps access until the expiry time read in the previous step.
3
confirmCancellation
getPurchaseSubscription
Read the subscription back to confirm auto-renewal is off and to capture the cancellation reason and the date access actually ends.
Source API Descriptions
openapi