Skip to main content
Schema2020-08-27object

radar.value_list

Value lists allow you to group values together which can then be referenced in rules. Related guide: [Default Stripe Lists](https://stripe.com/docs/radar/lists#managing-list-items).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

RadarListList

object

Value lists allow you to group values together which can then be referenced in rules. Related guide: [Default Stripe Lists](https://stripe.com/docs/radar/lists#managing-list-items).

alias string
required

The name of the value list for use in rules.

created integer (unix-time)
required

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

created_by string
required

The name or email address of the user who created this value list.

id string
required

Unique identifier for the object.

item_type string
required

The type of items in the value list. One of `card_fingerprint`, `card_bin`, `email`, `ip_address`, `country`, `string`, `case_sensitive_string`, or `customer_id`.

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.

metadata object
required

Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

name string
required

The name of the value list.

object string
required

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