<!--
{
  "availability" : [
    "App Store Server API: 1.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/TransactionInfoResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "data:app_store_server_api:TransactionInfoResponse"
  },
  "title" : "TransactionInfoResponse"
}
-->

# TransactionInfoResponse

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

```
object TransactionInfoResponse
```

## Discussion

The `TransactionInfoResponse` contains information about the transaction that you request using the [`Get Transaction Info`](/documentation/AppStoreServerAPI/Get-Transaction-Info) endpoint. The [`transactionId`](/documentation/AppStoreServerAPI/transactionId) in the `signedTransactionInfo` matches the `transactionId` you provide in the request path.

## Topics

### Response data types

[`JWSTransaction`](/documentation/AppStoreServerAPI/JWSTransaction)

Transaction information signed by the App Store, in JSON Web Signature (JWS) Compact Serialization format.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)