{
  "generated_at": "2026-07-26T21:32:17.525731+00:00",
  "slug": "x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent",
  "title": "x402-secure-api-staging.t54.ai \u00b7 /x402/solana/tools/verify_verifiable_intent",
  "url": "https://x402-secure-api-staging.t54.ai/x402/solana/tools/verify_verifiable_intent",
  "category": "other",
  "summary": "x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent \u2014 x402-protected other API",
  "seo": {
    "title": "x402-secure-api-staging.t54.ai \u00b7 /x402/solana/tools/verify_verifiable_intent",
    "description": "x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent \u2014 x402-protected other API"
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "unknown",
    "median_category_atomic": 0
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "83iABjnLaEykzPLV5rQNEN85at8n9qf8UBNrMrfCkeqP",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Verify Verifiable Intent evidence and Solana x402 payment binding before an agent payment. Price: $0.1 USDC (Solana)",
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "policy": {
              "type": "object",
              "required": false,
              "description": "Optional VI/AP2 policy hints such as requireVerifiableIntent, requireTrace, acceptedIssuers, and reviewMode."
            },
            "binding": {
              "type": "object",
              "required": false,
              "description": "Optional normalized payment binding result produced by X402 Secure or a hosted facilitator."
            },
            "agent_id": {
              "type": "string",
              "required": false,
              "description": "Optional agent identifier. Defaults to the wallet address when omitted."
            },
            "metadata": {
              "type": "object",
              "required": false,
              "description": "Optional caller metadata for partner sandbox correlation."
            },
            "ap2_context": {
              "type": "object",
              "required": false,
              "description": "Optional AP2 intent/cart/payment mandate references."
            },
            "authorization": {
              "type": "string",
              "required": true,
              "description": "Upstream Authorization token."
            },
            "trace_context": {
              "type": "object",
              "required": false,
              "description": "Optional trace references such as riskSession, traceRef, traceparent, or tracestate."
            },
            "wallet_address": {
              "type": "string",
              "required": true,
              "description": "Wallet address that will authorize or execute the payment."
            },
            "payment_context": {
              "type": "object",
              "required": true,
              "description": "Normalized x402 payment context including chain/network, asset, amount, destination/payee, and resource when available."
            },
            "verifiable_intent": {
              "type": "object",
              "required": true,
              "description": "Mastercard Verifiable Intent-style evidence envelope. Use camelCase 'verifiableIntent' if preferred."
            }
          },
          "headerFields": {
            "X-PAYMENT": {
              "type": "string",
              "required": false,
              "description": "Base64-encoded JSON PaymentPayload; automatically filled by x402scan"
            },
            "X-AP2-EVIDENCE": {
              "type": "string",
              "required": false,
              "description": "Optional AP2 mandate evidence reference header."
            },
            "X-VI-DECISION-ID": {
              "type": "string",
              "required": false,
              "description": "Optional prior X402 Secure VI decision id for receipt or follow-up flows."
            },
            "X-VI-EVIDENCE-REF": {
              "type": "string",
              "required": false,
              "description": "Optional Trustline evidence reference returned from a VI assessment."
            },
            "X-VERIFIABLE-INTENT": {
              "type": "string",
              "required": false,
              "description": "Optional compact VI evidence reference or JSON envelope reference header."
            }
          }
        },
        "output": {
          "vi": "object",
          "binding": "object",
          "reasons": "array",
          "decision": {
            "enum": [
              "allow",
              "deny",
              "review",
              "challenge",
              "unknown"
            ],
            "type": "string"
          },
          "warnings": "array",
          "risk_level": {
            "enum": [
              "low",
              "medium",
              "high",
              "critical",
              "unknown"
            ],
            "type": "string"
          },
          "decision_id": "string",
          "ttl_seconds": "number",
          "dashboard_summary": {
            "type": "object",
            "properties": {
              "reasons": "array",
              "decision": {
                "enum": [
                  "allow",
                  "deny",
                  "review",
                  "challenge",
                  "unknown"
                ],
                "type": "string"
              },
              "warnings": "array",
              "vi_parsed": "boolean",
              "risk_level": {
                "enum": [
                  "low",
                  "medium",
                  "high",
                  "critical",
                  "unknown"
                ],
                "type": "string"
              },
              "vi_present": "boolean",
              "vi_profile": "string|null",
              "decision_id": "string|null",
              "vi_verified": "boolean",
              "evidence_ref": "string|null",
              "payment_bound": "boolean",
              "issuer_profile": "object|null",
              "payment_network": "string|null",
              "trustline_status": {
                "enum": [
                  "available",
                  "unavailable"
                ],
                "type": "string"
              },
              "binding_violations": "array",
              "constraint_satisfied": "boolean",
              "constraint_violations": "array"
            }
          },
          "trustline_assessment": "object|null"
        },
        "capabilities": {
          "headers": [
            "X-PAYMENT",
            "X-VERIFIABLE-INTENT",
            "X-AP2-EVIDENCE",
            "X-VI-DECISION-ID",
            "X-VI-EVIDENCE-REF"
          ],
          "protocols": [
            "x402-secure.vi.v1",
            "mastercard-vi-v0.1",
            "ap2"
          ],
          "policy_fields": [
            "requireVerifiableIntent",
            "requireVerifiedIntent",
            "requirePaymentMandate",
            "requireHolderBinding",
            "requireTrace",
            "acceptedIssuers",
            "reviewMode"
          ],
          "dashboard_fields": [
            "dashboard_summary.decision",
            "dashboard_summary.decision_id",
            "dashboard_summary.risk_level",
            "dashboard_summary.vi_verified",
            "dashboard_summary.constraint_violations",
            "dashboard_summary.issuer_profile",
            "dashboard_summary.evidence_ref"
          ],
          "supported_evidence": [
            "verifiable_intent",
            "payment_context",
            "binding",
            "ap2_context",
            "trace_context",
            "agent_trace"
          ],
          "trustline_endpoint": "/api/v1/validation/assess-verifiable-intent"
        }
      }
    }
  ],
  "origin": {
    "slug": "x402-secure-api-staging-t54-ai",
    "host": "x402-secure-api-staging.t54.ai",
    "url": "https://x402-secure-api-staging.t54.ai"
  },
  "json_ld": {
    "@context": "https://schema.org",
    "@type": "WebAPI",
    "@id": "https://x402all.com/resource/x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent",
    "name": "x402-secure-api-staging.t54.ai \u00b7 /x402/solana/tools/verify_verifiable_intent",
    "description": "x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent \u2014 x402-protected other API",
    "url": "https://x402all.com/resource/x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent",
    "sameAs": "https://x402-secure-api-staging.t54.ai/x402/solana/tools/verify_verifiable_intent",
    "applicationCategory": "other",
    "identifier": "x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent",
    "provider": {
      "@type": "Organization",
      "@id": "https://x402all.com/server/x402-secure-api-staging-t54-ai",
      "name": "x402-secure-api-staging.t54.ai",
      "url": "https://x402-secure-api-staging.t54.ai"
    },
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent",
      "description": "Test-buy this endpoint on AXON"
    },
    "offers": {
      "@type": "Offer",
      "price": "0.1",
      "priceCurrency": "USDC",
      "availability": "https://schema.org/InStock",
      "eligibleCustomerType": "Agent",
      "url": "https://x402all.com/resource/x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.100000",
        "priceCurrency": "USDC",
        "unitText": "call"
      },
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "solana"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        }
      ]
    }
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-secure-api-staging-t54-ai-x402-solana-tools-verify-verifiable-intent"
}