Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FraudProtection

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:fraud_protection"
links: { fx:payment_method_sets: PaymentMethodSets; fx:store: Backend.Rels.Store; self: FraudProtection }

Type declaration

props: { date_created: null | string; date_modified: null | string; description: string; json: string; score_threshold_reject: number; type: "minfraud" | "google_recaptcha" | "custom_precheckout_hook" }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • description: string

    Description of this fraud protection

  • json: string

    Configuration settings for some fraud protection systems.

  • score_threshold_reject: number

    The score threshold used for minfraud. This should be set between 0 and 100. 0 will disable minFraud and 100 will turn it on for logging but still allow all transactions to go through.

  • type: "minfraud" | "google_recaptcha" | "custom_precheckout_hook"

    The type of this fraud protection

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc