Skip to content

Commit

Permalink
feat: Add new factors to RiskScoreRules (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjasimon authored May 3, 2024
1 parent 5df8baf commit 46d40e8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openapi/components/schemas/RiskScoreRules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ required:
- ipVelocity
- emailVelocity
- billingAddressVelocity
- isRebill
- isRetry
- customerLifetimeValue
- browserAdBlockEnabled
- paymentInstrumentApprovedTransactionCount
properties:
isProxy:
description: Specifies whether the customer's IP address is related to a proxy.
Expand Down Expand Up @@ -66,3 +71,18 @@ properties:
billingAddressVelocity:
description: Number of transactions for this billing address in the last 24 hours.
$ref: ./RiskScoreBracket.yaml
isRebill:
description: Specifies whether the transaction is one of a number of recurring payments in a subscription, excluding trials or setup fees.
$ref: ./RiskScoreBoolean.yaml
isRetry:
description: Specifies whether the transaction is a retry.
$ref: ./RiskScoreBoolean.yaml
customerLifetimeValue:
description: Total revenue from the customer, in USD.
$ref: ./RiskScoreBracket.yaml
browserAdBlockEnabled:
description: Specifies whether an ad blocker was detected.
$ref: ./RiskScoreBoolean.yaml
paymentInstrumentApprovedTransactionCount:
description: Number of approved transactions for this payment instrument.
$ref: ./RiskScoreBracket.yaml

0 comments on commit 46d40e8

Please sign in to comment.