VTEX · Example Payload

Vtex Getantifraudstatus Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getantifraudstatus Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "GetAntifraudStatus",
  "method": "GET",
  "path": "/transactions/{transactions.id}",
  "summary": "VTex Get Anti-fraud Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "BF900B7CB15147F98D91208989100A05",
        "tid": "3146f46162f042f483cd3979ba4e8317",
        "status": "approved",
        "fraudRiskPercentage": 5.01,
        "analysisType": "automatic",
        "responses": {
          "foo": "anyFoo",
          "custom": "customAnyValue"
        }
      }
    }
  ]
}