A response that contains signed transaction information for a single transaction.

TransactionInfoResponse

interface TransactionInfoResponse {
    signedTransactionInfo?: string;
}

Properties

signedTransactionInfo?: string

A customer’s in-app purchase transaction, signed by Apple, in JSON Web Signature (JWS) format.

JWSTransaction