Android · Arazzo Workflow
Android Reconcile Voided Purchases
Version 1.0.0
Poll the voided purchases feed for refunds and chargebacks, then re-verify each token so revoked entitlements can be clawed back.
View Spec
View on GitHub
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearablesArazzoWorkflows
Provider
Workflows
reconcile-voided-purchases
List voided purchases for a window and re-verify a voided token before clawing back its entitlement.
Lists purchases that were cancelled, refunded, or charged back within the supplied window, ends cleanly when the window is empty, and otherwise reads the first voided purchase token back through the product purchase endpoint to confirm its current state before revoking access internally.
1
listVoided
listVoidedPurchases
Read the voided purchases feed for the requested window. This is the authoritative source for refunds and chargebacks that your app never saw.
2
verifyVoidedPurchase
getPurchaseProduct
Re-read the first voided purchase token against the product purchase endpoint to confirm Google Play's current view of it before revoking the user's entitlement in your own system.
Source API Descriptions
openapi