responseBody
The JSON data that returns in the response from the App Store.
Declaration
object responseBodyProperties
| Name | Type | Description |
|---|---|---|
environment | string | The environment the system generates the receipt for. |
is_retryable | boolean | An indicator when an error occurs during the request. A value of |
latest_receipt | byte | The latest Base64-encoded app receipt. This only returns for receipts that contain auto-renewable subscriptions. |
latest_receipt_info | [responseBody.Latest_receipt_info] | An array that contains all in-app purchase transactions. This excludes transactions for consumable products that your app marks as finished. |
pending_renewal_info | [responseBody.Pending_renewal_info] | In the JSON file, an array where each element contains the pending renewal information for each auto-renewable subscription the |
receipt | responseBody.Receipt | A JSON representation of the receipt that you send for verification. |
status | status | Either |
Discussion
The verifyReceipt endpoint returns this response.