# Reviews

## Endpoints

### Retrieve a review

- [GET /v1/reviews/:id](https://docs.stripe.com/api/radar/reviews/retrieve.md)

### List all open reviews

- [GET /v1/reviews](https://docs.stripe.com/api/radar/reviews/list.md)

### Approve a review

- [POST /v1/reviews/:id/approve](https://docs.stripe.com/api/radar/reviews/approve.md)

## Events

- `review.closed`
Occurs whenever a review is closed. The review’s `reason` field indicates why: `approved`, `disputed`, `refunded`, `refunded_as_fraud`, or `canceled`.

- `review.opened`
Occurs whenever a review is opened.

Reviews can be used to supplement automated fraud detection with human expertise.

Learn more about [Radar](https://docs.stripe.com/radar.md) and reviewing payments [here](https://docs.stripe.com/radar/reviews.md).
