Skip to main content
Corvus Connection

Twitch: Approve Redemption

Twitch
Action
twitch.reward.fulfillMarks a pending redemption FULFILLED, so the viewer keeps the points they spent. Only an unfulfilled redemption can be settled, so a reward that skips the request queue can never be approved here.Approves a pending redemption; binds ok / rewardId / error.
Engagement

Inputs

Name
Kind
Type
Flags
in
Exec
exec
multiplexed
rewardId
Data
System.String
None
redemptionId
Data
System.String
None
  • Name
    in
    Kind
    Exec
    Type
    exec
    Flags
    multiplexed
  • Name
    rewardId
    Kind
    Data
    Type
    System.String
    Flags
    None
  • Name
    redemptionId
    Kind
    Data
    Type
    System.String
    Flags
    None

Outputs

Name
Kind
Type
Flags
out
Exec
exec
None
ok
Data
System.Boolean
multiplexed
rewardId
Data
System.String
multiplexed
error
Data
System.String
multiplexed
  • Name
    out
    Kind
    Exec
    Type
    exec
    Flags
    None
  • Name
    ok
    Kind
    Data
    Type
    System.Boolean
    Flags
    multiplexed
  • Name
    rewardId
    Kind
    Data
    Type
    System.String
    Flags
    multiplexed
  • Name
    error
    Kind
    Data
    Type
    System.String
    Flags
    multiplexed

Lowers to C#

var reward = await ctx.Twitch.Rewards.FulfillAsync(rewardId, redemptionId);