Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.47 KB

File metadata and controls

32 lines (17 loc) · 1.47 KB

UltraCartRestApiV2.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 Boolean Establish an 'address street and zip avs' rule from the order's ship-to street and zip. [optional]
establish_card_filter Boolean 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 Boolean Establish an 'address email' rule from the order's email address. [optional]
establish_ip_filter Boolean 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]

Enum: FailureActionEnum

  • Flag For Review (value: "Flag For Review")

  • Process Payment and Modify (value: "Process Payment and Modify")

  • Process Payment and Review (value: "Process Payment and Review")

  • Decline Transaction (value: "Decline Transaction")

  • Exempt (value: "Exempt")