---
title: RefundLookupResponse
framework: appstoreserverapi
role: symbol
role_heading: Object
path: appstoreserverapi/refundlookupresponse
---

# RefundLookupResponse

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

## Declaration

```data
object RefundLookupResponse
```

## Properties

signedTransactions: A list of JWS transactions, or an empty array if the customer has received no refunds in your app. The transactions are sorted in ascending order by their revocationDate.

## Mentioned in

App Store Server API changelog

## Discussion

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 object in the signedTransactions array. Use a JWSTransactionDecodedPayload object to read the transaction information in the payload. This response can contain a maximum of 50 transactions in the signedTransactions array.

## See Also

### Deprecated

- [Get Transaction History V1](appstoreserverapi/get-transaction-history-v1.md)
- [Get Refund History V1](appstoreserverapi/get-refund-history-v1.md)
- [Send Consumption Information V1](appstoreserverapi/send-consumption-information-v1.md)
- [ConsumptionRequestV1](appstoreserverapi/consumptionrequestv1.md)
