From 868bdf9cb5a17cfee9aec690bb5cef60d8b8b298 Mon Sep 17 00:00:00 2001 From: Jorge <33065240+jvc9109@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:52:14 +0200 Subject: [PATCH] Add `isBot` riskMetadata field (#1860) * add isBot riskMetadata field * remove nullable * triger checks * trigger checks 2 --- openapi/components/schemas/RiskMetadata.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi/components/schemas/RiskMetadata.yaml b/openapi/components/schemas/RiskMetadata.yaml index 37034567d9..af8e77f87a 100644 --- a/openapi/components/schemas/RiskMetadata.yaml +++ b/openapi/components/schemas/RiskMetadata.yaml @@ -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