OrderLookupResponse
A response that includes the order lookup status and an array of signed transactions for the in-app purchases in the order.
Declaration
object OrderLookupResponseProperties
| Name | Type | Description |
|---|---|---|
status | OrderLookupStatus | The status that indicates whether the order ID is valid. |
signedTransactions | [JWSTransaction] | An array of in-app purchase transactions that are part of order, signed by Apple, in JSON Web Signature format. |
Discussion
The order lookup response contains information about the orderId you specify when you call Look Up Order ID.
If the orderId that you provide in the request is invalid, the response doesn’t include the signedTransactions array. If the orderId is valid, expect at least one transaction in the signedTransactions array.