What problem does it solve?
This Skill provides a quick reference for billing-related Google Play Developer API endpoints, simplifying access to REST paths, HTTP methods, response field names, query parameters, and auth scopes for server-side calls against androidpublisher.googleapis.com.
Core Features & Use Cases
- Endpoint Reference: Provides a table for every billing-related API endpoint, detailing the method, path, and description.
- Subscription Purchases: Includes methods for getting, canceling, acknowledging, and revoking subscriptions.
- Product Purchases: Details the endpoint for retrieving one-time product purchase states and acknowledging purchases.
- Orders and Refunds: Lists endpoints for handling refunds and viewing purchase order details.
- Voided Purchases: Explains how to list voided purchases with pagination and filtering.
- Catalog Management: Outlines how to manage subscriptions, base plans, offers, and one-time products.
- Rate Limiting: Describes the quota tiers and quota error handling.
- Authentication and Scopes: Offers guidance on OAuth 2.0 authentication and the required scope for billing operations.
- Use Case: Imagine you need to retrieve the current state of a subscription for your backend service. This Skill provides the endpoint and method details required to make the request.
Quick Start
Retrieve the current state of a subscription using the endpoint '/androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}' and method 'GET'.