The Value List object 

Fraud
Value Lists
The Value List object

Attributes

  • idstring

    Unique identifier for the object.

  • aliasstring

    The name of the value list for use in rules.

  • item_typeenum

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

    Possible enum values
    card_bin
    card_fingerprint
    case_sensitive_string
    country
    customer_id
    email
    ip_address
    sepa_debit_fingerprint
    string
    us_bank_account_fingerprint
  • list_itemsobject

    List of items contained within this value list.

    • list_items.objectstring

      String representing the object’s type. Objects of the same type share the same value. Always has the value list.

    • list_items.dataarray of objects

      Details about each object.

      • list_items.data.idstring

        Unique identifier for the object.

      • list_items.data.objectstring

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

      • list_items.data.createdtimestamp

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

      • list_items.data.created_bystring

        The name or email address of the user who added this item to the value list.

      • list_items.data.livemodeboolean

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

      • list_items.data.valuestring

        The value of the item.

      • list_items.data.value_liststring

        The identifier of the value list this item belongs to.

    • list_items.has_moreboolean

      True if this list has another page of items after this one that can be fetched.

    • list_items.urlstring

      The URL where this list can be accessed.

  • metadataobject

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

  • namestring

    The name of the value list.

More attributes

  • objectstring

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

  • createdtimestamp

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

  • created_bystring

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

  • livemodeboolean

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

The Value List object
{
"id": "rsl_1MrQSwLkdIwHu7ixWOGS5c8M",
"object": "radar.value_list",
"alias": "custom_ip_blocklist",
"created": 1680201894,
"created_by": "API",
"item_type": "ip_address",
"list_items": {
"object": "list",
"data": [],
"has_more": false,
"total_count": 0,
"url": "/v1/radar/value_list_items?value_list=rsl_1MrQSwLkdIwHu7ixWOGS5c8M"
},
"livemode": false,
"metadata": {},
"name": "Custom IP Blocklist"
}