---
title: AppTransactionInfoResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/apptransactioninforesponse
---

# AppTransactionInfoResponse

A response that contains signed app transaction information for a customer.

## Declaration

```data
object AppTransactionInfoResponse
```

## Properties

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

## Mentioned in

App Store Server API changelog

## Discussion

Discussion This response contains information that you request by calling the Get App Transaction Info endpoint. For information on decoding and reading the app transaction, see JWSAppTransaction and JWSAppTransactionDecodedPayload.

## Topics

### Response data types

- [JWSAppTransaction](appstoreserverapi/jwsapptransaction.md)
- [JWSAppTransactionDecodedPayload](appstoreserverapi/jwsapptransactiondecodedpayload.md)

## See Also

### App Transaction information

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