Roku · JSON Structure

Pay Web Services Transaction Validation Structure

Result of a transaction-validation request.

Type: object Properties: 16
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

TransactionValidation is a JSON Structure definition published by Roku, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status errorCode errorMessage transactionId productId productName purchaseDate expirationDate purchaseStatus isEntitled purchaseChannel purchaseContext rokuCustomerId amount currency tax

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/pay-web-services-transaction-validation-structure.json",
  "name": "TransactionValidation",
  "description": "Result of a transaction-validation request.",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "Operation status (Success, Failure)."
    },
    "errorCode": {
      "type": "int32",
      "description": "Numeric Roku error code on failure."
    },
    "errorMessage": {
      "type": "string"
    },
    "transactionId": {
      "type": "string",
      "description": "The transaction identifier that was validated."
    },
    "productId": {
      "type": "string",
      "description": "The Roku product code for the entitled product."
    },
    "productName": {
      "type": "string"
    },
    "purchaseDate": {
      "type": "datetime"
    },
    "expirationDate": {
      "type": "datetime",
      "description": "When the entitlement expires (for subscriptions and time-limited rentals)."
    },
    "purchaseStatus": {
      "type": "string",
      "enum": [
        "Active",
        "Inactive",
        "Pending_Active",
        "Pending_Inactive"
      ]
    },
    "isEntitled": {
      "type": "boolean",
      "description": "Whether the customer currently has access to the product."
    },
    "purchaseChannel": {
      "type": "string",
      "description": "How the purchase was initiated (e.g., Device, Web, InstantSignup)."
    },
    "purchaseContext": {
      "type": "string",
      "description": "Context flags identifying the purchase source."
    },
    "rokuCustomerId": {
      "type": "string",
      "description": "The Roku-issued anonymized customer identifier."
    },
    "amount": {
      "type": "float"
    },
    "currency": {
      "type": "string"
    },
    "tax": {
      "type": "float"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/pay-web-services-transaction-validation-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.