Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Approve a review


Approve a review

POST / v1 / reviews /:id / approve

Approves a Review object, closing it and removing it from the list of reviews.

Parameters

No parameters.

Returns

Returns the approved Review object.

Response

{ "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}
Last verified 2026-09-24

Is this helpful?