Retrieve and paginate Stripe Radar value lists and their items

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. List all value lists on your account via GET /v1/radar/value_lists — supports standard Stripe list params: limit (max 100), starting_after, ending_before, and optional alias filter.
  2. The response is a standard Stripe list object with data array, has_more boolean, and url; use has_more with starting_after set to the last object id to page through all lists.
  3. For each value list of interest, retrieve its items via GET /v1/radar/value_list_items?value_list={rsl_...} — also supports limit, starting_after, and an optional value filter to search for a specific entry.
  4. To check whether a specific value (e.g., an email address) is already on a list, use the value query param: GET /v1/radar/value_list_items?value_list={rsl_...}&value=test@example.com
  5. Delete individual items via DELETE /v1/radar/value_list_items/{rsli_...} when a value should be removed from the list.

Known gotchas

Related routes

Create a Stripe Radar value list and add items to it
stripe.com · 5 steps · unrated
Configure Stripe Radar to block transactions using IP address value lists
stripe.com · 5 steps · unrated
Fetch Stripe balance transactions with pagination to reconcile all activity in a settlement period
stripe.com/docs · 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