Update Redemption Status

Updates the status of custom reward redemption that has UNFULFILLED status.

Box Name Type Description
Login Name Dropdown Your Twitch login name (all lowercase characters)
Reward (ID required) Dropdown ID of the custom reward to change the status. You can select it from the dropdown menu or type manually.
Redeem ID String ID of the Custom Reward Redemption to update
Status Dropdown The new status to set redemptions to. Can be either FULFILLED or CANCELED. Updating to CANCELED will refund the user their channel points.

Twitch API Endpoint: PATCH /helix/channel_points/custom_rewards/redemptions

Request Field Type Description
broadcaster_id string The ID of the broadcaster that owns the custom reward.
reward_id string The ID of the custom reward the redemption belongs to.
id string The ID of the redemption to update.
status string The status to set the redemption to. Possible values: FULFILLED, CANCELED.
Back to the list