Contents

RefundLookupResponse

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

Declaration

object RefundLookupResponse

Properties

NameTypeDescription
signedTransactions[JWSTransaction]

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

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