You can use this endpoint to change the status of a reward or commission. You can identify the reward or commission by its id or the id of the event that generated the reward.
event_id
value is the Invoice id, for Stripe one time charges is the charge id.PUT https://firstpromoter.com/api/v1/rewards/update
required if the event_id is null
Id of the reward inside FirstPromoter
required if the id is null
Id of the event that generated the reward
New status of the reward
approved
, pending
, denied
Update reward response
The response is of type object
.