Skip to main content
Schema2020-08-27object

review

Reviews can be used to supplement automated fraud detection with human expertise. Learn more about [Radar](/radar) and reviewing payments [here](https://stripe.com/docs/radar/reviews).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

RadarReview

object

Reviews can be used to supplement automated fraud detection with human expertise. Learn more about [Radar](/radar) and reviewing payments [here](https://stripe.com/docs/radar/reviews).

billing_zip string
optionalnullable

The ZIP or postal code of the card used, if applicable.

charge
optionalnullable

The charge associated with this review.

closed_reason string
optionalnullable

The reason the review was closed, or null if it has not yet been closed. One of `approved`, `refunded`, `refunded_as_fraud`, `disputed`, or `redacted`.

created integer (unix-time)
required

Time at which the object was created. Measured in seconds since the Unix epoch.

id string
required

Unique identifier for the object.

ip_address string
optionalnullable

The IP address where the payment originated.

ip_address_location
optionalnullable

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.

livemode boolean
required

Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.

object string
required

String representing the object's type. Objects of the same type share the same value.

open boolean
required

If `true`, the review needs action.

opened_reason string
required

The reason the review was opened. One of `rule` or `manual`.

payment_intent
optional

The PaymentIntent ID associated with this review, if one exists.

reason string
required

The reason the review is currently open or closed. One of `rule`, `manual`, `approved`, `refunded`, `refunded_as_fraud`, `disputed`, or `redacted`.

session
optionalnullable

Information related to the browsing session of the user who initiated the payment.