Android · Capability
Google Play Developer API — Purchases
Google Play Developer API — Purchases. 10 operations. Lead operation: Get In-app Product Purchase Status. Self-contained Naftiko capability covering one Android business surface.
What You Can Do
GET
Getpurchaseproduct
— Get In-app Product Purchase Status
/v1/applications/{packagename}/purchases/products/{productid}/tokens/{token}
POST
Acknowledgepurchaseproduct
— Acknowledge an In-app Product Purchase
/v1/applications/{packagename}/purchases/products/{productid}/tokens/token-acknowledge
POST
Consumepurchaseproduct
— Consume an In-app Product Purchase
/v1/applications/{packagename}/purchases/products/{productid}/tokens/token-consume
GET
Getpurchasesubscription
— Get Subscription Purchase Status
/v1/applications/{packagename}/purchases/subscriptions/{subscriptionid}/tokens/{token}
POST
Acknowledgepurchasesubscription
— Acknowledge a Subscription Purchase
/v1/applications/{packagename}/purchases/subscriptions/{subscriptionid}/tokens/token-acknowledge
POST
Cancelpurchasesubscription
— Cancel a Subscription Purchase
/v1/applications/{packagename}/purchases/subscriptions/{subscriptionid}/tokens/token-cancel
POST
Deferpurchasesubscription
— Defer a Subscription Purchase
/v1/applications/{packagename}/purchases/subscriptions/{subscriptionid}/tokens/token-defer
POST
Revokepurchasesubscription
— Revoke a Subscription Purchase
/v1/applications/{packagename}/purchases/subscriptions/{subscriptionid}/tokens/token-revoke
GET
Getsubscriptionpurchasev2
— Get Subscription Purchase V2
/v1/applications/{packagename}/purchases/subscriptionsv2/tokens/{token}
GET
Listvoidedpurchases
— List Voided Purchases
/v1/applications/{packagename}/purchases/voidedpurchases
MCP Tools
get-app-product-purchase-status
Get In-app Product Purchase Status
read-only
idempotent
acknowledge-app-product-purchase
Acknowledge an In-app Product Purchase
consume-app-product-purchase
Consume an In-app Product Purchase
get-subscription-purchase-status
Get Subscription Purchase Status
read-only
idempotent
acknowledge-subscription-purchase
Acknowledge a Subscription Purchase
cancel-subscription-purchase
Cancel a Subscription Purchase
defer-subscription-purchase
Defer a Subscription Purchase
revoke-subscription-purchase
Revoke a Subscription Purchase
get-subscription-purchase-v2
Get Subscription Purchase V2
read-only
idempotent
list-voided-purchases
List Voided Purchases
read-only
idempotent