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

# RefundLookupResponse

A response that contains an array of signed JSON Web Signature (JWS) transactions.

```
object RefundLookupResponse
```

## Discussion

If the customer hasn’t received any refunds for in-app purchases in your app, the `signedTransactions` array is empty. To read the transaction information, decode the payload for each [`JWSTransaction`](/documentation/AppStoreServerAPI/JWSTransaction) object in the `signedTransactions` array. Use a [`JWSTransactionDecodedPayload`](/documentation/AppStoreServerAPI/JWSTransactionDecodedPayload) object to read the transaction information in the payload.

This response can contain a maximum of 50 transactions in the `signedTransactions` array.

---

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)