From 3b2457700f1211cb2a5faf1caa4e0398954c402a Mon Sep 17 00:00:00 2001 From: Jorge <33065240+jvc9109@users.noreply.github.com> Date: Thu, 2 May 2024 11:30:29 +0200 Subject: [PATCH] remove isBot riskfactor field (#1882) --- openapi/components/schemas/RiskMetadata.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openapi/components/schemas/RiskMetadata.yaml b/openapi/components/schemas/RiskMetadata.yaml index cf841b688f..fa1de98f80 100644 --- a/openapi/components/schemas/RiskMetadata.yaml +++ b/openapi/components/schemas/RiskMetadata.yaml @@ -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 @@ -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