Native Microsoft Windows transaction

Note about Microsoft validation request

Validation for microsoft can respond with specific fields set:

  • data.serviceTicketType – with value “purchase” or “collections”
  • data.serviceTicket – an authentication ticket

The value of this ticket is used to retrieve the storeId required in the validation request.

The process is to make a first request without the storeId, then use the serviceTicket in the response to fetch it and repeat the validation request to finalize the validation process.

Contact us if you need assistance with this integration.

interface ApiValidatorBodyTransactionWindows {
    skuId: string;
    storeId: string;
    type: WINDOWS_STORE;
}

Properties

Properties

skuId: string

The Store ID for a product's SKU in the Microsoft Store catalog.

An example Store ID for a SKU is "0010.

storeId: string

The Store ID for a product in the Microsoft Store catalog.

An example Store ID for a product is "9NBLGGH42CFD".

Value "windows-store-transaction"