get https://inapp.api.sandbox.cleeng.com/vizio/purchase-status
Use this endpoint to check the status of a Vizio in-app purchase.
The status returned in response can have three values:
- pending - purchase is still being processed
- success - purchase processing has finished with a positive result
- failure - purchase processing has finished with a negative result, an error occurred during processing.
Please note that JWT (Bearer) token authorization** should be used** for this endpoint.
Early AccessPlease note that it is the Early Access phase.
Before you start implementing it, please reach out to your account manager.
Errors
| HTTP Status Code | Error Code | Message |
|---|---|---|
| 404 | REQ0100 | Entity not found |
| 500 | SXXXX (X - number) | Internal Server Error |
