Update Redemption Status

Set a reward redemption as fulfilled or canceled.
Preview
Preview
A redeem must be originally created by Streamer.bot for this sub-action to work.

Parameters

Status

  • Fulfilled: Accept the redemption, marking it as complete
  • Cancel: Cancel the reward redemption, refunding any channel points spent

Variables

This sub-action does not populate any variables.

C# Usage

Mark Twitch reward as resolved, which makes the redeem non refundable and removes it from reward queue

public bool TwitchRedemptionFulfill(string rewardId, string redemptionId)

Will refund the Twitch reward and removing it from the reward queue

public bool TwitchRedemptionCancel(string rewardId, string redemptionId)