{
  "schema_version": "0.1",
  "profile": "x402-discovery-resources",
  "origin": "https://agentweb.us",
  "payment_info": "https://agentweb.us/.well-known/x402.json",
  "authoritative_live_profile": "https://a2a.agentweb.us/.well-known/x402.json",
  "approved_action_maps": "https://a2a.agentweb.us/.well-known/approved-action-maps.json",
  "resources": [
    {
      "resource": "https://a2a.agentweb.us/a2a",
      "method": "POST",
      "status": 402,
      "payment_required_header": "PAYMENT-REQUIRED",
      "payment_info_header": "x-payment-info",
      "payment_info": "https://a2a.agentweb.us/.well-known/x402.json",
      "approved_action_maps": "https://a2a.agentweb.us/.well-known/approved-action-maps.json",
      "requires_payment_authority": true,
      "settlement": "x402_paid_live_when_a2a_profile_ready",
      "not_live_revenue": ["mock_sandbox", "payment_required", "failed", "unverified"],
      "tasks": [
        "price_setup",
        "create_transaction_quote",
        "record_transaction"
      ]
    },
    {
      "resource": "https://agentweb.us/api/billing/create-checkout-session",
      "method": "POST",
      "status": 402,
      "payment_required_header": "PAYMENT-REQUIRED",
      "payment_info_header": "x-payment-info",
      "payment_info": "https://agentweb.us/.well-known/x402.json",
      "requires_payment_authority": true,
      "settlement": "stripe_checkout_for_business_setup_only"
    }
  ]
}
