v1
latestOpenAPI 3.1.02026-07-241080412.6 KBCheck Vizio 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 |
get/purchase-status
Query parameters
correlationIdstring required
Internal identification number of the process. Generated during the initial purchase validation and returned via response body and inappPurchaseValidationSucceeded event.
Headers
Authorizationstring required
<glossary:JWT> header authorization is required.
Response
200
Example response
{
"status": "success"
}