Roku · Example Payload

Pay Web Services Cancel Subscription Example

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

Pay Web Services Cancel Subscription Example is an example object payload from Roku, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "partnerAPIKey": "***",
    "rokuCustomerId": "RCID-XYZ-123",
    "productCode": "premium-monthly",
    "reason": "Customer requested cancellation"
  },
  "response": {
    "status": "Success",
    "errorCode": 0,
    "rokuCustomerId": "RCID-XYZ-123",
    "productCode": "premium-monthly",
    "effectiveDate": "2026-05-15T19:23:00Z"
  }
}