Roku · JSON Structure

Pay Web Services Refund Validation Structure

Result of a refund-validation request.

Type: object Properties: 9
StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

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

Properties

status errorCode errorMessage refundId transactionId refundDate refundAmount currency refundReason

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-refund-validation-structure.json",
  "name": "RefundValidation",
  "description": "Result of a refund-validation request.",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "errorCode": {
      "type": "int32"
    },
    "errorMessage": {
      "type": "string"
    },
    "refundId": {
      "type": "string"
    },
    "transactionId": {
      "type": "string"
    },
    "refundDate": {
      "type": "datetime"
    },
    "refundAmount": {
      "type": "float"
    },
    "currency": {
      "type": "string"
    },
    "refundReason": {
      "type": "string"
    }
  }
}