Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see Conversational Actions sunset.

CompletePurchaseValue

Contains sku details for digital in-app goods.

JSON representation
{
  "purchaseStatus": enum(PurchaseStatus),
  "orderId": string,
  "purchaseToken": string
}
Fields
purchaseStatus

enum(PurchaseStatus)

Status of current purchase.

orderId

string

A unique order identifier for the transaction. This identifier corresponds to the Google provided order ID.

purchaseToken

string

A opaque token that uniquely identifies a purchase for a given item and user pair.