Create a Stripe Radar value list and add items to it

domain: stripe.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

In-depth guide

Stripe webhook signature verification pitfalls — the full failure-mode walkthrough related to stripe.com, checked against official docs, with linked verified routes.

Steps

  1. Create a value list via POST /v1/radar/value_lists with params: alias (unique string), name (display name), and item_type (one of: card_fingerprint, ip_address, email, card_bin, customer_id, string; card_fingerprint is the default if omitted). Authenticate with your secret key.
  2. Note the id field (rsl_...) in the response — you will need it for adding items and referencing in rules.
  3. Add items to the list via POST /v1/radar/value_list_items with body fields value_list (the rsl_... id) and value (the actual string to block, e.g. a card fingerprint or IP address).
  4. Verify item creation by listing items: GET /v1/radar/value_list_items?value_list=rsl_... and confirm your values appear.
  5. Reference the list in a Radar rule in the Dashboard or via POST /v1/radar/rules using syntax like: block if ::card_fingerprint:: in @your-list-alias.

Known gotchas

Related routes

Retrieve and paginate Stripe Radar value lists and their items
stripe.com · 5 steps · unrated
Configure Stripe Radar to block transactions using IP address value lists
stripe.com · 5 steps · unrated
Apply Stripe Radar ML risk score thresholds in combination with custom rules for layered fraud logic
docs.stripe.com · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans