GET
/v1/reviews/{review}Retrieve a review
Retrieves a specific review object. Provide review to identify the review and use expand to include additional fields in the response.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
reviewstringrequired
The identifier of the review to retrieve, up to 5000 characters.
expandarray<string>optional
Fields to expand in the review response; each value can be at most 5000 characters.
200Returns a review object containing its identifier, creation time, open state, opening reason, current reason, object type, live-mode state, and associated payment details when available.
billing_zipstringoptional
The ZIP or postal code of the card used, if applicable.
chargestringoptional
The charge associated with this review.
closed_reasonstringoptional
The reason the review was closed, or null if it has not yet been closed. One of `approved`, `refunded`, `refunded_as_fraud`, `disputed`, `redacted`, `canceled`, `payment_never_settled`, or `acknowledged`.
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
idstringrequired
Unique identifier for the object.
ip_addressstringoptional
The IP address where the payment originated.
ip_address_locationobjectoptional
Information related to the location of the payment. Note that this information is an approximation and attempts to locate the nearest population center - it should not be used to determine a specific address.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
openbooleanrequired
If `true`, the review needs action.
opened_reasonstringrequired
The reason the review was opened. One of `rule` or `manual`.
payment_intentstringoptional
The PaymentIntent ID associated with this review, if one exists.
reasonstringrequired
The reason the review is currently open or closed. One of `rule`, `manual`, `approved`, `refunded`, `refunded_as_fraud`, `disputed`, `redacted`, `canceled`, `payment_never_settled`, or `acknowledged`.
sessionobjectoptional
Information related to the browsing session of the user who initiated the payment.
defaultError response.
errorobjectrequired
Error handling
review must identify the review to retrieve and can be at most 5000 characters. expand values must be strings no longer than 5000 characters.