Skip to content

Retrieve a review ​

Retrieves a Review object.

Returns ​

Returns a Review object if a valid identifier was provided.

curl
curl https://api.stripe.com/v1/reviews/{{REVIEW_ID}} \
  -u "<<YOUR_SECRET_KEY>>"

Response ​

json
{
  "id": "prv_1NVyFt2eZvKYlo2CjubqF1xm",
  "object": "review",
  "billing_zip": null,
  "charge": null,
  "closed_reason": null,
  "created": 1689864901,
  "ip_address": null,
  "ip_address_location": null,
  "livemode": false,
  "open": true,
  "opened_reason": "rule",
  "payment_intent": "pi_3NVy8c2eZvKYlo2C055h7pkd",
  "reason": "rule",
  "session": null
}

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18