---
title: "SetTaxID"
method: POST
path: "/gitpod.v1.BillingService/SetTaxID"
tags: ["gitpod.v1.BillingService"]
---

# SetTaxID

`POST /gitpod.v1.BillingService/SetTaxID`

Sets or updates the tax ID for an organization.

 Use this method to:
 - Set tax ID for billing purposes
 - Update existing tax ID information
 - Support various tax ID types (VAT, GST, etc.)

 ### Examples

 - Set EU VAT ID:

   Sets a VAT ID for an EU organization.

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   taxIdType: "eu_vat"
   taxIdValue: "DE123456789"
   ```

## Request body

- GitpodV1SetTaxIDRequest
  - `organizationId` string, uuid, required — organization_id is the ID of the organization to set tax ID for
  - `taxIdType` string, required — tax_id_type is the type of tax ID (e.g., "eu_vat", "us_ein", "gb_vat")
  - `taxIdValue` string, required — tax_id_value is the tax ID value

## Response `200`

Success

- GitpodV1SetTaxIDResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/versions/44d50c2ac284/schema)
