{
  "ucp" : {
    "version" : "2026-01-23",
    "supported_versions" : {
      "2026-01-23" : "https://www.chewy.com/api/ucp/v1/.well-known/ucp"
    },
    "services" : {
      "dev.ucp.shopping" : [ {
        "version" : "2026-01-23",
        "spec" : "https://ucp.dev/specification/overview",
        "transport" : "rest",
        "endpoint" : "https://www.chewy.com/api/ucp/v1",
        "schema" : "https://ucp.dev/2026-01-23/services/shopping/openapi.json"
      } ]
    },
    "capabilities" : {
      "dev.ucp.shopping.checkout" : [ {
        "version" : "2026-01-23",
        "spec" : "https://ucp.dev/specification/checkout",
        "schema" : "https://ucp.dev/2026-01-23/schemas/shopping/checkout.json"
      } ],
      "dev.ucp.shopping.fulfillment" : [ {
        "version" : "2026-01-23",
        "spec" : "https://ucp.dev/specification/fulfillment",
        "schema" : "https://ucp.dev/2026-01-23/schemas/shopping/fulfillment.json",
        "extends" : "dev.ucp.shopping.checkout"
      } ],
      "dev.ucp.shopping.order" : [ {
        "version" : "2026-01-23",
        "spec" : "https://ucp.dev/latest/specification/order",
        "schema" : "https://ucp.dev/2026-01-23/schemas/shopping/order.json"
      } ]
    },
    "payment_handlers" : {
      "com.google.pay" : [ {
        "id" : "gpay_braintree_prod",
        "name" : "com.google.pay",
        "version" : "2026-01-23",
        "spec" : "https://pay.google.com/gp/p/ucp/2026-01-23/",
        "config_schema" : "https://pay.google.com/gp/p/ucp/2026-01-23/schemas/config.json",
        "instrument_schemas" : [ "https://pay.google.com/gp/p/ucp/2026-01-23/schemas/card_payment_instrument.json" ],
        "config" : {
          "api_version" : 2,
          "api_version_minor" : 0,
          "environment" : "PRODUCTION",
          "merchant_info" : {
            "merchant_name" : "Chewy",
            "merchant_id" : "BCR2DN4TYSGO7ACM",
            "merchant_origin" : "www.chewy.com"
          },
          "allowed_payment_methods" : [ {
            "type" : "CARD",
            "parameters" : {
              "allowed_auth_methods" : [ "PAN_ONLY", "CRYPTOGRAM_3DS" ],
              "allowed_card_networks" : [ "VISA", "MASTERCARD", "AMEX", "DISCOVER" ],
              "billing_address_required" : true,
              "billing_address_parameters" : {
                "format" : "FULL",
                "phone_number_required" : true
              }
            },
            "tokenization_specification" : {
              "type" : "PAYMENT_GATEWAY",
              "parameters" : {
                "gateway" : "braintree",
                "braintree:apiVersion" : "v1",
                "braintree:sdkVersion" : "3.125.0",
                "braintree:merchantId" : "25h467yz426xcwp3",
                "braintree:clientKey" : "production_mffxcyf5_25h467yz426xcwp3"
              }
            }
          } ]
        }
      } ]
    }
  },
  "signing_keys" : [ {
    "kty" : "EC",
    "use" : "sig",
    "crv" : "P-256",
    "kid" : "bc5a108b-9aca-4d81-a810-ddf4a53fde25",
    "key_ops" : [ "verify" ],
    "x" : "uW460BUFKzDa8_HuFyp20-BTs34DctN6LDusLqskPv8",
    "y" : "5K7g7ikD9ZpST-YBNQVps8aTiweum8lObEOsvO6T_GE",
    "alg" : "ES256"
  } ]
}