{
  "ucp": {
    "version": "2026-06-25",
    "services": {
      "dev.ugp.giving": [
        {
          "version": "2026-06-25",
          "transport": "rest",
          "endpoint": "https://giving-provider.example.com/api/ugp/v1/orgs/eastside-shelter",
          "spec": "https://ugp.dev/specification/overview",
          "schema": "https://ugp.dev/services/giving/rest.openapi.json"
        }
      ]
    },
    "capabilities": {
      "dev.ugp.giving.profile": [
        {
          "version": "2026-06-25",
          "spec": "https://ugp.dev/specification/profile",
          "schema": "https://ugp.dev/schemas/giving/profile.json",
          "config": {
            "name": "Eastside Shelter",
            "legal_name": "Eastside Shelter Foundation, Inc.",
            "eins": ["12-3456789"],
            "tax_deductible_status": "501c3",
            "mission": "Providing safe shelter, meals, and housing-placement services to families experiencing homelessness on the east side.",
            "website": "https://eastsideshelter.org"
          }
        }
      ]
    },
    "payment_handlers": {
      "com.dafpay": [
        {
          "version": "2026-06-25",
          "id": "dafpay-default",
          "spec": "https://ugp.dev/specification/dafpay",
          "schema": "https://ugp.dev/schemas/payments/dafpay.json",
          "available_instruments": [
            { "instrument": "com.dafpay.daf", "display_name": "Pay with DAF" }
          ],
          "config": {
            "flow": "redirect",
            "authorization_url": "https://dafpay.com/authorize",
            "return_url_param": "return_url",
            "capture": "automatic",
            "settlement": { "mode": "guaranteed", "expected_clearing_days": 3 },
            "supported_currencies": ["USD"],
            "fees": { "percentage": 0, "fixed": 0, "paid_by": "merchant" },
            "available_instruments": [
              {
                "instrument": "com.dafpay.daf",
                "display_name": "Pay with DAF",
                "min_amount": 5000,
                "supported_providers": ["Fidelity Charitable", "Schwab Charitable", "NPT"]
              }
            ]
          }
        }
      ]
    }
  },
  "signing_keys": [
    {
      "kid": "eastside-2026-06",
      "kty": "EC",
      "crv": "P-256",
      "x": "f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU",
      "y": "x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0",
      "use": "sig",
      "alg": "ES256"
    }
  ]
}
