Kong · Schema

BillingTaxConfig

Set of provider specific tax configs.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
behavior string Tax behavior. If not specified the billing profile is used to determine the tax behavior. If not specified in the billing profile, the provider's default behavior is used.
stripe object Stripe tax config.
external_invoicing object External invoicing tax config.
tax_code_id string Tax code ID.
tax_code object Tax code reference. When both `tax_code` and `tax_code_id` are provided, `tax_code` takes precedence. When `stripe.code` is also provided, `tax_code` still wins and `stripe.code` is ignored.
View JSON Schema on GitHub

JSON Schema

kong-billingtaxconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingTaxConfig",
  "title": "BillingTaxConfig",
  "description": "Set of provider specific tax configs.",
  "type": "object",
  "properties": {
    "behavior": {
      "description": "Tax behavior.\n\nIf not specified the billing profile is used to determine the tax behavior.\nIf not specified in the billing profile, the provider's default behavior is used.",
      "type": "string",
      "enum": [
        "inclusive",
        "exclusive"
      ],
      "title": "Tax behavior",
      "x-speakeasy-unknown-values": "allow"
    },
    "stripe": {
      "description": "Stripe tax config.",
      "type": "object",
      "deprecated": true,
      "properties": {
        "code": {
          "description": "Product [tax code](https://docs.stripe.com/tax/tax-codes).",
          "type": "string",
          "example": "txcd_10000000",
          "pattern": "^txcd_\\d{8}$",
          "title": "Tax code"
        }
      },
      "required": [
        "code"
      ],
      "title": "Stripe tax config"
    },
    "external_invoicing": {
      "description": "External invoicing tax config.",
      "type": "object",
      "deprecated": true,
      "properties": {
        "code": {
          "description": "The tax code should be interpreted by the external invoicing provider.",
          "type": "string",
          "maxLength": 64,
          "title": "Tax code"
        }
      },
      "required": [
        "code"
      ],
      "title": "External invoicing tax config"
    },
    "tax_code_id": {
      "description": "Tax code ID.",
      "type": "string",
      "example": "01G65Z755AFWAKHE12NY0CQ9FH",
      "deprecated": true,
      "pattern": "^[0-7][0-9A-HJKMNP-TV-Z]{25}$",
      "title": "Tax code ID"
    },
    "tax_code": {
      "description": "Tax code reference.\n\nWhen both `tax_code` and `tax_code_id` are provided, `tax_code` takes precedence.\nWhen `stripe.code` is also provided, `tax_code` still wins and `stripe.code` is ignored.",
      "type": "object",
      "properties": {
        "id": {
          "$ref": "#/components/schemas/ULID"
        }
      },
      "required": [
        "id"
      ],
      "title": "Tax code"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kong-billingtaxconfig"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.