---
title: TransactionInfoResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/transactioninforesponse
---

# TransactionInfoResponse

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

## Declaration

```data
object TransactionInfoResponse
```

## Properties

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

## Mentioned in

App Store Server API changelog

## Discussion

Discussion The TransactionInfoResponse contains information about the transaction that you request using the Get Transaction Info endpoint. The transactionId in the signedTransactionInfo matches the transactionId you provide in the request path.

## Topics

### Response data types

- [JWSTransaction](appstoreserverapi/jwstransaction.md)

## See Also

### Transaction information

- [Get Transaction Info](appstoreserverapi/get-transaction-info.md)
