Roku · JSON Structure

Pay Web Services Issue Credit Request Structure

IssueCreditRequest schema from Roku Pay Web Services

Type: object Properties: 5 Required: 4
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

IssueCreditRequest is a JSON Structure definition published by Roku, describing 5 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

partnerAPIKey rokuCustomerId amount currency reason

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-issue-credit-request-structure.json",
  "name": "IssueCreditRequest",
  "description": "IssueCreditRequest schema from Roku Pay Web Services",
  "type": "object",
  "properties": {
    "partnerAPIKey": {
      "type": "string"
    },
    "rokuCustomerId": {
      "type": "string"
    },
    "amount": {
      "type": "float"
    },
    "currency": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    }
  },
  "required": [
    "partnerAPIKey",
    "rokuCustomerId",
    "amount",
    "currency"
  ]
}