Android · Arazzo Workflow
Android Revoke and Refund a Subscription Purchase
Version 1.0.0
Immediately terminate a subscriber's access and issue a refund, with a pre-flight read and a post-revoke state confirmation.
View Spec
View on GitHub
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearablesArazzoWorkflows
Provider
Workflows
revoke-subscription-purchase
Verify a subscription, revoke and refund it immediately, then confirm the terminal subscription state.
Reads the subscription purchase for the audit record, revokes it (which refunds the subscriber and terminates access at once), and reads the resulting state back through the Subscriptions v2 API.
1
readSubscriptionBeforeRevoke
getPurchaseSubscription
Capture the subscription state, order id, and price before revoking, so the irreversible action is recorded against known-good live data.
2
revokeSubscription
revokePurchaseSubscription
Refund and immediately revoke the subscription. Access is terminated at once and the refund is issued. This cannot be undone.
3
confirmRevocation
getSubscriptionPurchaseV2
Read the subscription through the v2 API to confirm it now reports a terminal state and to capture the cancellation context for the audit log.
Source API Descriptions
openapi