Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.25 KB

File metadata and controls

15 lines (12 loc) · 1.25 KB

# FraudRuleFromOrderRequest

Properties

Name Type Description Notes
auto_note string Note automatically appended to the order's merchant note when these rules fire. [optional]
establish_address_filter bool Establish an 'address street and zip avs' rule from the order's ship-to street and zip. [optional]
establish_card_filter bool Establish a 'credit card matches' rule by duplicating the order's stored card vault token. Skipped if the order has no stored card. [optional]
establish_email_filter bool Establish an 'address email' rule from the order's email address. [optional]
establish_ip_filter bool Establish an 'ip matches' subnet rule from the order's customer IP address (last octet masked to a subnet). [optional]
failure_action string Action to take when these rules fire. Defaults to 'Flag For Review' when omitted. [optional]
order_id string The order id to establish the fraud rule(s) from. [optional]

[Back to Model list] [Back to API list] [Back to README]