Transaction type from an Apple powered device

interface ApiValidatorBodyTransactionApple {
    appStoreReceipt?: string;
    id?: string;
    transactionReceipt?: undefined;
    type: "ios-appstore";
}

Properties

appStoreReceipt?: string

Apple appstore receipt, base64 encoded.

Required

id?: string

Identifier of the transaction to evaluate, or set it to your application identifier if id has been set so.

Required

transactionReceipt?: undefined

Apple ios 6 transaction receipt.

Deprecated

Use appStoreReceipt

type: "ios-appstore"

Value "ios-appstore"