Crate stripe_fraud

Source
Expand description

This crate provides Rust bindings to the Stripe HTTP API, specifically for requests mentioned in the Fraud section of the Stripe API docs

Modules§

radar_early_fraud_warning
radar_value_list
radar_value_list_item
review

Structs§

DeletedRadarValueList
DeletedRadarValueListBuilder
DeletedRadarValueListItem
DeletedRadarValueListItemBuilder
RadarEarlyFraudWarning
An early fraud warning indicates that the card issuer has notified us that a charge may be fraudulent.
RadarEarlyFraudWarningId
RadarReviewResourceLocation
RadarReviewResourceSession
RadarValueList
Value lists allow you to group values together which can then be referenced in rules.
RadarValueListId
RadarValueListItem
Value list items allow you to add specific values to a given Radar value list, which can then be used in rules.
RadarValueListItemId
Review
Reviews can be used to supplement automated fraud detection with human expertise.
ReviewId
Rule
RuleId

Enums§

RadarValueListItemType
ReviewClosedReason
The reason the review was closed, or null if it has not yet been closed. One of approved, refunded, refunded_as_fraud, disputed, redacted, or canceled.
ReviewOpenedReason
The reason the review was opened. One of rule or manual.