{
  "x402Version": 2,
  "id": 7385,
  "slug": "7385",
  "resource": "https://api.resetparatodos.com/x402/v1/guatemala/fel/validate",
  "description": "Validate a Guatemalan FEL electronic invoice (DTE) XML against the official SAT XML schema (GT_Documento). Returns whether it is schema-valid and the schema errors if not. Structural/schema validation only.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x54beA1e6F70437085b85892a0e7cd6f09CE8C22f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "xml": "<dte:GTDocumento xmlns:dte=\"http://www.sat.gob.gt/dte/fel/0.1.0\">...</dte:GTDocumento>"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "evidence": {
              "errors": [],
              "source": "SAT-GT FEL official XSD"
            },
            "ok": true,
            "result": {
              "error_count": 0,
              "schema_valid": true,
              "schema_version": "GT_Documento-0.1.2"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "xml": {
                    "description": "FEL DTE XML document",
                    "type": "string"
                  },
                  "xml_base64": {
                    "description": "Alternatively, the XML base64-encoded",
                    "type": "string"
                  }
                },
                "required": [
                  "xml"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.resetparatodos.com",
  "lastUpdated": "2026-08-25T15:50:52.937Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-25T15:50:52.478Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.resetparatodos.com",
    "manifest_name": "api.resetparatodos.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}