Stripe Radar API — Radar
Stripe Radar API — Radar. 11 operations. Lead operation: Radar. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of early fraud warnings.
Retrieves the details of an early fraud warning that has previously been created.
Returns a list of ValueListItem objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
Creates a new ValueListItem object, which is added to the specified parent value list.
Deletes a ValueListItem object, removing it from its parent value list.
Retrieves a ValueListItem object.
Returns a list of ValueList objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
Creates a new ValueList object, which can then be referenced in rules.
Deletes a ValueList object, also deleting any items contained within the value list. To be deleted, a value list must not be referenced in any rules.
Retrieves a ValueList object.
Updates a ValueList object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Note that item_type is immutable.
MCP Tools
p-returns-list-early-fraud-warnings
Returns a list of early fraud warnings.
p-retrieves-details-early-fraud-warning
Retrieves the details of an early fraud warning that has previously been created.
p-returns-list-code-valuelistitem-code-objects
Returns a list of ValueListItem objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
p-creates-new-code-valuelistitem-code-object
Creates a new ValueListItem object, which is added to the specified parent value list.
p-deletes-code-valuelistitem-code-object-removing
Deletes a ValueListItem object, removing it from its parent value list.
p-retrieves-code-valuelistitem-code-object-p
Retrieves a ValueListItem object.
p-returns-list-code-valuelist-code-objects
Returns a list of ValueList objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
p-creates-new-code-valuelist-code-object
Creates a new ValueList object, which can then be referenced in rules.
p-deletes-code-valuelist-code-object-also
Deletes a ValueList object, also deleting any items contained within the value list. To be deleted, a value list must not be referenced in any rules.
p-retrieves-code-valuelist-code-object-p
Retrieves a ValueList object.
p-updates-code-valuelist-code-object-setting
Updates a ValueList object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Note that item_type is immutable.