get_subscription_status
Check subscription purchase status for a Google Play app. Provides expiry and renewal information using the app package name, subscription ID, and purchase token.
Instructions
Get the status of a subscription purchase.
Args: package_name: App package name subscription_id: Subscription product ID purchase_token: The purchase token from the client app
Returns: Subscription purchase status including expiry and renewal info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| subscription_id | Yes | ||
| purchase_token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||