Skip to content

Commit

Permalink
remove isBot riskfactor field (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvc9109 authored May 2, 2024
1 parent 9e22ab0 commit 3b24577
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions openapi/components/schemas/RiskMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ properties:
minimum: 1
maximum: 128
example: dd65ratxc5qv15iph3vyoq7l6davuowadd65ratxc5qv15iph3vyoq7l6davuowa
fingerprintJsRequestId:
description: Unique identifier of the visitor's identification request.
type: string
example: 1708102555327.NLOjmg
isProxy:
description: Specifies if the customer's IP address is related to a proxy.
type: boolean
Expand Down Expand Up @@ -225,10 +221,6 @@ properties:
description: Number of declined transactions for this payment instrument fingerprint in the last 24 hours.
type: integer
readOnly: true
isBot:
description: Specifies if the visitor session is identified as a bot.
type: boolean
readOnly: true
deviceVelocity:
description: Number of transactions for this device, based on fingerprint, in the last 24 hours.
type: integer
Expand Down

0 comments on commit 3b24577

Please sign in to comment.