v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
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.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    taxIdType: "eu_vat"
    taxIdValue: "DE123456789"
    
post/gitpod.v1.BillingService/SetTaxID

Request body

organizationIdstring uuid required

organization_id is the ID of the organization to set tax ID for

taxIdTypestring required

tax_id_type is the type of tax ID (e.g., "eu_vat", "us_ein", "gb_vat")

taxIdValuestring required

tax_id_value is the tax ID value

Response

Success

GitpodV1SetTaxIDResponse required