Payments:List

Lists the in-app products that the user has purchased.

Request

HTTP request

GET https://www.googleapis.com/chromewebstore/v1.1/items/itemId/payments

Authorization

This request requires authorization with the following scope.

Scope
https://www.googleapis.com/auth/chromewebstore.readonly
The above URL is used as the scope parameter when generating an access token. For more details on API authorization and authentication, consult the OAuth 2.0 documentation.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a response body with the following structure:

[
{
"kind": "chromewebstore#payment",
"itemId": string,
"sku": string,
"createdTime": long,
"state": string
}
]
Property nameValueDescription
kindstringStatic string value is always "chromewebstore#payment".
itemIdstringThe ID of the item to query for in-app products.
skustringThe in-app product ID.
createdTimelongTime of the creation of the payment.
statestringWill be one of the following payment states: ACTIVE, PAYMENT_DECLINED, EXPIRED, CANCELLED, REJECTED, PENDING, CANCELLED_BY_DEVELOPER, DISABLED.

Improve article

We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.