Skip to content

Commit

Permalink
Add isBot riskMetadata field (#1860)
Browse files Browse the repository at this point in the history
* add isBot riskMetadata field

* remove nullable

* triger checks

* trigger checks 2
  • Loading branch information
jvc9109 authored Apr 9, 2024
1 parent 687b908 commit 868bdf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/components/schemas/RiskMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ 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 868bdf9

Please sign in to comment.