provider POST /v1/radar/value_lists
@utdk/stripe /v1/radar/value_lists
Create a value list
<p>Creates a new <code>ValueList</code> object, which can then be referenced in rules.</p>

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

postradarvaluelists
POST/v1/radar/value_lists
<p>Creates a new <code>ValueList</code> object, which can then be referenced in rules.</p>

Input

required

The name of the value list for use in rules.

Specifies which fields in the response should be expanded.

Type of the items in the value list. One of `card_fingerprint`, `card_bin`, `crypto_fingerprint`, `email`, `ip_address`, `country`, `string`, `case_sensitive_string`, `customer_id`, `account`, `sepa_debit_fingerprint`, or `us_bank_account_fingerprint`. Use `string` if the item type is unknown or mixed.

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

required

The human-readable name of the value list.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.postradarvaluelists()