VTEX · Schema

SendAntifraudData

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
id string VTEX transaction ID. The ID of this transaction must be in the response.
tid string Provider transaction ID. The ID of this transaction must be in the response. The anti-fraud provider must generate a unique transaction ID.
code string Error code returned from provider. It will be logged in transaction interactions log.
message string Error message returned from provider. It will be logged in transaction interactions log.
status object Pre-analysis status from provider. Must be `approved` or `denied`.
score number Value of the risk score. The maximum value is `100.00`, which means total fraud.
analysisType string Pre-analysis type. Must be `automatic`.
responses object
View JSON Schema on GitHub

JSON Schema

vtex-sendantifrauddata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SendAntifraudData",
  "title": "SendAntifraudData",
  "required": [
    "id",
    "tid",
    "code",
    "message",
    "status",
    "score",
    "analysisType",
    "responses"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "VTEX transaction ID. The ID of this transaction must be in the response.",
      "example": "D3AA1F"
    },
    "tid": {
      "type": "string",
      "description": "Provider transaction ID. The ID of this transaction must be in the response. The anti-fraud provider must generate a unique transaction ID.",
      "example": "4692c1"
    },
    "code": {
      "type": "string",
      "description": "Error code returned from provider. It will be logged in transaction interactions log.",
      "example": "customCode"
    },
    "message": {
      "type": "string",
      "description": "Error message returned from provider. It will be logged in transaction interactions log.",
      "example": "customMessage"
    },
    "status": {
      "description": "Pre-analysis status from provider. Must be `approved` or `denied`.",
      "example": "approved",
      "enum": [
        "approved",
        "denied"
      ]
    },
    "score": {
      "type": "number",
      "description": "Value of the risk score. The maximum value is `100.00`, which means total fraud.",
      "example": 5.01
    },
    "analysisType": {
      "type": "string",
      "description": "Pre-analysis type. Must be `automatic`.",
      "example": "automatic"
    },
    "responses": {
      "$ref": "#/components/schemas/Responses"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vtex-sendantifrauddata"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.