{
  "ucp": {
    "version": "2026-01-23",
    "services": {
      "dev.ucp.shopping": [
        {
          "version": "2026-01-23",
          "transport": "rest",
          "spec": "https://ucp.dev/2026-01-23/specification/overview",
          "endpoint": "https://tekoalydani.com/api/ucp",
          "schema": "https://ucp.dev/2026-01-23/services/shopping/rest.openapi.json"
        },
        {
          "version": "2026-01-23",
          "transport": "a2a",
          "endpoint": "https://tekoalydani.com/.well-known/agent-card.json"
        }
      ]
    },
    "capabilities": {
      "dev.ucp.shopping.checkout": [
        {
          "version": "2026-01-23",
          "spec": "https://ucp.dev/2026-01-23/specification/checkout",
          "schema": "https://ucp.dev/2026-01-23/schemas/shopping/checkout.json"
        }
      ],
      "dev.ucp.shopping.fulfillment": [
        {
          "version": "2026-01-23",
          "extends": "dev.ucp.shopping.checkout",
          "spec": "https://ucp.dev/2026-01-23/specification/fulfillment",
          "schema": "https://ucp.dev/2026-01-23/schemas/shopping/fulfillment.json",
          "config": {
            "fulfillment_types": ["digital", "consultation"]
          }
        }
      ],
      "dev.ucp.shopping.discount": [
        {
          "version": "2026-01-23",
          "extends": ["dev.ucp.shopping.checkout"],
          "spec": "https://ucp.dev/2026-01-23/specification/discount",
          "schema": "https://ucp.dev/2026-01-23/schemas/shopping/discount.json"
        }
      ]
    },
    "payment_handlers": {
      "com.stripe.checkout_redirect": [
        {
          "version": "2026-01-23",
          "id": "stripe-checkout",
          "spec": "https://docs.stripe.com/payments/checkout",
          "schema": "https://docs.stripe.com/api/checkout/sessions",
          "available_instruments": [
            {
              "type": "card",
              "constraints": {
                "brands": ["visa", "mastercard", "amex"]
              }
            },
            {
              "type": "bank_transfer"
            }
          ],
          "config": {
            "merchant_country": "FI",
            "supported_currencies": ["EUR"]
          }
        }
      ]
    }
  },
  "signing_keys": [
    {
      "kid": "tekoalydani-2026",
      "kty": "EC",
      "crv": "P-256",
      "use": "sig",
      "alg": "ES256"
    }
  ]
}
