CompletePurchaseValue

  • CompletePurchaseValue provides SKU details for digital in-app goods.

  • It is returned to the Action as output for actions.type.CompletePurchaseValue .

  • The JSON representation includes purchaseStatus , orderId , and purchaseToken .

  • purchaseStatus indicates the status of the purchase, orderId is a unique identifier, and purchaseToken is an opaque token for a specific purchase.

Contains sku details for digital in-app goods. Returned to the Action as output for actions.type.CompletePurchaseValue .

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.

Create a Mobile Website
View Site in Mobile | Classic
Share by: