v1

latestOpenAPI 3.1.02026-07-241080412.6 KB

Check 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 CodeError CodeMessage
404REQ0100Entity not found
500SXXXX (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

statusstring

Example response

{
  "status": "success"
}