Update the status of a Reward
PATCH/partner/rewards/:id
Transitions a Reward from its current status to a new status.
Content Providers may only update rewards with a status of
PENDING_MERCHANT_APPROVAL
to DENIED_BY_MERCHANT
or
PENDING_MERCHANT_FUNDING
.
When updating a reward to DENIED_BY_MERCHANT
, the notes
field must be populated
with an explanation for the denial.
Publishers (and Portfolio Managers) may only update rewards with a
status of DISTRIBUTED_TO_PUBLISHER
to DISTRIBUTED_TO_CARDHOLDER
.
Only Triple may set the rejection
and notification
fields.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 415
- 422
- 500
- 501
- 503
The reward resulting from a matched offer and transaction.
TripleBadRequestError
TripleNotAuthenticatedError
TripleInvalidPathError
TripleIntegrityError
TripleUnsupportedMediaType
TripleUnprocessableEntity
TripleInternalServerError
TripleNotImplementedError
TripleServiceUnavailable