A response that includes the order lookup status and an array of signed transactions for the in-app purchases in the order.

OrderLookupResponse

interface OrderLookupResponse {
    signedTransactions?: string[];
    status?: number;
}

Properties

signedTransactions?: string[]

An array of in-app purchase transactions that are part of order, signed by Apple, in JSON Web Signature format.

JWSTransaction

status?: number

The status that indicates whether the order ID is valid.

OrderLookupStatus