---
title: "Check Vizio purchase status"
method: GET
path: "/purchase-status"
---

# Check Vizio purchase status

`GET /purchase-status`

Use this endpoint to check the status of a Vizio in-app purchase. <br> The status returned in response can have three values: <br> <br> - `pending` - purchase is still being processed <br> - `success` - purchase processing has finished with a positive result <br> - `failure` - purchase processing has finished with a negative result, an error occurred during processing.<br>  <br>Please note that <<glossary:JWT>> (Bearer) token authorization **should be used** for this endpoint.

# Errors

| HTTP Status Code | Error Code         | Message               |
| :--------------- | :----------------- | :-------------------- |
| 404              | REQ0100            | Entity not found      |
| 500              | SXXXX (X - number) | Internal Server Error |

## Query parameters

- `correlationId` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `status` string

## Other responses

- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/cleeng/apis/mediastore-api.md) · [All operations](https://skmtc.net/cleeng/apis/mediastore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleeng/mediastore-api/versions/00cbfe7998a4/schema)
